Content¶
device registeration: connecting kernel
open & closing driver
like char/block device’s
open()
method.triggered by
ifconfig
command, syscall interface isioctl()
=> set IF_UP flag or mac addressIF_UP calls open method of device
open method
netif_start_queue()
: start transmit queue
packet transmittion
packet reception
interrupt handler