[dpdk-dev] [PATCH v3] driver/net/mpipe: fix the crash/hung issue when testpmd quits

2016-02-26 Thread Bruce Richardson
On Wed, Feb 10, 2016 at 12:15:21AM -0500, Liming Sun wrote: > Fixes: the hung/crash issue when quitting testpmd under high > traffic rate. The following issue were found and fixed. > 1. edesc->size is not initialized properly in mpipe_do_xmit() and could >cause buffer leak or corruption when

[dpdk-dev] [PATCH v3] driver/net/mpipe: fix the crash/hung issue when testpmd quits

2016-02-10 Thread Liming Sun
Fixes: the hung/crash issue when quitting testpmd under high traffic rate. The following issue were found and fixed. 1. edesc->size is not initialized properly in mpipe_do_xmit() and could cause buffer leak or corruption when HW buffer return is used. 2. Check the 'idesc.be' error bit in