From: Shahed Shaikh <shahed.shaikh@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept-HSGLinuxNICDev@qlogic.com>,
Shahed Shaikh <shahed.shaikh@qlogic.com>
Subject: [PATCH net-next 0/3] qlcnic: VXLAN offload support
Date: Fri, 21 Mar 2014 04:41:15 -0400 [thread overview]
Message-ID: <1395391278-19653-1-git-send-email-shahed.shaikh@qlogic.com> (raw)
From: Shahed Shaikh <shahed.shaikh@qlogic.com>
Hi David,
This patch series containes following changes -
* TSO over IPv4 and IPv6, Tx checksum offload for VXLAN
* Rx checksum offload for VXLAN and support for .ndo_{add|del}_vxlan_port
netdev ops.
Please apply this series to net-next.
Thanks,
Shahed
Shahed Shaikh (3):
qlcnic: Add VXLAN Tx offload support
qlcnic: Add VXLAN Rx offload support
qlcnic: Update version to 5.3.57
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 45 +++++-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 3 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 3 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 87 ++++++++++
.../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 6 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h | 1 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 179 ++++++++++++++++++---
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 48 ++++++
8 files changed, 339 insertions(+), 33 deletions(-)
--
1.8.3.1
next reply other threads:[~2014-03-21 9:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-21 8:41 Shahed Shaikh [this message]
2014-03-21 8:41 ` [PATCH net-next 1/3] qlcnic: Add VXLAN Tx offload support Shahed Shaikh
2014-03-21 8:41 ` [PATCH net-next 2/3] qlcnic: Add VXLAN Rx " Shahed Shaikh
2014-03-21 8:41 ` [PATCH net-next 3/3] qlcnic: Update version to 5.3.57 Shahed Shaikh
2014-03-24 4:44 ` [PATCH net-next 0/3] qlcnic: VXLAN offload 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=1395391278-19653-1-git-send-email-shahed.shaikh@qlogic.com \
--to=shahed.shaikh@qlogic.com \
--cc=Dept-HSGLinuxNICDev@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).