[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220203180227.3751784-1-eric.dumazet@gmail.com>
Date:   Thu,  3 Feb 2022 10:02:25 -0800
From:   Eric Dumazet <eric.dumazet@...il.com>
To:     "David S . Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
Cc:     netdev <netdev@...r.kernel.org>,
        Eric Dumazet <edumazet@...gle.com>,
        Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/2] net: remove two MAX_SKB_FRAGS dependencies
From: Eric Dumazet <edumazet@...gle.com>
My first series for BIG TCP met two issues that various bots pointed out,
because of MAX_SKB_FRAGS going from 17 to 45.
- typhoon driver would emit a compile error if MAX_SKB_FRAGS > 32
- include/linux/skmsg.h had a similar issue when MAX_SKB_FRAGS is
slightly over BITS_PER_LONG, so the build broke on 32bit arches.
This patch series is meant to be merged before BIG TCP one,
in order to keep the latter not too big.
Eric Dumazet (2):
  net: typhoon: implement ndo_features_check method
  skmsg: convert struct sk_msg_sg::copy to a bitmap
 drivers/net/ethernet/3com/typhoon.c | 23 ++++++++++++++++++-----
 include/linux/skmsg.h               | 11 +++++------
 net/core/filter.c                   |  4 ++--
 3 files changed, 25 insertions(+), 13 deletions(-)
-- 
2.35.0.263.gb82422642f-goog
Powered by blists - more mailing lists