netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amir Vadai <amirv@mellanox.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Hadar Har-Zion <hadarh@mellanox.com>,
	Or Gerlitz <ogerlitz@mellanox.com>, Tal Alon <talal@mellanox.com>,
	Amir Vadai <amirv@mellanox.com>
Subject: [PATCH net-next 0/4] net/mlx4_en: Hardware accelerated 802.1ad
Date: Mon, 27 Jul 2015 14:46:30 +0300	[thread overview]
Message-ID: <1437997594-8506-1-git-send-email-amirv@mellanox.com> (raw)

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

             reply	other threads:[~2015-07-27 11:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 11:46 Amir Vadai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437997594-8506-1-git-send-email-amirv@mellanox.com \
    --to=amirv@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=hadarh@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=ogerlitz@mellanox.com \
    --cc=talal@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).