Quantcast
Channel: rte flow for arp packet with dpdk - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Vipin Varghese for rte flow for arp packet with dpdk

The default queue (with RSS disabled) for no match packet for all vendor PMD are queue 0. Expect for TAP PMD where multiple RX queue is supported by OS.Since you have mentioned the DPDK version is...

View Article



Answer by user10304260 for rte flow for arp packet with dpdk

Since v18.05-rc1, there has been item type RTE_FLOW_ITEM_TYPE_ARP_ETH_IPV4. That being said, it might be unsupported by the PMD in question.Consider matching on the EtherType field instead:#include...

View Article

rte flow for arp packet with dpdk

Is there a way using rte_flow to send arp and ndp packet to specific rx queue with dpdkIn the rte_flow_item_type I don’t see an entry for arp or ndpFor ipv4 I did the following way pattern[0].type =...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images