* RSS on L2TP, Teredo, PPPoE Tunnels
@ 2022-11-10 14:47 Tarun Badnora
  2022-11-15  8:45 ` Tarun Badnora
  2022-11-21  5:23 ` Gregory Etelson
  0 siblings, 2 replies; 3+ messages in thread
From: Tarun Badnora @ 2022-11-10 14:47 UTC (permalink / raw)
  To: dev
[-- Attachment #1: Type: text/plain, Size: 855 bytes --]
Hello DPDK Team,
Hope you guys are doing great !!
We are developing application with dpdk 22.03 & Mellanox Connectx-6 adapter,
Want to use IP-Port tuples (Inner in case of tunnels) to RSS traffic to multiple queues.
We need to handle L2TPv2/3, Teredo, PPPoE etc, but adapter have limited tunnels support.
Is there a way/possibility in DPDK to support mentioned or define user specific tunnels & achieve RSS on inner tuples ?
From documentation, we came across these approaches:
1.       Rte flow Flex item:
a.       This is not supported by adapter.
2.       testpmd> flow tunnel create  0 type "":
a.        Not getting documentation to check.
Please suggest.
Environment:
*         OS: Ubuntu 20.04
*         Driver: MLNX_OFED_LINUX-5.5-1.0.3.2
*         Firmware: 22.32.2004
Regards,
Tarun Badnora
[-- Attachment #2: Type: text/html, Size: 9293 bytes --]
^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: RSS on L2TP, Teredo, PPPoE Tunnels
  2022-11-10 14:47 RSS on L2TP, Teredo, PPPoE Tunnels Tarun Badnora
@ 2022-11-15  8:45 ` Tarun Badnora
  2022-11-21  5:23 ` Gregory Etelson
  1 sibling, 0 replies; 3+ messages in thread
From: Tarun Badnora @ 2022-11-15  8:45 UTC (permalink / raw)
  To: dev, dev-owner
[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]
Hello Team,
A gentle reminder.
Regards,
From: Tarun Badnora
Sent: 10 November 2022 20:18
To: dev@dpdk.org
Subject: RSS on L2TP, Teredo, PPPoE Tunnels
Hello DPDK Team,
Hope you guys are doing great !!
We are developing application with dpdk 22.03 & Mellanox Connectx-6 adapter,
Want to use IP-Port tuples (Inner in case of tunnels) to RSS traffic to multiple queues.
We need to handle L2TPv2/3, Teredo, PPPoE etc, but adapter have limited tunnels support.
Is there a way/possibility in DPDK to support mentioned or define user specific tunnels & achieve RSS on inner tuples ?
From documentation, we came across these approaches:
1.       Rte flow Flex item:
a.       This is not supported by adapter.
2.       testpmd> flow tunnel create  0 type "":
a.        Not getting documentation to check.
Please suggest.
Environment:
*         OS: Ubuntu 20.04
*         Driver: MLNX_OFED_LINUX-5.5-1.0.3.2
*         Firmware: 22.32.2004
Regards,
Tarun Badnora
[-- Attachment #2: Type: text/html, Size: 10534 bytes --]
^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: RSS on L2TP, Teredo, PPPoE Tunnels
  2022-11-10 14:47 RSS on L2TP, Teredo, PPPoE Tunnels Tarun Badnora
  2022-11-15  8:45 ` Tarun Badnora
@ 2022-11-21  5:23 ` Gregory Etelson
  1 sibling, 0 replies; 3+ messages in thread
From: Gregory Etelson @ 2022-11-21  5:23 UTC (permalink / raw)
  To: Tarun Badnora, dev
[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]
Hello,
The Flex item API allows to extend network protocols provided in port hardware.
The API allows DPDK application build a custom network protocol parser after providing the protocol description.
You can create a Flex item for network protocols you’ve mentioned over mlx5 BlueField-2 ports.
Regards,
Gregory
From: Tarun Badnora <tarun.badnora@clear-trail.com>
Sent: Thursday, 10 November 2022 16:48
To: dev@dpdk.org
Subject: RSS on L2TP, Teredo, PPPoE Tunnels
External email: Use caution opening links or attachments
Hello DPDK Team,
Hope you guys are doing great !!
We are developing application with dpdk 22.03 & Mellanox Connectx-6 adapter,
Want to use IP-Port tuples (Inner in case of tunnels) to RSS traffic to multiple queues.
We need to handle L2TPv2/3, Teredo, PPPoE etc, but adapter have limited tunnels support.
Is there a way/possibility in DPDK to support mentioned or define user specific tunnels & achieve RSS on inner tuples ?
From documentation, we came across these approaches:
  1.  Rte flow Flex item:
     *   This is not supported by adapter.
  1.  testpmd> flow tunnel create  0 type “”:
     *    Not getting documentation to check.
Please suggest.
Environment:
  *   OS: Ubuntu 20.04
  *   Driver: MLNX_OFED_LINUX-5.5-1.0.3.2
  *   Firmware: 22.32.2004
Regards,
Tarun Badnora
[-- Attachment #2: Type: text/html, Size: 10891 bytes --]
^ permalink raw reply	[flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-21  5:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 14:47 RSS on L2TP, Teredo, PPPoE Tunnels Tarun Badnora
2022-11-15  8:45 ` Tarun Badnora
2022-11-21  5:23 ` Gregory Etelson
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).