[dpdk-dev] [dpdk-users] how to Read(Write) from(to) via lcores in dpdk regardless of NIC

2016-03-22 Thread Mahdi Moradmand Badie
Dear Andriy, I did my task with the help of rte_ring, but now I wanna replace rte_ring with real share cache(L3), May I ask you if there is any possibility in DPDK in order to do it. Thanks in advance, On 9 March 2016 at 05:26, Andriy Berestovskyy wrote: > Mahdi, > 1. Sure, the rte_ring is

[dpdk-dev] [dpdk-users] how to Read(Write) from(to) via lcores in dpdk regardless of NIC

2016-03-08 Thread Mahdi Moradmand Badie
I wanna create for example 3 different packets in core_0 as master and store them one by one in share memory(rte_ring), then the core_1 as slave read them and do function on them (ex. P1+P2+P3) and again store in share memory, finally the core_0 read the packets from share memory and compare them

[dpdk-dev] [dpdk-users] how to Read(Write) from(to) via lcores in dpdk regardless of NIC

2016-03-08 Thread Mahdi Moradmand Badie
Dear Hamed, First of all thank you so much for your kindly reply, It's the primary part of the big project, in order to be more familiar with DPDK, I have to implement the mentioned framework by use of DPDK, And finally we wanna implement the cache locking approach (via help of features like