Re: [dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame

2017-10-23 Thread Nélio Laranjeiro
On Tue, Oct 24, 2017 at 09:16:09AM +0300, Shahaf Shuler wrote: > Considering the PMD supports only Ethernet transport, packet which > arrives without any packet type flags in the completion should be > marked with L2_ETHER flag. > > Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support") > Cc

[dpdk-dev] [PATCH] net/mlx5: fix packet type flags for Ethernet only frame

2017-10-23 Thread Shahaf Shuler
Considering the PMD supports only Ethernet transport, packet which arrives without any packet type flags in the completion should be marked with L2_ETHER flag. Fixes: ea16068c0064 ("net/mlx5: fix L4 packet type support") Cc: sta...@dpdk.org Cc: ys...@mellanox.com Signed-off-by: Shahaf Shuler Ack