RE: rte flow for arp packet

2022-03-16 Thread Yaron Illouz
; pattern[1].type = RTE_FLOW_ITEM_TYPE_IPV4; pattern[1].spec = NULL; From: Ori Kam Sent: Wednesday, March 16, 2022 3:11 PM To: Yaron Illouz ; dev@dpdk.org Subject: RE: rte flow for arp packet EXTERNAL

RE: rte flow for arp packet

2022-03-16 Thread Ori Kam
Hi You need to create a rule that matches the arp/ndp packets and use the queue action. From: Yaron Illouz Sent: Wednesday, March 16, 2022 2:42 PM To: dev@dpdk.org Cc: Ori Kam Subject: rte flow for arp packet Hi Is there a way using rte_flow to send arp and ndp packet to specific rx queue

rte flow for arp packet

2022-03-16 Thread Yaron Illouz
Hi Is there a way using rte_flow to send arp and ndp packet to specific rx queue with dpdk