[dpdk-dev] Generating packets into queues

2015-05-24 Thread Wiles, Keith
On 5/23/15, 7:43 PM, "Wiles, Keith" wrote: > > >On 5/23/15, 5:23 PM, "Jakub Mazur" wrote: > >>Hello, >> >>I've just got to grips with DPDK and started writing my own applications. >>However, I am struggling to figure out how to test my applications in >>terms >>of sending packets to the ports

[dpdk-dev] [PATCH] drivers/net/e1000/igb_ethdev.c:fix eth_igb_add_del_flex_filter

2015-05-24 Thread motomu
From: Motomu Utsumi in add flexfiler it always write to same register address, so when try to adapt some filters only last one is enabled. I substitute value based on based on flex_filter->index for reg_off. in del flexfilter, it delete target filter and also delete first filter because of simi