All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support
@ 2017-11-21 14:27 Adrien Mazarguil
  2017-11-21 14:27 ` [PATCH v1 1/5] net/mlx4: fix unnecessary include Adrien Mazarguil
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Adrien Mazarguil @ 2017-11-21 14:27 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, stable

Following the refactoring of the entire mlx4 PMD for DPDK 17.11, UDP RSS
support was left in a disabled state. Likewise, inner VXLAN RSS used to be
performed automatically by default but it's not the case anymore.

This series brings back both features by relying on the latest API updates
and bugfixes in RDMA core and Linux. 

All patches are CC'ed stable since they target both DPDK 18.02 and 17.11.1.

Adrien Mazarguil (5):
  net/mlx4: fix unnecessary include
  net/mlx4: fix documentation in private structure
  net/mlx4: use function to get default RSS fields
  net/mlx4: restore UDP RSS by probing capabilities
  net/mlx4: restore inner VXLAN RSS support

 drivers/net/mlx4/mlx4.c      | 21 +++++++++++++++++++++
 drivers/net/mlx4/mlx4.h      | 10 ++++++++--
 drivers/net/mlx4/mlx4_flow.c | 35 +++++++++++++++++++++--------------
 drivers/net/mlx4/mlx4_flow.h |  1 +
 drivers/net/mlx4/mlx4_txq.c  |  1 -
 5 files changed, 51 insertions(+), 17 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-12-04 12:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-21 14:27 [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP RSS support Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 1/5] net/mlx4: fix unnecessary include Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 2/5] net/mlx4: fix documentation in private structure Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 3/5] net/mlx4: use function to get default RSS fields Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 4/5] net/mlx4: restore UDP RSS by probing capabilities Adrien Mazarguil
2017-11-21 14:27 ` [PATCH v1 5/5] net/mlx4: restore inner VXLAN RSS support Adrien Mazarguil
2017-11-21 14:41 ` [PATCH v1 0/5] net/mlx4: restore inner VXLAN & UDP " Neil Horman
2017-11-23 17:37 ` [PATCH v2 " Adrien Mazarguil
2017-11-23 17:37   ` [PATCH v2 1/5] net/mlx4: fix unnecessary include Adrien Mazarguil
2017-11-23 17:37   ` [PATCH v2 2/5] net/mlx4: fix documentation in private structure Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 3/5] net/mlx4: use function to get default RSS fields Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 4/5] net/mlx4: restore UDP RSS by probing capabilities Adrien Mazarguil
2017-11-23 17:38   ` [PATCH v2 5/5] net/mlx4: restore inner VXLAN RSS support Adrien Mazarguil
2017-12-04 12:07   ` [PATCH v2 0/5] net/mlx4: restore inner VXLAN & UDP " Shahaf Shuler

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.