Re: [dpdk-users] AF_PACKET pmd and linux networking stack

2018-08-25 Thread Andrew Wang
Rami Thank you for the suggestion. Later I found it was a problem with the dpdk app (setting incorrect mac address). Andrew On Fri, Aug 17, 2018 at 5:15 PM Rami Rosen wrote: > Hi Andrew, > I am not sure at all that there is a way of achieving it, because of the > way AF_PACKET works. > But

Re: [dpdk-users] AF_PACKET pmd and linux networking stack

2018-08-17 Thread Rami Rosen
Hi Andrew, I am not sure at all that there is a way of achieving it, because of the way AF_PACKET works. But couldn't you achieve your goal with running DPDK L2FWD or DPDK L3FWD application ? In such a case, when not working in promiscuous mode, it seems that this will avoid processing of the

[dpdk-users] AF_PACKET pmd and linux networking stack

2018-08-08 Thread Andrew Wang
Hi Is there a way of preventing the linux kernel networking stack from handling packets when using the AF_PACKET pmd? Our DPDK app is running on a node that is attracting traffic for a VIP and for which it has a blackhole routing rule (to drop all the incoming packets for that VIP). The