net/bnxt: add Truflow flush-timer to alloc table scope
[dpdk.git] / drivers / net / netvsc / hn_rxtx.c
index cbdfcc6..19f00a0 100644 (file)
@@ -1032,9 +1032,6 @@ retry:
 
                if (tx_limit && tx_done >= tx_limit)
                        break;
-
-               if (rxq->rx_ring && rte_ring_full(rxq->rx_ring))
-                       break;
        }
 
        if (bytes_read > 0)