From: Sathya Perla <sathya.perla@emulex.com>
To: <netdev@vger.kernel.org>
Subject: [PATCH net-next v2 0/2] be2net: add vxlan offload support
Date: Mon, 24 Mar 2014 11:30:25 +0530 [thread overview]
Message-ID: <1395640827-23142-1-git-send-email-sathya.perla@emulex.com> (raw)
The first patch adds the FW cmds needed to configure the Skyhawk-R
chip for supporting VxLAN offloads. The second patch implements the
ndo_add/del_vxlan_port() methods and the plumbing for supporting
RX/TX csum, TSO and RSS steering offloads for VxLAN traffic.
v2 changes: NETIF_F_SG need not be set for hw_enc_features by the driver
as it is done by the stack.
Pls apply. Thanks.
Sathya Perla (2):
be2net: add FW cmds needed for VxLAN offloads
be2net: csum, tso and rss steering offload support for VxLAN
drivers/net/ethernet/emulex/benet/be.h | 7 +-
drivers/net/ethernet/emulex/benet/be_cmds.c | 135 ++++++++++++++++++++-------
drivers/net/ethernet/emulex/benet/be_cmds.h | 69 ++++++++++----
drivers/net/ethernet/emulex/benet/be_hw.h | 3 +-
drivers/net/ethernet/emulex/benet/be_main.c | 130 +++++++++++++++++++++++---
5 files changed, 277 insertions(+), 67 deletions(-)
next reply other threads:[~2014-03-24 5:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-24 6:00 Sathya Perla [this message]
2014-03-24 6:00 ` [PATCH net-next v2 1/2] be2net: add FW cmds needed for VxLAN offloads Sathya Perla
[not found] ` <CAJZOPZJj-aPskQfDAFiUE6Oa5J71EyUX6UabGOCkGhKTyLkyBA@mail.gmail.com>
2014-03-24 7:49 ` Sathya Perla
2014-03-24 6:00 ` [PATCH net-next v2 2/2] be2net: csum, tso and rss steering offload support for VxLAN Sathya Perla
2014-03-24 6:52 ` Or Gerlitz
2014-03-24 7:38 ` Sathya Perla
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=1395640827-23142-1-git-send-email-sathya.perla@emulex.com \
--to=sathya.perla@emulex.com \
--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).