Hi Dave, This series adds misc updates to mlx5e driver. For more information please see tag log below.
Please pull and let me know if there is any problem. Please note that the series starts with a merge of mlx5-next branch, to resolve and avoid dependency with rdma tree. This pull provides the resolution of the conflict reported by Stephen: https://lkml.org/lkml/2019/6/27/1016 Thanks, Saeed. --- The following changes since commit 4f5d1beadc10b62e141338570b9c32d857814bb0: Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-06-28 16:03:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5e-updates-2019-06-28 for you to fetch changes up to f6dc1264f1c01976a84239d1038359604ee42001: net/mlx5e: Disallow tc redirect offload cases we don't support (2019-06-28 16:04:00 -0700) ---------------------------------------------------------------- mlx5e-updates-2019-06-28 This series adds some misc updates for mlx5e driver 1) Allow adding the same mac more than once in MPFS table 2) Move to HW checksumming advertising 3) Report netdevice MPLS features 4) Correct physical port name of the PF representor 5) Reduce stack usage in mlx5_eswitch_termtbl_create 6) Refresh TIR improvement for representors 7) Expose same physical switch_id for all representors ---------------------------------------------------------------- Ariel Levkovich (2): net/mlx5e: Move to HW checksumming advertising net/mlx5e: Report netdevice MPLS features Arnd Bergmann (1): net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create Gavi Teitz (3): net/mlx5: MPFS, Cleanup add MAC flow net/mlx5: MPFS, Allow adding the same MAC more than once net/mlx5e: Don't refresh TIRs when updating representor SQs Parav Pandit (2): net/mlx5e: Correct phys_port_name for PF port net/mlx5e: Set drvinfo in generic manner Paul Blakey (2): net/mlx5e: Expose same physical switch_id for all representors net/mlx5e: Disallow tc redirect offload cases we don't support drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 ++ .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 4 ++- .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 21 ++++++++---- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 38 ++++++++++------------ drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 22 ++++++++++--- drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 3 ++ .../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 20 ++++++------ .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 3 +- .../ethernet/mellanox/mlx5/core/ipoib/ipoib_vlan.c | 3 +- drivers/net/ethernet/mellanox/mlx5/core/lib/mpfs.c | 33 ++++++++++++------- include/linux/mlx5/fs.h | 2 +- 13 files changed, 97 insertions(+), 58 deletions(-)