[dpdk-stable] [PATCH v2 00/12] Patches for 16.07.2 stable branch

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Wed Nov 9 10:57:39 CET 2016


Patchset of fixes from 16.11 master branch rebased on top of 16.07.1 tag.

Changes in V2:

 - Rebase on top of stable/16.07.
 - added backport/upstream in commit logs for each commit.

Adrien Mazarguil (1):
  net/mlx5: fix Rx VLAN offload capability report

Nélio Laranjeiro (5):
  net/mlx5: support Mellanox OFED 3.4
  net/mlx5: re-factorize functions
  net/mlx5: fix inline logic
  net/mlx5: fix link speed capability information
  net/mlx5: fix support for newer link speeds

Olivier Gournet (1):
  net/mlx5: fix initialization in secondary process

Raslan Darawsheh (1):
  net/mlx5: fix removing VLAN filter

Sagi Grimberg (1):
  net/mlx5: fix possible NULL dereference in Rx path

Yaacov Hazan (3):
  net/mlx5: fix inconsistent return value in flow director
  net/mlx5: refactor allocation of flow director queues
  net/mlx5: fix flow director drop mode

 doc/guides/nics/mlx5.rst       |   3 +-
 drivers/net/mlx5/Makefile      |  20 ++
 drivers/net/mlx5/mlx5.h        |   3 +
 drivers/net/mlx5/mlx5_ethdev.c | 161 +++++++++++--
 drivers/net/mlx5/mlx5_fdir.c   | 270 +++++++++++++++-------
 drivers/net/mlx5/mlx5_prm.h    |   6 +
 drivers/net/mlx5/mlx5_rxq.c    |   2 +
 drivers/net/mlx5/mlx5_rxtx.c   | 505 ++++++++++-------------------------------
 drivers/net/mlx5/mlx5_rxtx.h   |   7 +-
 drivers/net/mlx5/mlx5_txq.c    |   9 +-
 drivers/net/mlx5/mlx5_vlan.c   |   3 +-
 11 files changed, 489 insertions(+), 500 deletions(-)

-- 
2.1.4



More information about the stable mailing list