RE: [EXT] [PATCH v1 7/7] virtio-net: Add flow filter device and driver requirements

From
Satananda Burla <>
Date
2023-10-15T23:40:33+00:00
ID
Thread
RE: [EXT] [PATCH v1 7/7] virtio-net: Add flow filter device and driver requirements
Hi Parav

> +When the device matches the flow filter for the packet and if no match
> entry is found
> +for the packet, the receive packet processing continues to next level,
> i.e. to apply
> +configuration done using VIRTIO_NET_CTRL_MQ_RSS_CONFIG command.
Did you mean to say that the device has flow filters configured but 
no match is found for a packet? I think the following line is confusing
"When the device matches the flow filter for the packet and if no match entry is found"

Regards
Satananda