From: Marcin Szycik <marcin.szycik@linux.intel.com>
To: Subbaraya Sundeep Bhatta <sbhatta@marvell.com>,
"jesse.brandeburg@intel.com" <jesse.brandeburg@intel.com>,
"anthony.l.nguyen@intel.com" <anthony.l.nguyen@intel.com>,
"intel-wired-lan@lists.osuosl.org"
<intel-wired-lan@lists.osuosl.org>
Cc: Jakub Kicinski <kuba@kernel.org>,
"davem@davemloft.net" <davem@davemloft.net>,
"edumazet@google.com" <edumazet@google.com>,
"pabeni@redhat.com" <pabeni@redhat.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Sunil Kovvuri Goutham <sgoutham@marvell.com>,
Naveen Mamindlapalli <naveenm@marvell.com>,
Suman Ghosh <sumang@marvell.com>,
Ratheesh Kannoth <rkannoth@marvell.com>,
Hariprasad Kelam <hkelam@marvell.com>,
Geethasowjanya Akula <gakula@marvell.com>,
Wojciech Drewek <wojciech.drewek@intel.com>
Subject: Re: hardware filter for matching GTP-U TEID
Date: Tue, 29 Aug 2023 12:42:56 +0200 [thread overview]
Message-ID: <ebb004ea-bd9e-aa42-530e-ccfdb086ec9f@linux.intel.com> (raw)
In-Reply-To: <CO1PR18MB46668B13A44DD677B6A241F0A1E7A@CO1PR18MB4666.namprd18.prod.outlook.com>
On 29.08.2023 08:18, Subbaraya Sundeep Bhatta wrote:
> Hi Marcin Szycik,
>
> Below commit demonstrates that we need to create a GTP tunnel netdev and
> create a tc filter on top of it. I am unable to understand how the tc filter on top of
> tunnel netdev $GTP0 propagates to the interface $PF0 for hardware offload?
It propagates via a notification from tunnel netdev to PF, and then to driver.
> commit 97aeb877de7f14f819fc2cf8388d7a2d8090489d
> Merge: 4d17d43 9a225f8
> Author: David S. Miller <davem@davemloft.net>
> Date: Sat Mar 12 11:54:29 2022 +0000
>
> Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
>
> Tony Nguyen says:
>
> ====================
> ice: GTP support in switchdev
>
> Marcin Szycik says:
>
> Add support for adding GTP-C and GTP-U filters in switchdev mode.
>
> To create a filter for GTP, create a GTP-type netdev with ip tool, enable
> hardware offload, add qdisc and add a filter in tc:
>
> ip link add $GTP0 type gtp role <sgsn/ggsn> hsize <hsize>
> ethtool -K $PF0 hw-tc-offload on
> tc qdisc add dev $GTP0 ingress
> tc filter add dev $GTP0 ingress prio 1 flower enc_key_id 1337 \
> action mirred egress redirect dev $VF1_PR
>
>
> I have to redirect GTP-U packets with a TEID to a VF which may be in guest using hardware tc filter on PF.
>>From my understanding current TC and ethtool cannot specify match filters beyond L4 header fields.
> Can I add new command something like gtp-teid to tc filter?
> Please help me understand this.
You can specify TEID field with the enc_key_id option in tc (like in above
example). Meaning of that option changes depending on tunnel used, in case of
GTP it's TEID.
>
> Thanks,
> Sundeep
>
>
I hope that answers your questions,
Marcin
next prev parent reply other threads:[~2023-08-29 10:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 6:18 hardware filter for matching GTP-U TEID Subbaraya Sundeep Bhatta
2023-08-29 10:42 ` Marcin Szycik [this message]
2023-08-30 9:18 ` [EXT] " Subbaraya Sundeep Bhatta
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=ebb004ea-bd9e-aa42-530e-ccfdb086ec9f@linux.intel.com \
--to=marcin.szycik@linux.intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gakula@marvell.com \
--cc=hkelam@marvell.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jesse.brandeburg@intel.com \
--cc=kuba@kernel.org \
--cc=naveenm@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rkannoth@marvell.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
--cc=sumang@marvell.com \
--cc=wojciech.drewek@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).