Re: [dpdk-dev] [PATCH 1/5] net/mlx5: add VF information in configuration

2018-03-14 Thread Adrien Mazarguil
On Tue, Mar 13, 2018 at 01:50:35PM +0100, Nelio Laranjeiro wrote: > Signed-off-by: Nelio Laranjeiro Perhaps with a line that states the reason given similar code was dropped by prior patch "net/mlx5: fix sriov flag", for instance: Subsequent patches will need a convenient method to determine if

[dpdk-dev] [PATCH 1/5] net/mlx5: add VF information in configuration

2018-03-13 Thread Nelio Laranjeiro
Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5.c | 10 ++ drivers/net/mlx5/mlx5.h | 1 + 2 files changed, 11 insertions(+) diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c index 95dd49420..d5cc85d19 100644 --- a/drivers/net/mlx5/mlx5.c +++ b/drivers/net/mlx5/mlx