diff options
author | Eric Dumazet <edumazet@google.com> | 2022-02-05 07:56:14 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-05 18:34:47 +0300 |
commit | 5a8fb33e530512ee67a11b30f3451a4f030f4b01 (patch) | |
tree | 5cfef7703978a16f1d0720a3fd47f883f90569ae /net/hsr | |
parent | d2692eee05b8502dbe4c480405feec79f4efbb55 (diff) | |
download | linux-5a8fb33e530512ee67a11b30f3451a4f030f4b01.tar.xz |
skmsg: convert struct sk_msg_sg::copy to a bitmap
We have plans for increasing MAX_SKB_FRAGS, but sk_msg_sg::copy
is currently an unsigned long, limiting MAX_SKB_FRAGS to 30 on 32bit arches.
Convert it to a bitmap, as Jakub suggested.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr')
0 files changed, 0 insertions, 0 deletions