[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220210175557.1843151-1-eric.dumazet@gmail.com>
Date: Thu, 10 Feb 2022 09:55:53 -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>,
Coco Li <lixiaoyan@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/4] net: make MAX_SKB_FRAGS configurable
From: Eric Dumazet <edumazet@...gle.com>
Increasing MAX_SKB_FRAGS was a patch in BIG TCP v1 submission.
It appears this might take time to validate that all drivers
are ready for this change.
I have removed from BIG TCP series this patch, and made
a separate series.
MAX_SKB_FRAGS is now configurable (from 17 to 45),
and the default is 17.
Eric Dumazet (4):
af_packet: do not assume MAX_SKB_FRAGS is unsigned long
scsi: iscsi: do not assume MAX_SKB_FRAGS is unsigned long
net: mvpp2: get rid of hard coded assumptions
net: introduce a config option to tweak MAX_SKB_FRAGS
drivers/net/ethernet/marvell/mvpp2/mvpp2.h | 6 +++---
drivers/scsi/cxgbi/libcxgbi.h | 2 +-
include/linux/skbuff.h | 14 ++------------
net/Kconfig | 12 ++++++++++++
net/packet/af_packet.c | 4 ++--
5 files changed, 20 insertions(+), 18 deletions(-)
--
2.35.1.265.g69c8d7142f-goog
Powered by blists - more mailing lists