* rte flow for arp packet
@ 2022-03-16 12:42 Yaron Illouz
2022-03-16 13:11 ` Ori Kam
0 siblings, 1 reply; 3+ messages in thread
From: Yaron Illouz @ 2022-03-16 12:42 UTC (permalink / raw)
To: dev; +Cc: Ori Kam
[-- Attachment #1: Type: text/plain, Size: 97 bytes --]
Hi
Is there a way using rte_flow to send arp and ndp packet to specific rx queue with dpdk
[-- Attachment #2: Type: text/html, Size: 1829 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: rte flow for arp packet
2022-03-16 12:42 rte flow for arp packet Yaron Illouz
@ 2022-03-16 13:11 ` Ori Kam
2022-03-16 13:52 ` Yaron Illouz
0 siblings, 1 reply; 3+ messages in thread
From: Ori Kam @ 2022-03-16 13:11 UTC (permalink / raw)
To: Yaron Illouz, dev
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
Hi
You need to create a rule that matches the arp/ndp packets and use the queue action.
From: Yaron Illouz <yaroni@radcom.com>
Sent: Wednesday, March 16, 2022 2:42 PM
To: dev@dpdk.org
Cc: Ori Kam <orika@nvidia.com>
Subject: rte flow for arp packet
Hi
Is there a way using rte_flow to send arp and ndp packet to specific rx queue with dpdk
[-- Attachment #2: Type: text/html, Size: 2354 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: rte flow for arp packet
2022-03-16 13:11 ` Ori Kam
@ 2022-03-16 13:52 ` Yaron Illouz
0 siblings, 0 replies; 3+ messages in thread
From: Yaron Illouz @ 2022-03-16 13:52 UTC (permalink / raw)
To: Ori Kam, dev
[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]
In the rte_flow_item_type I don’t see an entry for arp or ndp
Is there another way to do it ?
For ipv4 I did the following way
pattern[0].type = RTE_FLOW_ITEM_TYPE_ETH;
pattern[0].spec = NULL;
pattern[1].type = RTE_FLOW_ITEM_TYPE_IPV4;
pattern[1].spec = NULL;
From: Ori Kam <orika@nvidia.com>
Sent: Wednesday, March 16, 2022 3:11 PM
To: Yaron Illouz <yaroni@radcom.com>; dev@dpdk.org
Subject: RE: rte flow for arp packet
EXTERNAL EMAIL: Do not click links or attachments unless you recognize the sender and know the content is safe
Hi
You need to create a rule that matches the arp/ndp packets and use the queue action.
From: Yaron Illouz <yaroni@radcom.com<mailto:yaroni@radcom.com>>
Sent: Wednesday, March 16, 2022 2:42 PM
To: dev@dpdk.org<mailto:dev@dpdk.org>
Cc: Ori Kam <orika@nvidia.com<mailto:orika@nvidia.com>>
Subject: rte flow for arp packet
Hi
Is there a way using rte_flow to send arp and ndp packet to specific rx queue with dpdk
[-- Attachment #2: Type: text/html, Size: 7137 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-16 13:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 12:42 rte flow for arp packet Yaron Illouz
2022-03-16 13:11 ` Ori Kam
2022-03-16 13:52 ` Yaron Illouz
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).