All of lore.kernel.org
 help / color / mirror / Atom feed
From: <sgoutham@marvell.com>
To: <davem@davemloft.net>, <kuba@kernel.org>, <netdev@vger.kernel.org>
Cc: Sunil Goutham <sgoutham@marvell.com>
Subject: [PATCH net-next 0/2] Support ethtool ntuple rule count change
Date: Wed, 16 Jun 2021 18:21:20 +0530	[thread overview]
Message-ID: <1623847882-16744-1-git-send-email-sgoutham@marvell.com> (raw)

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


             reply	other threads:[~2021-06-16 12:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 12:51 sgoutham [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2021-06-16 12:49 [PATCH net-next 0/2] Support ethtool ntuple rule count change sgoutham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1623847882-16744-1-git-send-email-sgoutham@marvell.com \
    --to=sgoutham@marvell.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.