[dpdk-dev] EAL Config

2016-02-08 Thread Sa Sa
I have a situation , Would it be great If you help me this out . I have a 2 ports NIC and a CPU with 20 Cores. How could I config EAL to have RX and TX ring of 2 ports on all Cores? Plus I want to inject packets into these 2 ports. How could I get memory from these 2 rings ?

[dpdk-dev] lcore Access to All ports

2016-01-30 Thread Sa Sa
I want to write a l2fwd . Plus I need to have access to all my ports TX queue to inject some packets into it . I don't know how Should I create mempool and how to assigne those queues to each lcore .