diff options
author | Shay Agroskin <shayagr@amazon.com> | 2021-06-08 19:01:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 14:41:09 -0700 |
commit | 9e5269a915a8e3d6f4bae5641451737e9cca70c0 (patch) | |
tree | e0d11a740849fb01a41596158998c22b76aceb72 /net/lapb/lapb_iface.c | |
parent | 091d0e85a0d4051b286767b05d3a18c87b6c4a14 (diff) | |
download | linux-9e5269a915a8e3d6f4bae5641451737e9cca70c0.tar.gz linux-9e5269a915a8e3d6f4bae5641451737e9cca70c0.tar.bz2 linux-9e5269a915a8e3d6f4bae5641451737e9cca70c0.zip |
net: ena: use build_skb() in RX path
This patch converts the RX path to use build_skb() for packets larger
than copybreak (set to 256 by default). This function makes the first
descriptor's page to be the linear part of the sk_buff struct buffer.
Also remove the SKB description from the README since most of it no
longer relevant and the parts that are left don't add information.
Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions