Re: [dpdk-dev] [PATCH] net/mlx4: refinements to Rx packet type report

2018-07-01 Thread Shahaf Shuler
Thursday, June 28, 2018 3:40 PM, Adrien Mazarguil: > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: refinements to Rx packet type > report > > On Thu, Jun 28, 2018 at 09:30:28AM +0300, Moti Haimovsky wrote: > > This commit refines the Rx Packet type flags reported by the PMD for >

Re: [dpdk-dev] [PATCH] net/mlx4: refinements to Rx packet type report

2018-06-28 Thread Adrien Mazarguil
On Thu, Jun 28, 2018 at 09:30:28AM +0300, Moti Haimovsky wrote: > This commit refines the Rx Packet type flags reported by the PMD > for each packet being received in order to make the report more > accurate. > > Signed-off-by: Moti Haimovsky Patch looks good, thanks. Acked-by: Adrien Mazarguil

[dpdk-dev] [PATCH] net/mlx4: refinements to Rx packet type report

2018-06-27 Thread Moti Haimovsky
This commit refines the Rx Packet type flags reported by the PMD for each packet being received in order to make the report more accurate. Signed-off-by: Moti Haimovsky --- drivers/net/mlx4/mlx4_prm.h | 1 + drivers/net/mlx4/mlx4_rxtx.c | 153 +-- 2 fil