Re: [PATCH net-next v6 3/3] net: add sysfs attribute to control napi threaded mode

2021-01-15 Thread Alexander Duyck
On Fri, Jan 15, 2021 at 4:44 PM Wei Wang wrote: > > On Fri, Jan 15, 2021 at 3:08 PM Alexander Duyck > wrote: > > > > On Fri, Jan 15, 2021 at 1:54 PM Wei Wang wrote: > > > > > > On Thu, Jan 14, 2021 at 7:34 PM Alexander Duyck > > > wrote: > > > > > > > > On Thu, Jan 14, 2021 at 4:34 PM Wei Wang

Re: [PATCH net-next v6 3/3] net: add sysfs attribute to control napi threaded mode

2021-01-15 Thread Alexander Duyck
On Fri, Jan 15, 2021 at 1:54 PM Wei Wang wrote: > > On Thu, Jan 14, 2021 at 7:34 PM Alexander Duyck > wrote: > > > > On Thu, Jan 14, 2021 at 4:34 PM Wei Wang wrote: > > > > > > This patch adds a new sysfs attribute to the network device class. > > > Said attribute provides a per-device control t

Re: [PATCH net-next v6 3/3] net: add sysfs attribute to control napi threaded mode

2021-01-14 Thread Alexander Duyck
On Thu, Jan 14, 2021 at 4:34 PM Wei Wang wrote: > > This patch adds a new sysfs attribute to the network device class. > Said attribute provides a per-device control to enable/disable the > threaded mode for all the napi instances of the given network device. > > Co-developed-by: Paolo Abeni > Si