LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Device DMA Buffer vs RX Queue (https://www.linuxquestions.org/questions/linux-networking-3/device-dma-buffer-vs-rx-queue-4175554793/)

ankit_singh 09-29-2015 06:44 AM

Device DMA Buffer vs RX Queue
 
Hi,

I have been reading different books on Network Stack (for example - TCP_IP Architecture, Design and Implementation in Linux)and got one very basic doubt.

Doubt:-
  1. The terms "Device DMA Buffer" and "RX Queue" refer to same buffer ?
  2. Any Network packet before reaching RX Queue, is stored to any other location also on the device ?
  3. If RX Queue is full then at what layer the packets are dropped ? I mean do the packets are first stored locally somewhere before checking RX Queue full?

Regards,
AS


All times are GMT -5. The time now is 05:01 PM.