summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorDavid S. Miller2015-12-03 05:43:48 +0100
committerDavid S. Miller2015-12-03 05:43:48 +0100
commit0fe824d3654a38677ed0318204d166f947175b02 (patch)
treeb8b9f57c0ea7508309f5cb9f8ea6bc412557c8c2 /net/ipv4/tcp_output.c
parentMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... (diff)
parenthv_netvsc: Eliminate vlan_tci from struct hv_netvsc_packet (diff)
downloadkernel-qcow2-linux-0fe824d3654a38677ed0318204d166f947175b02.tar.gz
kernel-qcow2-linux-0fe824d3654a38677ed0318204d166f947175b02.tar.xz
kernel-qcow2-linux-0fe824d3654a38677ed0318204d166f947175b02.zip
Merge branch 'hv_netvsc-less-headroom'
Merge branch 'hv_netvsc-less-headroom' K. Y. Srinivasan says: ==================== hv_netvsc: Eliminate the additional head room In an attempt to avoid having to allocate memory on the send path, the netvsc driver was requesting additional head room so that both rndis header and the netvsc packet (the state that had to persist) could be placed in the skb. Since the amount of head room requested was exceeding the default head room as set in LL_MAX_HEADER, we were forcing a reallocation of skb. With this patch-set, I have reduced the size of the netvsc packet to less than 20 bytes and with this reduction we don't need to ask for any additional headroom. We place the rndis header in the skb head room and we place the netvsc packet in control buffer area in the skb. V2: - Addressed review comments: - Eliminated more fields from netvsc packet structure. V3: - Fixed a typo in patch: hv_netvsc: Don't ask for additional head room in the skb. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions