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

Eli Cohen posted 3 patches 4 years, 2 months ago
drivers/vdpa/mlx5/net/mlx5_vnet.c | 292 ++++++++++++++++++++++--------
include/uapi/linux/virtio_net.h   |   3 +
2 files changed, 222 insertions(+), 73 deletions(-)
[PATCH 0/3 RESEND] mlx5_vdpa: Support MAC/VLAN haw offloading
Posted by Eli Cohen 4 years, 2 months ago
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.

Sorry about the resend. I had a mistake in Jason's email.

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