1INIT_DUMMY_NETDEV(9) Network device support INIT_DUMMY_NETDEV(9)
2
3
4
6 init_dummy_netdev - init a dummy network device for NAPI
7
9 int init_dummy_netdev(struct net_device * dev);
10
12 dev
13 device to init
14
16 This takes a network device structure and initialize the minimum amount
17 of fields so it can be used to schedule NAPI polls without registering
18 a full blown interface. This is to be used by drivers that need to tie
19 several hardware interfaces to a single NAPI poll scheduler due to HW
20 limitations.
21
23Kernel Hackers Manual 3.10 June 2019 INIT_DUMMY_NETDEV(9)