[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1395755430-17451-1-git-send-email-sathya.perla@emulex.com>
Date: Tue, 25 Mar 2014 19:20:28 +0530
From: Sathya Perla <sathya.perla@...lex.com>
To: <netdev@...r.kernel.org>
Subject: [PATCH net-next v3 0/2] be2net: add vxlan offload support
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.
v3 changes:
* Defer FW cmds needed for VxLAN offloads to a workqueue
* Reset FW to VxLAN offloads disabled state in the unload path
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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists