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

2017-11-05 Thread Mordechay Haimovsky
See inline > -Original Message- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, November 3, 2017 4:23 PM > To: Mordechay Haimovsky > Cc: dev@dpdk.org > Subject: Re: [PATCH v2] net/mlx4: enhance Rx packet type offloads > > On Thu, Nov 02, 2017 at 02:14:34PM +0

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

2017-11-03 Thread Adrien Mazarguil
On Thu, Nov 02, 2017 at 02:14:34PM +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 > --- > V2: > * Modifications according to

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

2017-11-02 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 --- V2: * Modifications according to review by Adrien Mazarguil Re: [PATCH] net/mlx4: enhance Rx packet type off