Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: net/ipv4/ip_output.c
This commit is contained in:
@ -3215,6 +3215,8 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit
|
||||
__func__, __LINE__, (u32) skb);
|
||||
if (skb) {
|
||||
skb->data = skb->head + NET_SKB_PAD;
|
||||
skb->len = 0;
|
||||
skb_reset_tail_pointer(skb);
|
||||
__skb_queue_head(&ugeth->rx_recycle, skb);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user