mbox series

[net-next,0/6] enic update

Message ID 20180301190724.3192-1-gvaradar@cisco.com
Headers show
Series enic update | expand

Message

Govindarajulu Varadarajan March 1, 2018, 7:07 p.m. UTC
This series adds support for IPv6 vxlan offload and UDP rss along with a
bug fix in filling the rq ring.

Govindarajulu Varadarajan (6):
  enic: Check inner ip proto for pseudo header csum
  enic: Add vxlan offload support for IPv6 pkts
  enic: Check if hw supports multi wq with vxlan offload
  enic: set UDP rss flag
  enic: enable rq before updating rq descriptors
  enic: set IG desc cache flag in open

 drivers/net/ethernet/cisco/enic/enic.h         |  3 +-
 drivers/net/ethernet/cisco/enic/enic_ethtool.c | 36 ++++++++++++
 drivers/net/ethernet/cisco/enic/enic_main.c    | 81 +++++++++++++++++++++-----
 drivers/net/ethernet/cisco/enic/vnic_dev.c     | 22 ++++++-
 drivers/net/ethernet/cisco/enic/vnic_dev.h     |  3 +-
 drivers/net/ethernet/cisco/enic/vnic_devcmd.h  |  5 ++
 drivers/net/ethernet/cisco/enic/vnic_nic.h     |  1 +
 7 files changed, 131 insertions(+), 20 deletions(-)

Comments

David Miller March 4, 2018, 11:19 p.m. UTC | #1
From: Govindarajulu Varadarajan <gvaradar@cisco.com>
Date: Thu,  1 Mar 2018 11:07:18 -0800

> This series adds support for IPv6 vxlan offload and UDP rss along with a
> bug fix in filling the rq ring.

Applied, thank you.