]> git.droids-corp.org - dpdk.git/commit
net/dpaa2: warn on high Rx descriptor number
authorRohit Raj <rohit.raj@nxp.com>
Mon, 3 Jan 2022 10:01:17 +0000 (15:31 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 20 Jan 2022 15:24:08 +0000 (16:24 +0100)
commit35dc25d127924e744d58c6eab8983e0c95421464
tree74d0d64e00fc3457d1b24838f4ebd5acfb651e4c
parent88bde3f423c9e7d1da5c02e9c508074818037a9a
net/dpaa2: warn on high Rx descriptor number

Added warning message if application is configuring nb_desc
more than supported by PEB memory suggesting user to configure
HW descriptors in normal memory rather than in faster PEB
memory.

Signed-off-by: Rohit Raj <rohit.raj@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/dpaa2/dpaa2_ethdev.c