Yossi Etigin
fe25c56190
IPoIB: Don't enable NAPI when it's already enabled
...
If a P_Key is not present when an interface is created, ipoib_open()
will return after doing napi_enable(). ipoib_open() will be called
again from ipoib_pkey_poll() when the P_Key appears, after NAPI has
already been enabled, and try to enable it again. This triggers a
BUG_ON() in napi_enable().
Fix this by moving the call to napi_enable() to after the test for
P_Key presence.
Signed-off-by: Yossi Etigin <yosefe@voltaire.com >
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2008-11-12 10:24:36 -08:00
..
2008-10-23 10:20:36 -07:00
2008-10-23 10:20:36 -07:00
2008-10-20 08:52:32 -07:00
2008-10-21 07:49:06 -04:00
2008-10-13 14:12:40 -07:00
2008-10-21 07:48:21 -04:00
2008-10-23 10:23:07 -07:00
2008-10-20 13:14:06 +02:00
2008-10-23 10:53:02 -07:00
2008-10-16 09:24:43 -07:00
2008-10-23 00:11:07 -04:00
2008-10-20 08:52:40 -07:00
2008-10-15 22:21:10 +02:00
2008-10-20 08:52:42 -07:00
2008-10-22 01:19:39 +02:00
2008-10-23 10:18:40 -07:00
2008-10-17 14:41:09 -07:00
2008-10-20 08:52:35 -07:00
2008-10-23 10:10:25 -07:00
2008-10-23 10:23:07 -07:00
2008-10-21 23:58:41 -04:00
2008-10-16 15:02:24 -07:00
2008-11-12 10:24:36 -08:00
2008-10-20 09:22:47 -07:00
2008-10-16 09:24:43 -07:00
2008-10-20 13:12:39 -07:00
2008-10-16 09:24:43 -07:00
2008-10-23 10:23:07 -07:00
2008-10-21 14:32:12 -02:00
2008-10-21 07:48:33 -04:00
2008-10-23 13:02:03 -07:00
2008-10-22 01:39:55 +02:00
2008-10-23 00:43:47 -04:00
2008-10-21 07:48:37 -04:00
2008-10-21 07:49:00 -04:00
2008-10-23 09:16:56 -07:00
2008-10-16 11:21:30 -07:00
2008-10-21 15:49:55 +11:00
2008-10-23 10:05:40 -07:00
2008-10-21 07:47:06 -04:00
2008-10-23 09:31:09 -07:00
2008-10-23 10:20:36 -07:00
2008-10-23 08:12:21 -07:00
2008-10-23 00:11:07 -04:00
2008-10-20 09:44:30 -07:00
2008-10-20 08:05:15 +02:00
2008-10-13 21:51:57 +01:00
2008-10-23 10:20:15 -07:00
2008-10-23 10:53:02 -07:00
2008-10-23 13:02:03 -07:00
2008-10-23 09:35:18 -07:00
2008-10-16 12:40:26 -07:00
2008-10-13 14:12:40 -07:00
2008-10-23 15:31:09 -04:00
2008-10-20 08:52:36 -07:00
2008-10-20 13:42:14 -07:00
2008-10-23 10:09:50 -07:00
2008-10-20 14:37:53 +01:00
2008-10-20 11:32:09 -07:00
2008-10-20 08:52:42 -07:00
2008-10-23 09:19:47 -07:00
2008-10-22 22:55:20 -07:00
2008-10-20 16:07:19 +01:00
2008-10-23 10:20:36 -07:00