netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] be2net: add vxlan offload support
@ 2014-03-24  6:00 Sathya Perla
  2014-03-24  6:00 ` [PATCH net-next v2 1/2] be2net: add FW cmds needed for VxLAN offloads 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
  0 siblings, 2 replies; 6+ messages in thread
From: Sathya Perla @ 2014-03-24  6:00 UTC (permalink / raw)
  To: netdev

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(-)

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

end of thread, other threads:[~2014-03-24  7:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24  6:00 [PATCH net-next v2 0/2] be2net: add vxlan offload support Sathya Perla
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

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).