On 1/20/2017 4:48 PM, Adrien Mazarguil wrote: > On Fri, Jan 20, 2017 at 04:27:29PM +0100, Nelio Laranjeiro wrote: >> Rx checksum validation and packet type offloads are read from the wrong >> location. >> >> Fixes: 501505c5608a ("net/mlx: fix IPv4 and IPv6 packet type") >> Fixes: 350f4c482e46 ("net/mlx5: fix Rx checksum macros") >> Fixes: 6218063b39a6 ("net/mlx5: refactor Rx data path") >> >> Cc: sta...@dpdk.org >> Signed-off-by: Nelio Laranjeiro <nelio.laranje...@6wind.com> >> --- >> drivers/net/mlx5/mlx5_prm.h | 47 +++++++++++++++++++++++++---------------- >> drivers/net/mlx5/mlx5_rxtx.c | 50 >> +++++++++++++++++++------------------------- >> 2 files changed, 50 insertions(+), 47 deletions(-) > > Acked-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
Applied to dpdk-next-net/master, thanks.