Re: [dpdk-dev] [PATCH] mlx5: fix get link settings call for speed and duplex values

2017-07-24 Thread Nélio Laranjeiro
Hi Gowrishankar, Sorry, it took me a little time to test this patch, nice catch. Small format points, the title should be net/mlx5 and there is a complain with checkpatch see below. On Tue, Jul 18, 2017 at 11:58:34AM +0530, Gowrishankar wrote: > From: Gowrishankar Muthukrishnan > > mlx5 pmd do

[dpdk-dev] [PATCH] mlx5: fix get link settings call for speed and duplex values

2017-07-17 Thread Gowrishankar
From: Gowrishankar Muthukrishnan mlx5 pmd does not correctly retrieve link speed and duplex values in linksetting struct through ETHTOOL_GLINKSETTINGS ioctl call. Due to which pktgen application could not correctly calculate tx/rx rate and hence, very few packets (of count 32) only sent all the t