mbox series

[net-next,0/4] net: make MAX_SKB_FRAGS configurable

Message ID 20220210175557.1843151-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series net: make MAX_SKB_FRAGS configurable | expand

Message

Eric Dumazet Feb. 10, 2022, 5:55 p.m. UTC
From: Eric Dumazet <edumazet@google.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(-)