[dpdk-stable] [PATCH 00/33] mlx5 backports for 18.02.2 stable

Shahaf Shuler shahafs at mellanox.com
Sun May 6 08:05:29 CEST 2018


Below are patches rebased on top of 18.02.1 to be backported to 18.02.2
stable version.

Adrien Mazarguil (4):
  net/mlx: control netdevices through ioctl only
  net/mlx: fix rdma-core glue path with EAL plugins
  net/mlx5: fix RSS flow action bounds check
  net/mlx5: fix flow director rule deletion crash

Bruce Richardson (1):
  net/mlx: fix warnings for unused compiler arguments

Nélio Laranjeiro (18):
  net/mlx5: fix flow creation with a single target queue
  net/mlx5: fix sriov flag
  net/mlx5: name parameters in function prototypes
  net/mlx5: mark parameters with unused attribute
  net/mlx5: normalize function prototypes
  net/mlx5: add missing function documentation
  net/mlx5: remove useless empty lines
  net/mlx5: remove control path locks
  net/mlx5: prefix all functions with mlx5
  net/mlx5: change non failing function return values
  net/mlx5: standardize on negative errno values
  net/mlx5: remove kernel version check
  net/mlx5: fix link status behavior
  net/mlx5: fix link status to use wait to complete
  net/mlx5: fix icc build
  net/mlx5: split L3/L4 in flow director
  net/mlx5: fix flow director mask
  net/mlx5: fix flow validation

Shahaf Shuler (7):
  net/mlx5: fix tunnel offloads cap query
  net/mlx5: fix TSO enablement
  net/mlx5: fix RSS key length query
  net/mlx5: fix link status initialization
  net/mlx5: fix ethtool link setting call order
  net/mlx5: fix socket connection return value
  net/mlx5: fix probe return value polarity

Xueming Li (1):
  net/mlx5: fix existing file removal

Yongseok Koh (2):
  net/mlx5: fix disabling Tx packet inlining
  net/mlx5: fix ARM build

 doc/guides/nics/mlx4.rst         |   7 +-
 doc/guides/nics/mlx5.rst         |   7 +-
 drivers/net/mlx4/Makefile        |   7 +-
 drivers/net/mlx4/mlx4.c          |  50 +-
 drivers/net/mlx4/mlx4_ethdev.c   | 192 +------
 drivers/net/mlx5/Makefile        |  13 +-
 drivers/net/mlx5/mlx5.c          | 343 +++++++------
 drivers/net/mlx5/mlx5.h          | 247 ++++-----
 drivers/net/mlx5/mlx5_defs.h     |   4 +-
 drivers/net/mlx5/mlx5_ethdev.c   | 918 +++++++++-------------------------
 drivers/net/mlx5/mlx5_flow.c     | 899 +++++++++++++++++----------------
 drivers/net/mlx5/mlx5_glue.c     |   6 +
 drivers/net/mlx5/mlx5_mac.c      |  42 +-
 drivers/net/mlx5/mlx5_mr.c       | 130 +++--
 drivers/net/mlx5/mlx5_rss.c      | 159 ++----
 drivers/net/mlx5/mlx5_rxmode.c   |  28 +-
 drivers/net/mlx5/mlx5_rxq.c      | 490 +++++++++---------
 drivers/net/mlx5/mlx5_rxtx.c     |  51 +-
 drivers/net/mlx5/mlx5_rxtx.h     | 161 +++---
 drivers/net/mlx5/mlx5_rxtx_vec.c |  25 +-
 drivers/net/mlx5/mlx5_socket.c   | 118 +++--
 drivers/net/mlx5/mlx5_stats.c    | 217 ++++----
 drivers/net/mlx5/mlx5_trigger.c  | 246 ++++-----
 drivers/net/mlx5/mlx5_txq.c      | 233 ++++-----
 drivers/net/mlx5/mlx5_vlan.c     |  99 ++--
 25 files changed, 2085 insertions(+), 2607 deletions(-)

-- 
2.12.0



More information about the stable mailing list