All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] enic update
@ 2018-03-01 19:07 Govindarajulu Varadarajan
  2018-03-01 19:07 ` [PATCH net-next 1/6] enic: Check inner ip proto for pseudo header csum Govindarajulu Varadarajan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Govindarajulu Varadarajan @ 2018-03-01 19:07 UTC (permalink / raw)
  To: davem, netdev; +Cc: benve, Govindarajulu Varadarajan

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

-- 
2.16.2

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

end of thread, other threads:[~2018-03-04 23:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 19:07 [PATCH net-next 0/6] enic update Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 1/6] enic: Check inner ip proto for pseudo header csum Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 2/6] enic: Add vxlan offload support for IPv6 pkts Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 3/6] enic: Check if hw supports multi wq with vxlan offload Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 4/6] enic: set UDP rss flag Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 5/6] enic: enable rq before updating rq descriptors Govindarajulu Varadarajan
2018-03-01 19:07 ` [PATCH net-next 6/6] enic: set IG desc cache flag in open Govindarajulu Varadarajan
2018-03-04 23:19 ` [PATCH net-next 0/6] enic update David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.