netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] qed/qede: aRFS support
@ 2017-04-13 11:54 Manish Chopra
  2017-04-13 11:54 ` [PATCH net-next 1/2] qed: aRFS infrastructure support Manish Chopra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Manish Chopra @ 2017-04-13 11:54 UTC (permalink / raw)
  To: davem; +Cc: netdev, Yuval.Mintz

Hi David,

This series adds support for Accelerated Flow Steering
in qede driver for TCP/UDP over IPv4/IPv6 protocols.

Please consider applying this series to "net-next"

Thanks,
Manish

Manish Chopra (2):
  qed: aRFS infrastructure support
  qede: Add aRFS support

 drivers/net/ethernet/qlogic/qed/qed.h              |   2 +
 drivers/net/ethernet/qlogic/qed/qed_cxt.c          |  13 +-
 drivers/net/ethernet/qlogic/qed/qed_hsi.h          | 187 +++++++++
 .../net/ethernet/qlogic/qed/qed_init_fw_funcs.c    | 129 ++++++
 drivers/net/ethernet/qlogic/qed/qed_l2.c           | 133 +++++++
 drivers/net/ethernet/qlogic/qed/qed_l2.h           |   8 +
 drivers/net/ethernet/qlogic/qed/qed_main.c         |  26 ++
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h     |   8 +
 drivers/net/ethernet/qlogic/qed/qed_sp.h           |   1 +
 drivers/net/ethernet/qlogic/qede/qede.h            |  22 +-
 drivers/net/ethernet/qlogic/qede/qede_filter.c     | 441 +++++++++++++++++++++
 drivers/net/ethernet/qlogic/qede/qede_main.c       |  50 ++-
 include/linux/qed/qed_eth_if.h                     |   8 +
 include/linux/qed/qed_if.h                         |   7 +
 14 files changed, 1027 insertions(+), 8 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2017-04-17 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 11:54 [PATCH net-next 0/2] qed/qede: aRFS support Manish Chopra
2017-04-13 11:54 ` [PATCH net-next 1/2] qed: aRFS infrastructure support Manish Chopra
2017-04-13 11:54 ` [PATCH net-next 2/2] qede: Add aRFS support Manish Chopra
2017-04-17 17:06 ` [PATCH net-next 0/2] qed/qede: " 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).