]> www.infradead.org Git - users/jedix/linux-maple.git/commit
RDMA/ipoib: Use the networking stack default for txqueuelen
authorGal Pressman <gal@nvidia.com>
Thu, 10 Oct 2024 10:16:19 +0000 (13:16 +0300)
committerLeon Romanovsky <leon@kernel.org>
Mon, 28 Oct 2024 08:22:45 +0000 (10:22 +0200)
commitc11db1bf0ddc3cb60e6ee08e137eee10e19776b8
treeab94572d03b32ea6529b21a34e27782222c8cfe5
parent48931f65e9f785b65244550cc8f0c8bf9eab7acd
RDMA/ipoib: Use the networking stack default for txqueuelen

There is no need for a special txqueuelen value for IPoIB.
This value represents the qdisc size which is not related to the SQ
size, and the default value provided by the stack (DEFAULT_TX_QUEUE_LEN)
is sufficient for typical use cases.

Signed-off-by: Gal Pressman <gal@nvidia.com>
Link: https://patch.msgid.link/cc97764b5a8def4ea879b371549a5867fe75c756.1728555243.git.leon@kernel.org
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/ulp/ipoib/ipoib_main.c