I find a field Memory in the result of ifconfig command. I am not quite clear about its meaning. By googling, I get some hint from unSpawn's post on this thread that Memory indicate what memory segment is in use. Does that mean a memory-mapping is used to map the NIC to the specified memory segment?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Yes. The network card's onboard memory buffers are mapped into memory so the CPU can copy data into and out of them as the card sends and receives packets.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.