Re: [dpdk-dev] [PATCH] app/testpmd: fix ether header size calculation

2019-04-08 Thread Bruce Richardson
On Mon, Apr 08, 2019 at 10:13:04AM +, Pavan Nikhilesh Bhagavatula wrote: > From: Pavan Nikhilesh > > Fix ether header size calculation in Tx only mode. > > Coverity issue: 337684 > Fixes: 01b645dcff7f ("app/testpmd: move txonly prepare in separate function") > > Signed-off-by: Pavan Nikhile

[dpdk-dev] [PATCH] app/testpmd: fix ether header size calculation

2019-04-08 Thread Pavan Nikhilesh Bhagavatula
From: Pavan Nikhilesh Fix ether header size calculation in Tx only mode. Coverity issue: 337684 Fixes: 01b645dcff7f ("app/testpmd: move txonly prepare in separate function") Signed-off-by: Pavan Nikhilesh --- app/test-pmd/txonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --