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

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Tue Nov 8 11:36:41 CET 2016


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

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

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

Olga Shern (1):
  net/mlx5: fix link status report

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.c        |   1 +
 drivers/net/mlx5/mlx5.h        |   4 +
 drivers/net/mlx5/mlx5_ethdev.c | 159 +++++++++++--
 drivers/net/mlx5/mlx5_fdir.c   | 270 +++++++++++++++-------
 drivers/net/mlx5/mlx5_prm.h    |   6 +
 drivers/net/mlx5/mlx5_rxq.c    |   4 +-
 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 +-
 12 files changed, 491 insertions(+), 500 deletions(-)

-- 
2.1.4



More information about the stable mailing list