All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add flow director and RX VLAN stripping support
@ 2016-01-29 10:31 Adrien Mazarguil
  2016-01-29 10:31 ` [PATCH 1/5] mlx5: refactor special flows handling Adrien Mazarguil
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Adrien Mazarguil @ 2016-01-29 10:31 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-03-09 16:11 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 10:31 [PATCH 0/5] Add flow director and RX VLAN stripping support Adrien Mazarguil
2016-01-29 10:31 ` [PATCH 1/5] mlx5: refactor special flows handling Adrien Mazarguil
2016-01-29 10:31 ` [PATCH 2/5] mlx5: add special flows (broadcast and IPv6 multicast) Adrien Mazarguil
2016-01-29 10:32 ` [PATCH 3/5] mlx5: make flow steering rule generator more generic Adrien Mazarguil
2016-01-29 10:32 ` [PATCH 4/5] mlx5: add support for flow director Adrien Mazarguil
2016-02-17 17:13   ` Bruce Richardson
2016-02-18 16:10     ` Adrien Mazarguil
2016-02-23 15:13       ` Bruce Richardson
2016-02-23 17:14         ` Thomas Monjalon
2016-02-23 17:38           ` Adrien Mazarguil
2016-01-29 10:32 ` [PATCH 5/5] mlx5: add support for RX VLAN stripping Adrien Mazarguil
2016-02-17 17:14 ` [PATCH 0/5] Add flow director and RX VLAN stripping support Bruce Richardson
2016-02-18 16:27   ` Adrien Mazarguil
2016-02-22 18:02 ` [PATCH v2 " Adrien Mazarguil
2016-02-22 18:02   ` [PATCH v2 1/5] mlx5: refactor special flows handling Adrien Mazarguil
2016-02-22 18:02   ` [PATCH v2 2/5] mlx5: add special flows (broadcast and IPv6 multicast) Adrien Mazarguil
2016-02-22 18:02   ` [PATCH v2 3/5] mlx5: make flow steering rule generator more generic Adrien Mazarguil
2016-02-22 18:02   ` [PATCH v2 4/5] mlx5: add support for flow director Adrien Mazarguil
2016-02-22 18:02   ` [PATCH v2 5/5] mlx5: add support for RX VLAN stripping Adrien Mazarguil
2016-03-03 14:26   ` [PATCH v3 0/5] Add flow director and RX VLAN stripping support Adrien Mazarguil
2016-03-03 14:26     ` [PATCH v3 1/5] mlx5: refactor special flows handling Adrien Mazarguil
2016-03-03 14:26     ` [PATCH v3 2/5] mlx5: add special flows (broadcast and IPv6 multicast) Adrien Mazarguil
2016-03-03 14:26     ` [PATCH v3 3/5] mlx5: make flow steering rule generator more generic Adrien Mazarguil
2016-03-03 14:26     ` [PATCH v3 4/5] mlx5: add support for flow director Adrien Mazarguil
2016-03-03 14:26     ` [PATCH v3 5/5] mlx5: add support for RX VLAN stripping Adrien Mazarguil
2016-03-09 16:11     ` [PATCH v3 0/5] Add flow director and RX VLAN stripping support Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.