Re: [dpdk-users] MLX5 build errors with DPDK 17.11.3

2018-08-06 Thread Wu, Xiaoban
Hi Morgan, It only installs the Mellanox OFED drivers. Then, you have to install the DPDK separately as usual. I don't know in detail the purpose of the long options passed to the command. Best wishes, Xiaoban From: Morgan Yang Sent: Monday, August 6,

Re: [dpdk-users] Drop_Packet

2018-08-06 Thread Andrew Bainbridge
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.