Netdev List
 help / color / mirror / Atom feed
* Question: How to configure the Ethernet receive buffer allocation (was: (no subject)).
@ 2012-10-13  8:39 Ronny Meeus
  2012-10-13  8:58 ` Eric Dumazet
  0 siblings, 1 reply; 6+ messages in thread
From: Ronny Meeus @ 2012-10-13  8:39 UTC (permalink / raw)
  To: netdev

Hello

I have an application that needs to handle a massive amount of
Ethernet packets coming from an FPGA on a dedicated Ethernet link.
I use a raw Ethernet socket for this. By increasing the receive buffer
of the socket, I'm able to capture all the packets and process them in
the application. Since this processing can take some time I have
increased the receive buffer to 500Mb. The size of the packets is
1000bytes so I'm able to capture 500k packets.

What I observe is that the kernel allocates buffers from the
slaballoctor for these packets but it takes buffers of 4k while in
fact the packet is only 1k (This means 2G of kernel memory  is being
used).
Is it possible to fine-tune this or is that an alternative for this?

I already investigated the PACKET_RX_RING solution. This has the
advantage that the buffers can be 1k but  I do not want to consume
500Mb of virtual memory in my application which is running on MIPS in
32 bit mode where I only have 2G available in user space.

---
Ronny

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-13 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13  8:39 Question: How to configure the Ethernet receive buffer allocation (was: (no subject)) Ronny Meeus
2012-10-13  8:58 ` Eric Dumazet
2012-10-13  9:10   ` Ronny Meeus
2012-10-13 10:14     ` Ronny Meeus
2012-10-13 10:29       ` Eric Dumazet
2012-10-13 11:18         ` Ronny Meeus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox