summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorDon Wood <donald.e.wood@intel.com>2009-03-06 15:15:00 -0800
committerRoland Dreier <rolandd@cisco.com>2009-03-06 15:15:00 -0800
commit0145f341a951b998d6d0fa38992a42d2a90b5bab (patch)
treee53b65e3badbaec787ca048aeedd64b6c5199f03 /scripts/stackusage
parent2869975cfbd58dc6591d8c3ba1f171e7f758be28 (diff)
downloadkernel-0145f341a951b998d6d0fa38992a42d2a90b5bab.tar.gz
RDMA/nes: Improve use of PBLs
Two level 256 byte PBLs was not implemented so the driver could report out of memory when in fact there were PBLs still available. This solution prefers to use 4KB PBLs over two level 256B PBLs until the number of 4KB PBLs falls below a threshold. At this point the 4KB PBL structure is converted to use 256B PBLs which prevents the driver from running out of 4KB PBLs too quickly. Signed-off-by: Don Wood <donald.e.wood@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
ANS_HIPER socketsJulian Wiedmann 2021-01-28net/af_iucv: count packets in the xmit pathJulian Wiedmann 2021-01-28net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann 2021-01-28net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov 2020-12-08net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann 2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann 2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun 2020-10-03net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann 2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook 2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig 2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann 2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann 2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann 2020-05-19net/af_iucv: remove pm supportJulian Wiedmann 2020-05-19net/iucv: remove pm supportJulian Wiedmann 2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya 2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva 2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann 2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann 2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner 2018-11-10iucv: Remove SKB list assumptions.David S. Miller 2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul