Re: Multicast packet loss

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Neil Horman
Date: Monday, February 2, 2009 - 11:22 am

On Mon, Feb 02, 2009 at 05:57:24PM +0100, Eric Dumazet wrote:

This explains alot.  if the application is scheduled to run on the same cpu that
has the irq for the NIC bound to it, you get a perf boost by not having to warm
up two caches (1 for the app cpu and one for the irq & softirq work), but you
loose it and then some fighting for cpu time.  If both the app and the irq are
on the same cpu, and we spend so much time in softirq context, we will
eventually overflow higher up the network stack, as the application doesn't have
enough time to dequeue frames.

It may also speak to the need to make the bnx2 napi routine more efficient :)

Neil

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Multicast packet loss, Kenny Chang, (Fri Jan 30, 10:49 am)
Re: Multicast packet loss, Eric Dumazet, (Fri Jan 30, 12:04 pm)
Re: Multicast packet loss, Denys Fedoryschenko, (Fri Jan 30, 12:17 pm)
Re: Multicast packet loss, Neil Horman, (Fri Jan 30, 1:03 pm)
Re: Multicast packet loss, Kenny Chang, (Fri Jan 30, 3:29 pm)
Re: Multicast packet loss, Eric Dumazet, (Fri Jan 30, 3:41 pm)
Re: Multicast packet loss, Neil Horman, (Sat Jan 31, 9:03 am)
Re: Multicast packet loss, Eric Dumazet, (Sun Feb 1, 5:40 am)
Re: Multicast packet loss, Neil Horman, (Mon Feb 2, 6:45 am)
Re: Multicast packet loss, Eric Dumazet, (Mon Feb 2, 6:53 am)
Re: Multicast packet loss, Kenny Chang, (Mon Feb 2, 9:13 am)
Re: Multicast packet loss, Kenny Chang, (Mon Feb 2, 9:48 am)
Re: Multicast packet loss, Eric Dumazet, (Mon Feb 2, 9:57 am)
Re: Multicast packet loss, Neil Horman, (Mon Feb 2, 11:22 am)
Re: Multicast packet loss, Neil Horman, (Tue Feb 3, 4:55 am)
Re: Multicast packet loss, Kenny Chang, (Tue Feb 3, 8:20 am)
Re: Multicast packet loss, Neil Horman, (Tue Feb 3, 6:15 pm)
Re: Multicast packet loss, Kenny Chang, (Wed Feb 4, 9:07 am)
Re: Multicast packet loss, Wesley Chow, (Wed Feb 4, 9:46 am)
Re: Multicast packet loss, Eric Dumazet, (Wed Feb 4, 11:11 am)
Re: Multicast packet loss, Neil Horman, (Thu Feb 5, 6:29 am)
Re: Multicast packet loss, Neil Horman, (Thu Feb 5, 6:33 am)
Re: Multicast packet loss, Wesley Chow, (Thu Feb 5, 6:46 am)
Re: Multicast packet loss, Christoph Lameter, (Fri Feb 27, 11:40 am)
Re: Multicast packet loss, Eric Dumazet, (Fri Feb 27, 11:56 am)
Re: Multicast packet loss, Christoph Lameter, (Fri Feb 27, 12:45 pm)
Re: Multicast packet loss, Eric Dumazet, (Fri Feb 27, 1:12 pm)
Re: Multicast packet loss, Eric Dumazet, (Fri Feb 27, 2:36 pm)