[dpdk-dev] [PATCH 0/5] Add flow director and RX VLAN stripping support

Adrien Mazarguil adrien.mazarguil at 6wind.com
Fri Jan 29 11:31:57 CET 2016


To preserve compatibility with Mellanox OFED 3.1, flow director and RX VLAN
stripping code is only enabled if compiled with 3.2.

Yaacov Hazan (5):
  mlx5: refactor special flows handling
  mlx5: add special flows (broadcast and IPv6 multicast)
  mlx5: make flow steering rule generator more generic
  mlx5: add support for flow director
  mlx5: add support for RX VLAN stripping

 drivers/net/mlx5/Makefile       |   6 +
 drivers/net/mlx5/mlx5.c         |  39 +-
 drivers/net/mlx5/mlx5.h         |  19 +-
 drivers/net/mlx5/mlx5_defs.h    |  14 +
 drivers/net/mlx5/mlx5_ethdev.c  |   3 +-
 drivers/net/mlx5/mlx5_fdir.c    | 890 ++++++++++++++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_mac.c     |  10 +-
 drivers/net/mlx5/mlx5_rxmode.c  | 350 ++++++++--------
 drivers/net/mlx5/mlx5_rxq.c     |  80 +++-
 drivers/net/mlx5/mlx5_rxtx.c    |  27 ++
 drivers/net/mlx5/mlx5_rxtx.h    |  51 ++-
 drivers/net/mlx5/mlx5_trigger.c |  21 +-
 drivers/net/mlx5/mlx5_vlan.c    | 104 +++++
 13 files changed, 1388 insertions(+), 226 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_fdir.c

-- 
2.1.4



More information about the dev mailing list