Re: [dpdk-dev] [PATCH] net/nfp: fix field initialization in TX descriptor

2018-06-14 Thread Alejandro Lucero
Hi Ferruh, On Thu, Jun 14, 2018 at 10:17 AM, Ferruh Yigit wrote: > On 6/11/2018 10:50 AM, Alejandro Lucero wrote: > > TX descriptor eop_offset field is not initialized and it could > > contain garbage. This patch fixes the potential problem setting > > EOP as the only subfield. The other subfiel

Re: [dpdk-dev] [PATCH] net/nfp: fix field initialization in TX descriptor

2018-06-14 Thread Ferruh Yigit
On 6/11/2018 10:50 AM, Alejandro Lucero wrote: > TX descriptor eop_offset field is not initialized and it could > contain garbage. This patch fixes the potential problem setting > EOP as the only subfield. The other subfield, data offset, is > not used by now. > > Fixes: b812daadad0d ("nfp: add Rx

[dpdk-dev] [PATCH] net/nfp: fix field initialization in TX descriptor

2018-06-11 Thread Alejandro Lucero
TX descriptor eop_offset field is not initialized and it could contain garbage. This patch fixes the potential problem setting EOP as the only subfield. The other subfield, data offset, is not used by now. Fixes: b812daadad0d ("nfp: add Rx and Tx") Signed-off-by: Alejandro Lucero --- drivers/ne