[dpdk-dev] [PATCH 0/3] fix Rx checksum offloads

2016-11-07 Thread Thomas Monjalon
2016-11-02 16:57, Adrien Mazarguil: > On Wed, Nov 02, 2016 at 11:39:36AM +0100, Nelio Laranjeiro wrote: > > Fill correctly the Mbuf Rx offloads. > > > > Nelio Laranjeiro (3): > > net/mlx5: fix Rx checksum macros > > net/mlx5: define explicit fields for Rx offloads > > net/mlx: fix support

[dpdk-dev] [PATCH 0/3] fix Rx checksum offloads

2016-11-02 Thread Adrien Mazarguil
On Wed, Nov 02, 2016 at 11:39:36AM +0100, Nelio Laranjeiro wrote: > Fill correctly the Mbuf Rx offloads. > > Nelio Laranjeiro (3): > net/mlx5: fix Rx checksum macros > net/mlx5: define explicit fields for Rx offloads > net/mlx: fix support for new Rx checksum flags > >

[dpdk-dev] [PATCH 0/3] fix Rx checksum offloads

2016-11-02 Thread Nelio Laranjeiro
Fill correctly the Mbuf Rx offloads. Nelio Laranjeiro (3): net/mlx5: fix Rx checksum macros net/mlx5: define explicit fields for Rx offloads net/mlx: fix support for new Rx checksum flags drivers/net/mlx4/mlx4.c | 21 -- drivers/net/mlx5/mlx5_prm.h | 37 +-