[dpdk-dev] [PATCH 0/3] net/mlx: fix link state modification

2016-07-05 Thread Bruce Richardson
On Tue, Jul 05, 2016 at 11:25:10AM +0200, Adrien Mazarguil wrote: > On Mon, Jul 04, 2016 at 10:24:16AM +0200, Olivier Matz wrote: > > This series adds a missing device operation in mlx4 to > > set the link state. It also fixes the function to set the > > flags on the kernel interface in both mlx4 a

[dpdk-dev] [PATCH 0/3] net/mlx: fix link state modification

2016-07-05 Thread Adrien Mazarguil
On Mon, Jul 04, 2016 at 10:24:16AM +0200, Olivier Matz wrote: > This series adds a missing device operation in mlx4 to > set the link state. It also fixes the function to set the > flags on the kernel interface in both mlx4 and mlx5. Thanks. Acked-by: Adrien Mazarguil > Guo Fengtian (1): > ne

[dpdk-dev] [PATCH 0/3] net/mlx: fix link state modification

2016-07-04 Thread Olivier Matz
This series adds a missing device operation in mlx4 to set the link state. It also fixes the function to set the flags on the kernel interface in both mlx4 and mlx5. Guo Fengtian (1): net/mlx4: add link up/down callback function Olivier Matz (2): net/mlx: fix setting of interface flags net/