Re: [PATCH v3 4/4] drivers/net/virtio_net: Added RSS hash report control.

2022-02-13 Thread Andrew Melnichenko
Hi all, On Tue, Feb 8, 2022 at 10:59 PM Willem de Bruijn wrote: > > On Tue, Feb 8, 2022 at 1:19 PM Andrew Melnychenko wrote: > > > > Now it's possible to control supported hashflows. > > Added hashflow set/get callbacks. > > Also, disabling RXH_IP_SRC/DST for TCP would disable then for UDP. >

Re: [PATCH v3 4/4] drivers/net/virtio_net: Added RSS hash report control.

2022-02-08 Thread Willem de Bruijn
On Tue, Feb 8, 2022 at 1:19 PM Andrew Melnychenko wrote: > > Now it's possible to control supported hashflows. > Added hashflow set/get callbacks. > Also, disabling RXH_IP_SRC/DST for TCP would disable then for UDP. I don't follow this comment. Can you elaborate? > TCP and UDP supports only: >

[PATCH v3 4/4] drivers/net/virtio_net: Added RSS hash report control.

2022-02-08 Thread Andrew Melnychenko
Now it's possible to control supported hashflows. Added hashflow set/get callbacks. Also, disabling RXH_IP_SRC/DST for TCP would disable then for UDP. TCP and UDP supports only: ethtool -U eth0 rx-flow-hash tcp4 sd RXH_IP_SRC + RXH_IP_DST ethtool -U eth0 rx-flow-hash tcp4 sdfn RXH_IP_SRC +