From: Manish Chopra <manish.chopra@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Ariel.Elior@qlogic.com>,
<Yuval.Mintz@qlogic.com>
Subject: [PATCH v2 net-next 0/5] qed/qede: Add tunneling support
Date: Thu, 14 Apr 2016 01:38:28 -0400 [thread overview]
Message-ID: <1460612313-20323-1-git-send-email-manish.chopra@qlogic.com> (raw)
Hi David,
This patch series adds support for VXLAN, GRE and GENEVE tunnels
to be used over this driver. With this support, adapter can perform
TSO offload, inner/outer checksums offloads on TX and RX for
encapsulated packets.
V1->V2 [ Comments from Jesse Gross incorporated ]
* Drop general infrastructure change patch.
"net: Make vxlan/geneve default udp ports public"
* Remove by default Linux default UDP ports configurations in driver.
Instead, use general registration APIs for UDP port configurations
* Removing .ndo_features_check - we will add it later with proper change.
Please consider applying this series to net-next.
Thanks,
Manish
Manish Chopra (5):
qed: Add infrastructure support for tunneling
qed/qede: Add VXLAN tunnel slowpath configuration support
qed/qede: Add GENEVE tunnel slowpath configuration support
qed: Enable GRE tunnel slowpath configuration
qede: Add fastpath support for tunneling
drivers/net/ethernet/qlogic/Kconfig | 21 ++
drivers/net/ethernet/qlogic/qed/qed.h | 46 ++++
drivers/net/ethernet/qlogic/qed/qed_dev.c | 6 +-
drivers/net/ethernet/qlogic/qed/qed_dev_api.h | 2 +
drivers/net/ethernet/qlogic/qed/qed_hsi.h | 51 ++++-
.../net/ethernet/qlogic/qed/qed_init_fw_funcs.c | 127 ++++++++++
drivers/net/ethernet/qlogic/qed/qed_l2.c | 31 +++
drivers/net/ethernet/qlogic/qed/qed_main.c | 15 +-
drivers/net/ethernet/qlogic/qed/qed_reg_addr.h | 31 +++
drivers/net/ethernet/qlogic/qed/qed_sp.h | 7 +
drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 255 +++++++++++++++++++++
drivers/net/ethernet/qlogic/qede/qede.h | 7 +-
drivers/net/ethernet/qlogic/qede/qede_main.c | 218 +++++++++++++++++-
include/linux/qed/qed_eth_if.h | 10 +
14 files changed, 811 insertions(+), 16 deletions(-)
--
2.7.2
next reply other threads:[~2016-04-14 6:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-14 5:38 Manish Chopra [this message]
2016-04-14 5:38 ` [PATCH v2 net-next 1/5] qed: Add infrastructure support for tunneling Manish Chopra
2016-04-14 5:38 ` [PATCH v2 net-next 2/5] qed/qede: Add VXLAN tunnel slowpath configuration support Manish Chopra
2016-04-14 19:26 ` David Miller
2016-04-14 19:52 ` Yuval Mintz
2016-04-14 20:15 ` David Miller
2016-04-14 5:38 ` [PATCH v2 net-next 3/5] qed/qede: Add GENEVE " Manish Chopra
2016-04-14 5:38 ` [PATCH v2 net-next 4/5] qed: Enable GRE tunnel slowpath configuration Manish Chopra
2016-04-14 5:38 ` [PATCH v2 net-next 5/5] qede: Add fastpath support for tunneling Manish Chopra
2016-04-15 21:08 ` [PATCH v2 net-next 0/5] qed/qede: Add tunneling support 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=1460612313-20323-1-git-send-email-manish.chopra@qlogic.com \
--to=manish.chopra@qlogic.com \
--cc=Ariel.Elior@qlogic.com \
--cc=Yuval.Mintz@qlogic.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).