Re: [dpdk-dev] [PATCH] app/testpmd: fix mbuf leak in the case of multi-segment Tx

2019-05-08 Thread Ferruh Yigit
On 5/8/2019 11:27 AM, Andrew Rybchenko wrote: > The last mbuf allocated in bulk is never used and never freed. > > Fixes: 01b645dcff7f ("app/testpmd: move txonly prepare in separate function") > Fixes: 561ddcf8d099 ("app/testpmd: allocate txonly segments per bulk") > > Signed-off-by: Andrew Rybch

[dpdk-dev] [PATCH] app/testpmd: fix mbuf leak in the case of multi-segment Tx

2019-05-08 Thread Andrew Rybchenko
The last mbuf allocated in bulk is never used and never freed. Fixes: 01b645dcff7f ("app/testpmd: move txonly prepare in separate function") Fixes: 561ddcf8d099 ("app/testpmd: allocate txonly segments per bulk") Signed-off-by: Andrew Rybchenko --- app/test-pmd/txonly.c | 2 +- 1 file changed, 1