Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] cxgb4: add support for ethtool n-tuple filters
@ 2020-06-19 14:21 Vishal Kulkarni
  2020-06-19 14:21 ` [PATCH net-next 1/5] cxgb4: add skeleton " Vishal Kulkarni
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Vishal Kulkarni @ 2020-06-19 14:21 UTC (permalink / raw)
  To: netdev, davem; +Cc: nirranjan, rahul.lakkireddy, Vishal Kulkarni

Patch 1: Adds data structure to maintain list of filters and handles init/dinit
	 of the same.

Patch 2: Handles addition of filters via ETHTOOL_SRXCLSRLINS.

Patch 3: Handles deletion of filtes via ETHTOOL_SRXCLSRLDEL.

Patch 4: Handles viewing of added filters.

Patch 5: Adds FLOW_ACTION_QUEUE support.

Vishal Kulkarni (5):
  cxgb4: add skeleton for ethtool n-tuple filters
  cxgb4: add ethtool n-tuple filter insertion
  cxgb4: add ethtool n-tuple filter deletion
  cxgb4: add support to fetch ethtool n-tuple filters
  cxgb4: add action to steer flows to specific Rxq

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h    |  15 +
 .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c    | 335 ++++++++++++++++++
 .../net/ethernet/chelsio/cxgb4/cxgb4_filter.c |   5 +
 .../net/ethernet/chelsio/cxgb4/cxgb4_filter.h |   3 +
 .../net/ethernet/chelsio/cxgb4/cxgb4_main.c   |  22 +-
 .../ethernet/chelsio/cxgb4/cxgb4_tc_flower.c  | 131 ++++---
 .../ethernet/chelsio/cxgb4/cxgb4_tc_flower.h  |   9 +
 .../net/ethernet/chelsio/cxgb4/cxgb4_uld.h    |   2 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h  |   4 +
 9 files changed, 463 insertions(+), 63 deletions(-)

-- 
2.18.2


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

end of thread, other threads:[~2020-06-19 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-19 14:21 [PATCH net-next 0/5] cxgb4: add support for ethtool n-tuple filters Vishal Kulkarni
2020-06-19 14:21 ` [PATCH net-next 1/5] cxgb4: add skeleton " Vishal Kulkarni
2020-06-19 14:21 ` [PATCH net-next 2/5] cxgb4: add ethtool n-tuple filter insertion Vishal Kulkarni
2020-06-19 14:21 ` [PATCH net-next 3/5] cxgb4: add ethtool n-tuple filter deletion Vishal Kulkarni
2020-06-19 14:21 ` [PATCH net-next 4/5] cxgb4: add support to fetch ethtool n-tuple filters Vishal Kulkarni
2020-06-19 14:21 ` [PATCH net-next 5/5] cxgb4: add action to steer flows to specific Rxq Vishal Kulkarni
2020-06-19 20:17 ` [PATCH net-next 0/5] cxgb4: add support for ethtool n-tuple filters David Miller

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