From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: [pull request][net V2 0/8] Mellanox, mlx5 fixes 2018-03-23 Date: Mon, 26 Mar 2018 14:04:57 -0700 Message-ID: <20180326210505.11007-1-saeedm@mellanox.com> Cc: netdev@vger.kernel.org, Saeed Mahameed To: "David S. Miller" Return-path: Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:57180 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751714AbeCZVFY (ORCPT ); Mon, 26 Mar 2018 17:05:24 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Hi Dave, The following series includes fixes for mlx5 netdev and eswitch. v1->v2: - Fixed commit message quotation marks in patch #7 For -stable v4.12 ('net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path') ('net/mlx5e: Fix traffic being dropped on VF representor') For -stable v4.13 ('net/mlx5e: Fix memory usage issues in offloading TC flows') ('net/mlx5e: Verify coalescing parameters in range') For -stable v4.14 ('net/mlx5e: Don't override vport admin link state in switchdev mode') For -stable v4.15 ('108b2b6d5c02 net/mlx5e: Sync netdev vxlan ports at open') Please pull and let me know if there's any problem. Thanks, Saeed. --- The following changes since commit 3c82b372a9f44aa224b8d5106ff6f1ad516fa8a8: net: dsa: mt7530: fix module autoloading for OF platform drivers (2018-03-26 13:09:42 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-03-23 for you to fetch changes up to a117f73dc2430443f23e18367fa545981129c1a6: net/mlx5e: Sync netdev vxlan ports at open (2018-03-26 13:59:08 -0700) ---------------------------------------------------------------- mlx5-fixes-2018-03-23 ---------------------------------------------------------------- Jianbo Liu (2): net/mlx5e: Don't override vport admin link state in switchdev mode net/mlx5e: Fix memory usage issues in offloading TC flows Moshe Shemesh (1): net/mlx5e: Verify coalescing parameters in range Or Gerlitz (3): net/mlx5e: Use 32 bits to store VF representor SQ number net/mlx5: Make eswitch support to depend on switchdev net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path Roi Dayan (1): net/mlx5e: Fix traffic being dropped on VF representor Shahar Klein (1): net/mlx5e: Sync netdev vxlan ports at open drivers/net/ethernet/mellanox/mlx5/core/Kconfig | 2 +- .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 17 +++++++++++ drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 13 ++++----- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 34 ++++++++++++---------- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 18 ++++++------ 5 files changed, 51 insertions(+), 33 deletions(-)