summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/Kconfig
diff options
context:
space:
mode:
authorAndy Gospodarek2019-07-08 23:53:04 +0200
committerDavid S. Miller2019-07-09 00:15:25 +0200
commit322b87ca55f2f3936ec9f9de438ef9b2115b5c9b (patch)
tree2ced73155ffeb72ede9390ea938019a0477ba5df /drivers/net/ethernet/broadcom/Kconfig
parentbnxt_en: optimized XDP_REDIRECT support (diff)
downloadkernel-qcow2-linux-322b87ca55f2f3936ec9f9de438ef9b2115b5c9b.tar.gz
kernel-qcow2-linux-322b87ca55f2f3936ec9f9de438ef9b2115b5c9b.tar.xz
kernel-qcow2-linux-322b87ca55f2f3936ec9f9de438ef9b2115b5c9b.zip
bnxt_en: add page_pool support
This removes contention over page allocation for XDP_REDIRECT actions by adding page_pool support per queue for the driver. The performance for XDP_REDIRECT actions scales linearly with the number of cores performing redirect actions when using the page pools instead of the standard page allocator. v2: Fix up the error path from XDP registration, noted by Ilias Apalodimas. Signed-off-by: Andy Gospodarek <gospo@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/Kconfig')
-rw-r--r--drivers/net/ethernet/broadcom/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig
index 2e4a8c7237ef..e9017caf024d 100644
--- a/drivers/net/ethernet/broadcom/Kconfig
+++ b/drivers/net/ethernet/broadcom/Kconfig
@@ -199,6 +199,7 @@ config BNXT
select FW_LOADER
select LIBCRC32C
select NET_DEVLINK
+ select PAGE_POOL
---help---
This driver supports Broadcom NetXtreme-C/E 10/25/40/50 gigabit
Ethernet cards. To compile this driver as a module, choose M here: