Re: [PATCH 1/2] IPoIB: Fix unregister_netdev hang

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Krishna Kumar2
Date: Tuesday, September 18, 2007 - 8:23 pm

Hi Roland,

Roland Dreier <rdreier@cisco.com> wrote on 09/18/2007 07:57:24 PM:

have:

Nope, that was what I downloaded yesterday:

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 23
EXTRAVERSION =-rc6
NAME = Pink Farting Weasel

IB_CQ_NEXT_COMP |
IB_CQ_REPORT_MISSED_EVENTS)))

To be clear, netif_rx_schedule while we are still in the poll list will not
do any harm as it does nothing since NAPI_STATE_SCHED is still set (cleared
by netif_rx_complete which has not yet run). Effectively we lost/delayed
processing an interrupt, if I understood the code right.

I agree with you on the new patch.

thanks,

- KK

-
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:
[PATCH 1/2] IPoIB: Fix unregister_netdev hang, Krishna Kumar, (Tue Sep 18, 4:18 am)
[PATCH 2/2] IPoIB: Code cleanup, Krishna Kumar, (Tue Sep 18, 4:18 am)
Re: [PATCH 1/2] IPoIB: Fix unregister_netdev hang, Roland Dreier, (Tue Sep 18, 7:27 am)
Re: [PATCH 1/2] IPoIB: Fix unregister_netdev hang, Krishna Kumar2, (Tue Sep 18, 8:23 pm)
Re: [PATCH 1/2] IPoIB: Fix unregister_netdev hang, Roland Dreier, (Tue Sep 18, 8:30 pm)
Re: [PATCH 1/2] IPoIB: Fix unregister_netdev hang, Krishna Kumar2, (Tue Sep 18, 9:24 pm)