Here, I face a problem:
If a random byte within (skb->head) and (skb->data + 65) is chosen, the
throughput is acceptable. But, if a byte outside (skb->head) to
(skb->data + 65) is chosen, the transmission stops. The link becomes
congested and netstat shows a non-changing number of bytes in Send-Q
section. i.e., (skb->data + 66) to (skb->tail) are not allowed to be erred.
Is there any significance to the 65th byte and beyond in skb->data?
Thanks,
-Sandhya.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/