Re: [PATCH net-next 8/9] net: drv: virtio: migrate to new RXFH callbacks

2025-06-12 Thread Jason Wang
On Wed, Jun 11, 2025 at 11:00 PM Jakub Kicinski wrote: > > Add support for the new rxfh_fields callbacks, instead of de-muxing > the rxnfc calls. This driver does not support flow filtering so > the set_rxnfc callback is completely removed. > > Signed-off-by: Jakub Kicinski > --- > CC: m...@redha

[PATCH net-next 8/9] net: drv: virtio: migrate to new RXFH callbacks

2025-06-11 Thread Jakub Kicinski
Add support for the new rxfh_fields callbacks, instead of de-muxing the rxnfc calls. This driver does not support flow filtering so the set_rxnfc callback is completely removed. Signed-off-by: Jakub Kicinski --- CC: m...@redhat.com CC: jasow...@redhat.com CC: xuanz...@linux.alibaba.com CC: epere.