linux-stable/drivers/net/ethernet/netronome
Jakub Kicinski 114bdef0be nfp: preallocate RX buffers early in .ndo_open
We want the .ndo_open() to have following structure:
 - allocate resources;
 - configure HW/FW;
 - enable the device from stack perspective.
Therefore filling RX rings needs to be moved to the beginning
of .ndo_open().

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-08 15:26:05 -04:00
..
nfp nfp: preallocate RX buffers early in .ndo_open 2016-04-08 15:26:05 -04:00
Kconfig
Makefile