commit | a9cdab869ec343ccc601484fb535813e16c25f70 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Wed Feb 22 10:28:33 2006 -0800 |
committer | Francois Romieu <romieu@fr.zoreil.com> | Thu Feb 23 23:07:07 2006 +0100 |
tree | 64d12d8befe316c1e7ef1254612b84acfc8024d4 | |
parent | 61a4dcc2f9b5c6861e7198b80dd73dd6e9247b7b [diff] |
skge: NAPI/irq race fix Fix a race in the receive NAPI, irq handling. The interrupt clear and the start need to be separated. Otherwise there is a window between the last frame received and the NAPI done level handling. Signed-off-by: Stephen Hemminger <shemminger@osdl.org>