Re: [dpdk-dev] [PATCH 0/2] net/mlx5: fix packet type support

2017-07-31 Thread Ferruh Yigit
On 7/26/2017 8:29 PM, Yongseok Koh wrote: > Even though HW supports more packet types, PMD doesn't parse it. Changed to > have > more packet_type flags in mbuf. > > Yongseok Koh (2): > net/mlx5: fix missing packet type calculation > net/mlx5: fix L4 packet type support Series applied to dpdk

[dpdk-dev] [PATCH 0/2] net/mlx5: fix packet type support

2017-07-26 Thread Yongseok Koh
Even though HW supports more packet types, PMD doesn't parse it. Changed to have more packet_type flags in mbuf. Yongseok Koh (2): net/mlx5: fix missing packet type calculation net/mlx5: fix L4 packet type support drivers/net/mlx5/mlx5.c | 2 + drivers/net/mlx5/mlx5_ethdev.c