Hi, I modified l2fwd example to "inject" additional Ethernet packets into the flow by allocating them with rte_pktmbuf_alloc.
I do succeed to call rte_pktmbuf_alloc when none (or almost none) packets where forwarded since application start, but it fails when application is busy handling traffic (even light traffic). Following Intel developers guide suggestion about thread safety, I am calling this function within the same CPU core I am about to send the packet. Any ideas? Thanks Meir Tseitlin