Re: [dpdk-dev] [PATCH] net/nfp: remove firmware ABI check

2017-09-18 Thread Ferruh Yigit
On 9/11/2017 2:44 PM, Alejandro Lucero wrote: > Link speed is not advertised in old firmwares. However, it is safe > to remove the check because reading NFP_NET_CFG_STS returns 0 in > those cases. > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/nfp: remove firmware ABI check

2017-09-11 Thread Alejandro Lucero
Link speed is not advertised in old firmwares. However, it is safe to remove the check because reading NFP_NET_CFG_STS returns 0 in those cases. Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/driver