]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/core/dev.c
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
[karo-tx-linux.git] / net / core / dev.c
index 363c44b9be6368792382fad1a001292ced4398a0..2f1bbe1bf67c731252adb595364a3110eefbac30 100644 (file)
@@ -5008,9 +5008,6 @@ count:
                                        LINUX_MIB_BUSYPOLLRXPACKETS, rc);
                local_bh_enable();
 
-               if (rc == LL_FLUSH_FAILED)
-                       break; /* permanent failure */
-
                if (nonblock || !skb_queue_empty(&sk->sk_receive_queue) ||
                    busy_loop_timeout(end_time))
                        break;