[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1479849000-14902-1-git-send-email-saeedm@mellanox.com>
Date: Tue, 22 Nov 2016 23:09:53 +0200
From: Saeed Mahameed <saeedm@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Or Gerlitz <ogerlitz@...lanox.com>,
Roi Dayan <roid@...lanox.com>,
Saeed Mahameed <saeedm@...lanox.com>
Subject: [PATCH net-next V2 0/7] Mellanox 100G mlx5 SRIOV switchdev update
Hi Dave,
This series from Roi and Or further enhances the new SRIOV switchdev mode.
Roi's patches deal with allowing users to configure though devlink
the level of inline headers that the VF should be setting in order for
the eswitch HW to do proper matching. We also enforce that the matching
required for offloaded TC rules is aligned with that level on the PF driver.
Or's patches deals with allowing the user to control on the VF operational
link state through admin directives on the mlx5 VF rep link. Also in this series
is implementation of HW and SW counters for the mlx5 VF rep which is aligned
with the design set by commit a5ea31f57309 'Merge branch net-offloaded-stats'.
v1 --> v2:
* constified the net-device param of get offloaded stats ndo in mlxsw
(pointed by 0-day screaming on us...)
* added Or's Review-by tags for Roi's patches
This series was generated against commit
e796f49d826a ("net: ieee802154: constify ieee802154_ops structures")
Thanks,
Saeed.
Or Gerlitz (3):
net: Add net-device param to the get offloaded stats ndo
net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev
mode
net/mlx5e: Support VF vport link state control for SRIOV switchdev
mode
Roi Dayan (4):
devlink: Add E-Switch inline mode control
net/mlx5: Enable to query min inline for a specific vport
net/mlx5: E-Switch, Add control for inline mode
net/mlx5e: Enforce min inline mode when offloading flows
drivers/net/ethernet/mellanox/mlx5/core/en.h | 15 +--
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 42 +++---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 144 +++++++++++++++++++--
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 46 ++++++-
drivers/net/ethernet/mellanox/mlx5/core/eswitch.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 4 +
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 141 ++++++++++++++++++++
drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/vport.c | 14 +-
drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +-
include/linux/mlx5/vport.h | 10 +-
include/linux/netdevice.h | 4 +-
include/net/devlink.h | 2 +
include/uapi/linux/devlink.h | 8 ++
net/core/devlink.c | 70 +++++++---
net/core/rtnetlink.c | 4 +-
17 files changed, 438 insertions(+), 72 deletions(-)
--
2.7.4
Powered by blists - more mailing lists