Re: [PATCH net 0/4] nfp: fix a warning, stats, naming and route leak

2018-06-12 Thread David Miller
From: Jakub Kicinski Date: Mon, 11 Jun 2018 21:33:34 -0700 > Various fixes for the NFP. Patch 1 fixes a harmless GCC 8 warning. > Patch 2 ensures statistics are correct after users decrease the number > of channels/rings. Patch 3 restores phy_port_name behaviour for flower, > ndo_get_phy_port_n

[PATCH net 0/4] nfp: fix a warning, stats, naming and route leak

2018-06-11 Thread Jakub Kicinski
Hi! Various fixes for the NFP. Patch 1 fixes a harmless GCC 8 warning. Patch 2 ensures statistics are correct after users decrease the number of channels/rings. Patch 3 restores phy_port_name behaviour for flower, ndo_get_phy_port_name used to return -EOPNOTSUPP on one of the netdevs, and we nee