Re: [dpdk-dev] reassembly app doesn't send pkt

2017-01-02 Thread
Hi, I have the same problem using 82599. When I sent a mbuf with multi-segment, the 82599 driver's tx_burst fuction will return 0, which means no packet sent. I have no solution. Some 82599 NICs can send these packet successfully, but some will fail. ?? I think this problem may related to vendor

[dpdk-dev] Deadlock in rte_mempool using multi-process shared memory

2017-01-02 Thread
Hi, I have some process running in DPDK which uses DPDK multi-process feature to communicate. Master process captures packets from NIC and put them to a ring buffer, which is shared between master and slave process. Sometimes, slave process use rte_pktmbuf_alloc() to alloc pktmbuf from the shared