Re: [PATCH] netpoll: fix race on poll_list resulting in garbage entry

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stephen Hemminger
Date: Thursday, December 11, 2008 - 10:01 am

On Thu, 11 Dec 2008 13:07:28 +0000
Jarek Poplawski <jarkao2@gmail.com> wrote:


There is good reason for this. Although most drivers only have one NAPI
instance per device, and multiqueue drivers have several NAPI structures
per device, a few devices like sky2 need to support multiple devices
running off one NAPI receive. The Marvell hardware has a common receive
interrupt for both ports on a dual port card.

This kind of hardware limits usage of netpoll. Only one port can be
used with netpoll because netpoll makes assumptions about NAPI
association.
--
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:
Re: [PATCH] netpoll: fix race on poll_list resulting in ga ..., Stephen Hemminger, (Thu Dec 11, 10:01 am)
Re: [PATCH] netpoll: fix race on poll_list resulting in ga ..., Stephen Hemminger, (Thu Dec 11, 5:03 pm)
Re: [PATCH] netpoll: fix race on poll_list resulting in ga ..., Stephen Hemminger, (Wed Dec 17, 2:31 pm)