svn commit: r290003 - head/sys/ofed/include/linux

Hans Petter Selasky hps at selasky.org
Wed Oct 28 08:07:01 UTC 2015


On 10/28/15 03:14, Julian Elischer wrote:
> On 10/26/15 9:28 PM, Hans Petter Selasky wrote:
>> Author: hselasky
>> Date: Mon Oct 26 13:28:34 2015
>> New Revision: 290003
>> URL: https://svnweb.freebsd.org/changeset/base/290003
>>
>> Log:
>>    Add support for binding IRQs to CPUs in the LinuxKPI. The new function
>>    added is for BSD only and does not exist in Linux.
>
> um, then who would use it and why?
>

Hi Julian,

The parameters for bus_bind_intr() are not available outside the 
LinuxKPI. To support such a functionality we should wrap it, for the 
sake of maintainability.

The LinuxKPI is not a binary compatibility module, and will at some 
point have API's diverging from Linux, to fit BSD API's better.

There is a plan to use this new function alongside some new network 
drivers which are not yet committed, to support RSS.

--HPS



More information about the svn-src-head mailing list