Re: [PATCH 2/3] virtio-net: Introduce RSS receive steering feature

2020-03-01 Thread Michael S. Tsirkin
On Sat, Feb 29, 2020 at 07:13:00PM +0200, Yuri Benditovich wrote: > RSS (Receive-side scaling) defines hash calculation > rules and decision on receive virtqueue according to > the calculated hash, provided mask to apply and > provided indirection table containing indices of > receive virqueues. Th

[PATCH 2/3] virtio-net: Introduce RSS receive steering feature

2020-02-29 Thread Yuri Benditovich
RSS (Receive-side scaling) defines hash calculation rules and decision on receive virtqueue according to the calculated hash, provided mask to apply and provided indirection table containing indices of receive virqueues. The driver sends the control command to enable multiqueue and provide paramete