[dpdk-users] Drop_Packet

Andrew Bainbridge andbain at microsoft.com
Mon Aug 6 13:08:33 CEST 2018


That's quite a broad question. A simple way is to not process packets you receive with rte_eth_rx_burst()! If you want the hardware to drop without the CPU seeing the packet, maybe you can setup a flow rule with a drop action. See https://doc.dpdk.org/guides/prog_guide/rte_flow.html.

________________________________
From: users <users-bounces at dpdk.org> on behalf of Konstantinos Schoinas <ece8537 at upnet.gr>
Sent: 04 August 2018 12:06
To: users at dpdk.org
Subject: [dpdk-users] Drop_Packet

Hello,

How can i drop packets using dpdk? Is there any function that can help ?

Thanks for your time


More information about the users mailing list