Hi Dave,

The following series is for mlx5e netdevice driver, it adds ethtool
support for RX hash fields configuration and some misc updates, please
see tag log below.

Please pull and let me know if there's any problem.

v1->v2:
 - Move static const array to c file.
 - Remove unnecessary blank line
 - Add #include <linux/bits.h>
 - Print priv flag name rather than its hex value

Thanks,
Saeed.

--- 

The following changes since commit 55827458e0586b1d4e84541bc015e37f507820ee:

  Merge branch 'mlxsw-Add-one-armed-router-support' (2018-12-04 08:36:37 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git 
tags/mlx5e-updates-2018-12-04

for you to fetch changes up to 8ff57c18e9f6b03722070a372cdcc850b13bcbc8:

  net/mlx5e: Improve ethtool private-flags code structure (2018-12-05 16:00:37 
-0800)

----------------------------------------------------------------
mlx5e-updates-2018-12-04

This series includes updates to mlx5e netdevice driver

>From Saeed, Remove trailing space of tx_pause ethtool stat
>From Gal, Cleanup unused defines
>From Aya, ethtool Support for configuring of RX hash fields
>From Tariq, Improve ethtool private-flags code structure

----------------------------------------------------------------
Aya Levin (4):
      net/mlx5e: Move modify tirs hash functionality
      net/mlx5e: Refactor TIR configuration function
      net/mlx5e: Move RSS params to a dedicated struct
      net/mlx5e: ethtool, Support user configuration for RX hash fields

Gal Pressman (1):
      net/mlx5e: Cleanup unused defines

Saeed Mahameed (1):
      net/mlx5e: Remove trailing space of tx_pause ethtool counter name

Tariq Toukan (1):
      net/mlx5e: Improve ethtool private-flags code structure

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  42 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h    |  16 ++
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   | 135 +++++--------
 .../ethernet/mellanox/mlx5/core/en_fs_ethtool.c    | 112 +++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 223 +++++++++++----------
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |   9 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |   6 +-
 .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c  |   2 +-
 9 files changed, 331 insertions(+), 216 deletions(-)

Reply via email to