[dpdk-dev] DPDK - TX from lcore in packet distributor configuration

2015-01-21 Thread deco33000 Jog
21.01.2015, 20:16, "deco33000 Jog" : > 21.01.2015, 17:43, "Bruce Richardson" : >> ?On Wed, Jan 21, 2015 at 03:00:50PM +0100, deco33000 Jog wrote: >>> ??Hello, >>> >>> ??-- PROBLEM >>> ??I have a AF_PACKET socket which is in promiscuous mode to get all the NIC >>> traffic and let my apps do the w

[dpdk-dev] DPDK - TX from lcore in packet distributor configuration

2015-01-21 Thread Bruce Richardson
On Wed, Jan 21, 2015 at 03:00:50PM +0100, deco33000 Jog wrote: > Hello, > > -- PROBLEM > I have a AF_PACKET socket which is in promiscuous mode to get all the NIC > traffic and let my apps do the whole stuff. > > So I have one receiver and need to communicate the packet to different > threads/p

[dpdk-dev] DPDK - TX from lcore in packet distributor configuration

2015-01-21 Thread deco33000 Jog
Hello, -- PROBLEM I have a AF_PACKET socket which is in promiscuous mode to get all the NIC traffic and let my apps do the whole stuff. So I have one receiver and need to communicate the packet to different threads/processes (lcore) so that they can process the rest of the packet (tcp/udp...)