mbox

[pull,request,net,V2,0/8] Mellanox, mlx5 fixes 2018-03-23

Message ID 20180326210505.11007-1-saeedm@mellanox.com
State Accepted, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2018-03-23

Message

Saeed Mahameed March 26, 2018, 9:04 p.m. UTC
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(-)

Comments

David Miller March 27, 2018, 3:42 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Mon, 26 Mar 2018 14:04:57 -0700

> The following series includes fixes for mlx5 netdev and eswitch.
> 
> v1->v2:
>     - Fixed commit message quotation marks in patch #7

Pulled.

> 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')

Queued up for -stable.

Thanks.