Re: [kmods PATCH] linux/igb_uio: allow modules install

2023-02-05 Thread Thomas Monjalon
14/06/2022 12:25, Ferruh Yigit: > On 4/12/2022 2:14 PM, Bruce Richardson wrote: > > CAUTION: This message has originated from an External Source. Please use > > proper judgment and caution when opening attachments, clicking links, or > > responding to this email. > > > > > > For those still usi

Re: [kmods PATCH] linux/igb_uio: allow modules install

2022-06-14 Thread Ferruh Yigit
On 6/14/2022 11:25 AM, Ferruh Yigit wrote: On 4/12/2022 2:14 PM, Bruce Richardson wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. For those still using the "igb_

Re: [kmods PATCH] linux/igb_uio: allow modules install

2022-06-14 Thread Ferruh Yigit
On 4/12/2022 2:14 PM, Bruce Richardson wrote: CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. For those still using the "igb_uio" kernel module, there may be occasions w

[kmods PATCH] linux/igb_uio: allow modules install

2022-04-12 Thread Bruce Richardson
For those still using the "igb_uio" kernel module, there may be occasions where the module is installed in /lib/modules/$VERSION folder rather than being insmod'ed from the build directory. To support this, a number of changes are needed to the makefile: * Change the "clean" command to a generic w