summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpa/Kconfig
diff options
context:
space:
mode:
authorIoana Radulescu <ruxandra.radulescu@freescale.com>2013-04-17 19:42:34 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-18 15:23:08 (GMT)
commit50bc3fa57a4173d9d6a50b3d6554938d29db6d0a (patch)
tree0346be5a148077a3f7bee873d44ba196428d24d0 /drivers/net/ethernet/freescale/dpa/Kconfig
parentde7a0b9497aba0db29c01c4e0913b38d30ce8330 (diff)
downloadlinux-fsl-qoriq-50bc3fa57a4173d9d6a50b3d6554938d29db6d0a.tar.xz
dpaa_eth: Delay buffer pool seeding for private ports
Until now, all private ports had to be configured to use the same buffer size, as they all share a common buffer pool. Create the framework for working with different buffer sizes on the private ports; a single, common buffer pool is still used by all private ports. The pool is seeded with buffers large enough to accomodate frames for all private ports. In order to be able to compute the largest needed buffer size, the buffer pool seeding is delayed until the first private interface is raised. Temporarily disable the boot-time ethernet unit test, which requires the use of the common buffer pool. Signed-off-by: Ioana Radulescu <ruxandra.radulescu@freescale.com> Change-Id: I22d40d136e35320b7b4af76e18e53faff7460cbf Reviewed-on: http://git.am.freescale.net:8181/1466 Reviewed-by: Bucur Madalin-Cristian-B32716 <madalin.bucur@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/net/ethernet/freescale/dpa/Kconfig')
-rw-r--r--drivers/net/ethernet/freescale/dpa/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/ethernet/freescale/dpa/Kconfig b/drivers/net/ethernet/freescale/dpa/Kconfig
index 1dbe8f1..6ef0918 100644
--- a/drivers/net/ethernet/freescale/dpa/Kconfig
+++ b/drivers/net/ethernet/freescale/dpa/Kconfig
@@ -91,7 +91,6 @@ config DPAA_ETH_USE_NDO_SELECT_QUEUE
and use the standard XPS support instead.
config DPAA_ETH_UNIT_TESTS
- bool "Run Unit Tests for DPAA Ethernet"
+ bool
depends on DPA_ETH
- default y
-
+ default n