netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net/mlx4_en: Hardware accelerated 802.1ad
@ 2015-07-27 11:46 Amir Vadai
  2015-07-27 11:46 ` [PATCH net-next 1/4] net/mlx4_core: Preparations for 802.1ad VLAN support Amir Vadai
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Amir Vadai @ 2015-07-27 11:46 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Hadar Har-Zion, Or Gerlitz, Tal Alon, Amir Vadai

Hi,

This patchset by Hadar introduces support in Hardware accelerated 802.1ad, for
ConnectX-3pro NIC's.  In order to support existing deployment, and due to some
hardware limitations, the feature is disabled by default, and needed to be
enabled using a private flag in ethtool. Ofcourse user can enable the private
flag only if hardware has support.
After being enabled, the standard ethtool -k/-K can be used.

Patchset was applied and tested over commit 71790a2 ("hv_netvsc: Add structs
and handlers for VF messages")

Amir

Hadar Hen Zion (4):
  net/mlx4_core: Preparations for 802.1ad VLAN support
  net/mlx4_en: Prepare ethtool private flags to support more flags
  net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated support
  net/mlx4_en: Add support for hardware accelerated 802.1ad vlan

 drivers/infiniband/hw/mlx4/cq.c                 |  2 +-
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 51 +++++++++------
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 46 ++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      | 22 +++++--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      | 13 ++--
 drivers/net/ethernet/mellanox/mlx4/fw.c         | 82 +++++++++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/fw.h         |  1 +
 drivers/net/ethernet/mellanox/mlx4/main.c       | 15 +++++
 drivers/net/ethernet/mellanox/mlx4/mlx4.h       |  3 +
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  1 +
 include/linux/mlx4/cq.h                         |  3 +-
 include/linux/mlx4/device.h                     |  5 ++
 include/linux/mlx4/qp.h                         |  3 +-
 13 files changed, 218 insertions(+), 29 deletions(-)

-- 
2.4.3.413.ga5fe668

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-28  8:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-27 11:46 [PATCH net-next 0/4] net/mlx4_en: Hardware accelerated 802.1ad Amir Vadai
2015-07-27 11:46 ` [PATCH net-next 1/4] net/mlx4_core: Preparations for 802.1ad VLAN support Amir Vadai
2015-07-27 11:46 ` [PATCH net-next 2/4] net/mlx4_en: Prepare ethtool private flags to support more flags Amir Vadai
2015-07-27 11:46 ` [PATCH net-next 3/4] net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated support Amir Vadai
2015-07-27 11:46 ` [PATCH net-next 4/4] net/mlx4_en: Add support for hardware accelerated 802.1ad vlan Amir Vadai
2015-07-27 22:00 ` [PATCH net-next 0/4] net/mlx4_en: Hardware accelerated 802.1ad David Miller
2015-07-28  7:51   ` Or Gerlitz
2015-07-28  8:05     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).