Re: [dpdk-dev] [PATCH] net/mlx4: fix Rx pkt offloads nonfrag indication

2018-02-05 Thread Adrien Mazarguil
On Tue, Jan 30, 2018 at 07:02:51PM +0200, Moti Haimovsky wrote: > This patch fixes the missing RTE_PTYPE_L4_NONFRAG on non-fragmented > IP packets with unrecognized payload type. > > Fixes: aee4a03fee4f ("net/mlx4: enhance Rx packet type offloads") > Cc: sta...@dpdk.org > > Signed-off-by: Moti Ha

[dpdk-dev] [PATCH] net/mlx4: fix Rx pkt offloads nonfrag indication

2018-01-30 Thread Moti Haimovsky
This patch fixes the missing RTE_PTYPE_L4_NONFRAG on non-fragmented IP packets with unrecognized payload type. Fixes: aee4a03fee4f ("net/mlx4: enhance Rx packet type offloads") Cc: sta...@dpdk.org Signed-off-by: Moti Haimovsky --- drivers/net/mlx4/mlx4_rxtx.c | 3 ++- 1 file changed, 2 insertio