Hi Dave,

This series from Saeed, Achiad and Gal contains few fixes
to the recently introduced mlx5 Ethernet functionality.

Or.

Achiad Shochat (2):
  net/mlx5_core: Add transport domain alloc/dealloc support
  net/mlx5e: Add transport domain to the ethernet TIRs/TISs

Gal Pressman (1):
  net/mlx5e: Enforce max flow-tables level >= 3

Saeed Mahameed (4):
  net/mlx5e: Fix HW MTU settings
  net/mlx5e: Add HW cacheline start padding
  net/mlx5e: Disable client vlan TX acceleration
  net/mlx5e: Support NETIF_F_SG

 drivers/infiniband/hw/mlx5/main.c                  |    8 +-
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |    5 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  112 ++++++++++---------
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |   10 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |   58 ++++++----
 drivers/net/ethernet/mellanox/mlx5/core/port.c     |   36 +++----
 drivers/net/ethernet/mellanox/mlx5/core/transobj.c |   35 ++++++
 drivers/net/ethernet/mellanox/mlx5/core/transobj.h |    2 +
 include/linux/mlx5/device.h                        |    4 +
 include/linux/mlx5/driver.h                        |   10 +-
 10 files changed, 166 insertions(+), 114 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to