
Packet logging buffer is only 2048 bytes, if copy non-linear TX packet with skb->len (like TSO) which is likely > 2048, this will lead to skb panic as packet logging buffer can not accommodate it. Only support TX packet logging with single linear buffer. Change-Id: I1d15f9ab80fcc1720fdb3f7fe8c89e7f5e3c0a79 CRs-Fixed: 3242090
156 KiB
156 KiB