0
votes
1answer
155 views

MAC address allocation for channel-bonded interface

I've configured Channel-bonding (on RHEL/CentOS) with with balance-alb (mode=6) option: BONDING_OPTS="mode=balance-alb miimon=100 updelay=200 downdelay=200" which is working fine and according to ...
3
votes
2answers
4k views

I'm having problems getting CentOS to recognize an Intel Ethernet card. Any suggestions please?

I have a dual-port Intel Pro/1000 (82571EB) PCIe card. I've installed in into a Dell PowerEdge 1950 running CentOS 6.2 x64. The card is detected and the kernel module is loaded, but a start-up ...
4
votes
3answers
790 views

Broadcom BCM5716 Hangs on CentOS 6 Boot

I have a fresh CentOS 6 installation on a Dell R310 server with a Broadcom BCM5716. The onboard NIC is causing the boot to hang for some reason. Welcome to CentOS Linux Starting udev: udev: starting ...
16
votes
5answers
3k views

What network loads require NIC polling vs interrupts?

Does anyone have some data or basic calculations that can answer when frame coalescing (NAPI) is required and when a single interrupt per frame is sufficient? My hardware: IBM BladeServer HS22, ...
3
votes
1answer
4k views

NAPI vs Adaptive Interrupts

Could anyone please explain how two following technologies are used to mitigate interrupt overhead under high networking load? Adaptive-rx/Adaptive-tx, and NAPI; I would appreciate an answer that ...
2
votes
1answer
613 views

Distribute IP packets accross different NIC queues with MSI (Message Signalled Interrupts)

NetXtreme II BCM5709 Gigabit Ethernet NIC supports MSI feature (Message Signaled Interrupts) and it has 8 queues. Each queue has its own Interrupt handler in /proc/interrupts. What I am trying to ...
3
votes
1answer
5k views

How GRO (generic receive offload) works on more advanced NICs?

I am interested in particular answers: Does the NIC with GRO edits/creates TCP ACK or any other packets (or is this feature transparent to receiver/sender TCP stacks)? There should be a ...