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

Luca Boccassi bluca at debian.org
Wed May 9 18:04:53 CEST 2018


On Wed, 2018-05-09 at 18:15 +0300, Shahaf Shuler wrote:
> Below are patches rebased on top of 18.02.1 to be backported to
> 18.02.2 stable version.
> 
> On v2:
>  - rebased on top of latest stable/18.02
> 
> Adrien Mazarguil (1):
>   net/mlx: control netdevices through ioctl only
> 
> Nélio Laranjeiro (15):
>   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: split L3/L4 in flow director
>   net/mlx5: fix flow director mask
>   net/mlx5: fix flow validation
> 
> Shahaf Shuler (4):
>   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
> 
>  drivers/net/mlx4/mlx4_ethdev.c   | 192 +-------
>  drivers/net/mlx5/mlx5.c          | 234 ++++-----
>  drivers/net/mlx5/mlx5.h          | 241 ++++-----
>  drivers/net/mlx5/mlx5_defs.h     |   4 +-
>  drivers/net/mlx5/mlx5_ethdev.c   | 885 ++++++++++-------------------
> -----
>  drivers/net/mlx5/mlx5_flow.c     | 863 ++++++++++++++++-------------
> ----
>  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      | 488 ++++++++++---------
>  drivers/net/mlx5/mlx5_rxtx.c     |  49 +-
>  drivers/net/mlx5/mlx5_rxtx.h     | 161 ++++---
>  drivers/net/mlx5/mlx5_rxtx_vec.c |  25 +-
>  drivers/net/mlx5/mlx5_socket.c   | 113 +++--
>  drivers/net/mlx5/mlx5_stats.c    | 217 ++++-----
>  drivers/net/mlx5/mlx5_trigger.c  | 246 +++++-----
>  drivers/net/mlx5/mlx5_txq.c      | 229 ++++-----
>  drivers/net/mlx5/mlx5_vlan.c     |  93 ++--
>  19 files changed, 1896 insertions(+), 2503 deletions(-)

Thanks, applied and pushed to dpdk-stable/18.02

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list