Re: [dpdk-dev] [PATCH] net/bnxt: fix null termination of receive mbuf chain

2021-01-24 Thread Ajit Khaparde
On Fri, Jan 22, 2021 at 1:49 PM Lance Richardson wrote: > > The last mbuf in a multi-segment packet needs to be > NULL-terminated. > > Fixes: 0958d8b6435d ("net/bnxt: support LRO") > Cc: sta...@dpdk.org > Signed-off-by: Lance Richardson > Reviewed-by: Somnath Kotur > Reviewed-by: Ajit Kumar Khap

[dpdk-dev] [PATCH] net/bnxt: fix null termination of receive mbuf chain

2021-01-22 Thread Lance Richardson
The last mbuf in a multi-segment packet needs to be NULL-terminated. Fixes: 0958d8b6435d ("net/bnxt: support LRO") Cc: sta...@dpdk.org Signed-off-by: Lance Richardson Reviewed-by: Somnath Kotur Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt_rxr.c | 1 + 1 file changed, 1 insertion(