[PATCH 0/3] mlx5_vdpa: Support MAC/VLAN haw offloading

From: Eli Cohen
Date: Mon Apr 11 2022 - 08:27:44 EST


The following patches introduce MAC/VLAN filter suport for mlx5 vdpa.
First patch remove code that uses hardware counters which are not
necessary anymore.
Second patch add missing struct to carry VLAN IDs.
The third patch is the actual vlan MAC/VLAN filtering implementation.

Eli Cohen (3):
vdpa/mlx5: Remove flow counter from steering
virtio_net: Add control VQ struct to carry vlan id
vdpa/mlx5: Add RX MAC VLAN filter support

drivers/vdpa/mlx5/net/mlx5_vnet.c | 292 ++++++++++++++++++++++--------
include/uapi/linux/virtio_net.h | 3 +
2 files changed, 222 insertions(+), 73 deletions(-)

--
2.35.1