netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] qed/qede: VF tunnelling support
@ 2017-04-24 17:00 Manish Chopra
  2017-04-24 17:00 ` [PATCH net-next 1/6] qed: refactor tunnelling - API/Structs Manish Chopra
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Manish Chopra @ 2017-04-24 17:00 UTC (permalink / raw)
  To: davem; +Cc: netdev, Yuval.Mintz

Hi David,

With this series VFs can run vxlan/geneve/gre tunnels over it.
Please consider applying this series to "net-next"

Thanks,
Manish

Manish Chopra (6):
  qed: refactor tunnelling - API/Structs
  qed/qede: Enable tunnel offloads based on hw configuration
  qede: Disable tunnel offloads for non offloaded UDP ports
  qede: Configure UDP ports in local context.
  qed/qede: Add UDP ports in bulletin board
  qed - VF tunnelling support [VXLAN/GENEVE/GRE]

 drivers/net/ethernet/qlogic/qed/qed.h             |  31 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c         |  17 +-
 drivers/net/ethernet/qlogic/qed/qed_dev_api.h     |   2 +-
 drivers/net/ethernet/qlogic/qed/qed_l2.c          |  37 ++-
 drivers/net/ethernet/qlogic/qed/qed_main.c        |  47 ++-
 drivers/net/ethernet/qlogic/qed/qed_sp.h          |   4 +-
 drivers/net/ethernet/qlogic/qed/qed_sp_commands.c | 330 +++++++++++-----------
 drivers/net/ethernet/qlogic/qed/qed_sriov.c       | 240 ++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_sriov.h       |   9 +
 drivers/net/ethernet/qlogic/qed/qed_vf.c          | 165 +++++++++++
 drivers/net/ethernet/qlogic/qed/qed_vf.h          |  58 +++-
 drivers/net/ethernet/qlogic/qede/qede.h           |   3 +-
 drivers/net/ethernet/qlogic/qede/qede_filter.c    |  84 +++++-
 drivers/net/ethernet/qlogic/qede/qede_fp.c        |  23 +-
 drivers/net/ethernet/qlogic/qede/qede_main.c      |  56 ++--
 include/linux/qed/qed_eth_if.h                    |   1 +
 include/linux/qed/qed_if.h                        |   5 +
 17 files changed, 857 insertions(+), 255 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2017-04-25 15:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-24 17:00 [PATCH net-next 0/6] qed/qede: VF tunnelling support Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 1/6] qed: refactor tunnelling - API/Structs Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 2/6] qed/qede: Enable tunnel offloads based on hw configuration Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 3/6] qede: Disable tunnel offloads for non offloaded UDP ports Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 4/6] qede: Configure UDP ports in local context Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 5/6] qed/qede: Add UDP ports in bulletin board Manish Chopra
2017-04-24 17:00 ` [PATCH net-next 6/6] qed - VF tunnelling support [VXLAN/GENEVE/GRE] Manish Chopra
2017-04-25 15:52 ` [PATCH net-next 0/6] qed/qede: VF tunnelling support David Miller

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