Re: [dpdk-dev] [PATCH v4] net/mlx4: enhance Rx packet type offloads

2017-11-07 Thread Thomas Monjalon
07/11/2017 09:43, Adrien Mazarguil: > On Sun, Nov 05, 2017 at 07:26:56PM +0200, Moti Haimovsky wrote: > > This patch enhances the Rx packet type offload to also report the L4 > > protocol information in the hw ptype filled by the PMD for each received > > packet. > > > > Signed-off-by: Moti Haimov

Re: [dpdk-dev] [PATCH v4] net/mlx4: enhance Rx packet type offloads

2017-11-07 Thread Adrien Mazarguil
On Sun, Nov 05, 2017 at 07:26:56PM +0200, Moti Haimovsky wrote: > This patch enhances the Rx packet type offload to also report the L4 > protocol information in the hw ptype filled by the PMD for each received > packet. > > Signed-off-by: Moti Haimovsky Patch looks fine therefore: Acked-by: Adr

[dpdk-dev] [PATCH v4] net/mlx4: enhance Rx packet type offloads

2017-11-05 Thread Moti Haimovsky
This patch enhances the Rx packet type offload to also report the L4 protocol information in the hw ptype filled by the PMD for each received packet. Signed-off-by: Moti Haimovsky --- V4: * Removed extra blank line from the end of mlx4_ethdev.c V3: * Modifications according to review by Adrien Ma