|
@@ -284,7 +284,6 @@ again:
|
|
/* Activate callback for using skbs: if this returns false it
|
|
/* Activate callback for using skbs: if this returns false it
|
|
* means some were used in the meantime. */
|
|
* means some were used in the meantime. */
|
|
if (unlikely(!vi->svq->vq_ops->enable_cb(vi->svq))) {
|
|
if (unlikely(!vi->svq->vq_ops->enable_cb(vi->svq))) {
|
|
- printk("Unlikely: restart svq race\n");
|
|
|
|
vi->svq->vq_ops->disable_cb(vi->svq);
|
|
vi->svq->vq_ops->disable_cb(vi->svq);
|
|
netif_start_queue(dev);
|
|
netif_start_queue(dev);
|
|
goto again;
|
|
goto again;
|