LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ifconfig options... (https://www.linuxquestions.org/questions/linux-newbie-8/ifconfig-options-729682/)

imprise 05-31-2009 11:51 AM

ifconfig options...
 
Hi all;

When executing the "ifconfig" command, what is "txqueuelength" and "Base address" options?

Thanks

bsdunix 05-31-2009 05:16 PM

txqueuelength -

"The maximum number of frames that can be queued on the device's transmission queue. ..."
Basically, faster network devices can have higher queue numbers.

Base address -

"The I/O base address of the network interface. This field, like the previous ones, is assigned by the driver during the device probe. ..."
aka - Linux kernel boot device initialization.

The net_device Structure in Detail
http://www.makelinux.net/ldd3/chp-17-sect-3.shtml

Writing Network Device Drivers for Linux
http://linuxgazette.net/156/jangir.html

Memory-mapped I/O
http://en.wikipedia.org/wiki/IO_port

A Guided Tour of a Linux Boot
http://ourworld.compuserve.com/homep...ash/BPTour.htm


All times are GMT -5. The time now is 11:02 PM.