Re: [PATCH net-next] virtio-net: make napi_tx param easier to grasp

2017-08-21 Thread Koichiro Den
On Sun, 2017-08-20 at 16:30 -0400, Willem de Bruijn wrote: > On Sat, Aug 19, 2017 at 2:37 AM, Koichiro Den wrote: > > The module param napi_tx needs not to be writable for now since we do > > not have any means of activating/deactivating it online, > > A virtio_net device inherits its napi tx mod

Re: [PATCH net-next] virtio-net: make napi_tx param easier to grasp

2017-08-20 Thread Willem de Bruijn
On Sat, Aug 19, 2017 at 2:37 AM, Koichiro Den wrote: > The module param napi_tx needs not to be writable for now since we do > not have any means of activating/deactivating it online, A virtio_net device inherits its napi tx mode from the global napi_tx flag on device up. It is possible to change