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

2019-04-09 Thread Yao, Lei A
> Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix ether header size > calculation > > On 4/9/2019 10:45 AM, Pavan Nikhilesh Bhagavatula wrote: > > From: Pavan Nikhilesh > > > > Fix ether header size calculation in Tx only mode. > > > > Coverity issue: 33

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

2019-04-09 Thread Ferruh Yigit
On 4/9/2019 10:45 AM, 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 Nikhilesh Reviewed-by: Fe

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

2019-04-09 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 --- v2 Changes: - Preserve relation between destination and destination size. (Bruce)