Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] qed*: Enhancements
@ 2018-08-09 18:13 Manish Chopra
  2018-08-09 18:13 ` [PATCH net-next 1/3] qed/qede: Multi CoS support Manish Chopra
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Manish Chopra @ 2018-08-09 18:13 UTC (permalink / raw)
  To: davem; +Cc: netdev, ariel.elior, michal.kalderon

Hi David,

This patch series adds following support in drivers -

1. Egress mqprio offload.
2. Add destination IP based flow profile.
3. Ingress flower offload (for drop action).

Please consider applying this series to "net-next".

Thanks,
Manish

Manish Chopra (3):
  qed/qede: Multi CoS support.
  qede: Add destination ip based flow profile.
  qede: Ingress tc flower offload (drop action) support.

 drivers/net/ethernet/qlogic/qed/qed_l2.c        |   9 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c      |   5 +-
 drivers/net/ethernet/qlogic/qede/qede.h         |  20 +-
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  50 ++-
 drivers/net/ethernet/qlogic/qede/qede_filter.c  | 422 ++++++++++++++++++++----
 drivers/net/ethernet/qlogic/qede/qede_fp.c      |  29 +-
 drivers/net/ethernet/qlogic/qede/qede_main.c    | 195 +++++++++--
 include/linux/qed/qed_eth_if.h                  |   6 +
 8 files changed, 628 insertions(+), 108 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-08-09 23:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09 18:13 [PATCH net-next 0/3] qed*: Enhancements Manish Chopra
2018-08-09 18:13 ` [PATCH net-next 1/3] qed/qede: Multi CoS support Manish Chopra
2018-08-09 18:13 ` [PATCH net-next 2/3] qede: Add destination ip based flow profile Manish Chopra
2018-08-09 18:13 ` [PATCH net-next 3/3] qede: Ingress tc flower offload (drop action) support Manish Chopra
2018-08-09 21:05 ` [PATCH net-next 0/3] qed*: Enhancements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox