All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] qed*: ethtool rx flow classification enhancements.
@ 2018-05-24 16:54 Manish Chopra
  2018-05-24 16:54 ` [PATCH net-next 1/5] qede: Refactor ethtool rx classification flow Manish Chopra
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Manish Chopra @ 2018-05-24 16:54 UTC (permalink / raw)
  To: davem; +Cc: netdev, ariel.elior, michal.kalderon

Hi David,

This series re-structures the driver's ethtool rx flow
classification flow, following that it adds other flow
profiles and rx flow classification enhancements
via "ethtool -N/-U"

Please consider applying this to "net-next"

Thanks,
Manish

Manish Chopra (5):
  qede: Refactor ethtool rx classification flow.
  qede: Validate unsupported configurations
  qed*: Support other classification modes.
  qede: Support flow classification to the VFs.
  qed*: Support drop action classification

 drivers/net/ethernet/qlogic/qed/qed_l2.c        |  37 +-
 drivers/net/ethernet/qlogic/qede/qede.h         |   1 +
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |   1 +
 drivers/net/ethernet/qlogic/qede/qede_filter.c  | 656 +++++++++++++++++-------
 drivers/net/ethernet/qlogic/qede/qede_main.c    |   1 +
 include/linux/qed/qed_eth_if.h                  |   4 +
 include/linux/qed/qed_if.h                      |   1 +
 7 files changed, 502 insertions(+), 199 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-05-25 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 16:54 [PATCH net-next 0/5] qed*: ethtool rx flow classification enhancements Manish Chopra
2018-05-24 16:54 ` [PATCH net-next 1/5] qede: Refactor ethtool rx classification flow Manish Chopra
2018-05-24 16:54 ` [PATCH net-next 2/5] qede: Validate unsupported configurations Manish Chopra
2018-05-24 16:54 ` [PATCH net-next 3/5] qed*: Support other classification modes Manish Chopra
2018-05-24 16:54 ` [PATCH net-next 4/5] qede: Support flow classification to the VFs Manish Chopra
2018-05-24 16:54 ` [PATCH net-next 5/5] qed*: Support drop action classification Manish Chopra
2018-05-25 20:11 ` [PATCH net-next 0/5] qed*: ethtool rx flow classification enhancements 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.