Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1619943

Re: [PATCH 1/2] drivers: char: Replace bit operation functions with IDA allocator.

From Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] drivers: char: Replace bit operation functions with IDA allocator.
Date 2017-04-10 15:50 +0200
Message-ID <tuHRD-1kI-3@gated-at.bofh.it> (permalink)
References <tuBsR-5Eh-3@gated-at.bofh.it> <tuBsR-5Eh-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Apr 10, 2017 at 12:28:59PM +0530, Varsha Rao wrote:
> Replace bit operation functions with IDA allocator functions. As IDA
> allocation is simpler, faster, more space efficient and it generates
> small integer IDs which can be used as minor device numbers.

The allocation is different than the bitfield searching is?  How
exactly?  What is the old result vs. the new result of this change?

How did you test this?

You have to really sell this change, right now it looks pretty
pointless...

thanks,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] drivers: char: Replace bit operation functions with IDA  allocator. Varsha Rao <rvarsha016@gmail.com> - 2017-04-10 09:00 +0200
  Re: [PATCH 1/2] drivers: char: Replace bit operation functions with  IDA allocator. Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-10 15:50 +0200

csiph-web