|
@@ -2546,13 +2546,6 @@ gso:
|
|
skb->next = nskb->next;
|
|
skb->next = nskb->next;
|
|
nskb->next = NULL;
|
|
nskb->next = NULL;
|
|
|
|
|
|
- /*
|
|
|
|
- * If device doesn't need nskb->dst, release it right now while
|
|
|
|
- * its hot in this cpu cache
|
|
|
|
- */
|
|
|
|
- if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
|
|
|
|
- skb_dst_drop(nskb);
|
|
|
|
-
|
|
|
|
if (!list_empty(&ptype_all))
|
|
if (!list_empty(&ptype_all))
|
|
dev_queue_xmit_nit(nskb, dev);
|
|
dev_queue_xmit_nit(nskb, dev);
|
|
|
|
|