Re: [dpdk-dev] [PATCH v3] net/mlx5: fix representor port xstats

2018-10-04 Thread Thomas Monjalon
28/09/2018 02:11, Yongseok Koh: > > > On Sep 19, 2018, at 12:55 AM, Xueming Li wrote: > > > > This patch fixes the issue that representor port shows xstats of PF. > > > > Fixes: 2b7302638898 ("net/mlx5: probe all port representors") > > Cc: adrien.mazarg...@6wind.com > > > > Signed-off-by: Xue

Re: [dpdk-dev] [PATCH v3] net/mlx5: fix representor port xstats

2018-09-27 Thread Yongseok Koh
> On Sep 19, 2018, at 12:55 AM, Xueming Li wrote: > > This patch fixes the issue that representor port shows xstats of PF. > > Fixes: 2b7302638898 ("net/mlx5: probe all port representors") > Cc: adrien.mazarg...@6wind.com > > Signed-off-by: Xueming Li > --- Acked-by: Yongseok Koh Thanks

[dpdk-dev] [PATCH v3] net/mlx5: fix representor port xstats

2018-09-19 Thread Xueming Li
This patch fixes the issue that representor port shows xstats of PF. Fixes: 2b7302638898 ("net/mlx5: probe all port representors") Cc: adrien.mazarg...@6wind.com Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_stats.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff