commit | 20c67312946dd0e152f6c65d6fa93c1b0eedcd80 | [log] [tgz] |
---|---|---|
author | Jon Maloy <jon.maloy@ericsson.com> | Tue Jun 25 18:08:13 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 25 13:40:23 2019 -0700 |
tree | 7bf66dd17e8cc214fc28c5cae4b475792b17b521 | |
parent | 77cf8edbc0e7db6d68d1a49cf954849fb92cfa7c [diff] |
tipc: eliminate unnecessary skb expansion during retransmission We increase the allocated headroom for the buffer copies to be retransmitted. This eliminates the need for the lower stack levels (UDP/IP/L2) to expand the headroom in order to add their own headers. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>