All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Support ethtool ntuple rule count change
@ 2021-06-16 12:51 sgoutham
  2021-06-16 12:51 ` [PATCH net-next 1/2] net: ethtool: Support setting ntuple rule count sgoutham
  2021-06-16 12:51 ` [PATCH net-next 2/2] octeontx2-pf: " sgoutham
  0 siblings, 2 replies; 6+ messages in thread
From: sgoutham @ 2021-06-16 12:51 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: Sunil Goutham

From: Sunil Goutham <sgoutham@marvell.com>

Some NICs share resources like packet filters across
multiple interfaces they support. From HW point of view
it is possible to use all filters for a single interface.
This 2 patch series adds support to modify ntuple rule
count for OcteonTx2 netdev.

Sunil Goutham (2):
  net: ethtool: Support setting ntuple rule count
  octeontx2-pf: Support setting ntuple rule count

 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |  1 +
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  3 +++
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    | 27 ++++++++++++++++++++--
 include/uapi/linux/ethtool.h                       |  1 +
 net/ethtool/ioctl.c                                |  1 +
 5 files changed, 31 insertions(+), 2 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-06-22 17:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 12:51 [PATCH net-next 0/2] Support ethtool ntuple rule count change sgoutham
2021-06-16 12:51 ` [PATCH net-next 1/2] net: ethtool: Support setting ntuple rule count sgoutham
2021-06-16 17:57   ` Jakub Kicinski
2021-06-17 13:16     ` [EXT] " Sunil Kovvuri Goutham
2021-06-22 17:34       ` Sunil Kovvuri Goutham
2021-06-16 12:51 ` [PATCH net-next 2/2] octeontx2-pf: " sgoutham

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.