net/dpaa: do not release CGR ranges
authorNipun Gupta <nipun.gupta@nxp.com>
Wed, 24 Feb 2021 12:43:05 +0000 (18:13 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 24 Feb 2021 17:03:30 +0000 (18:03 +0100)
commitd994b6ca6e3df974737b2965bc8c7fb1a699aafa
treec406ae5c5b3567a1285c11f0eb5d77194387bef9
parentda84fa3ef2bebd98f8c18ecd8876d1db2fe8842f
net/dpaa: do not release CGR ranges

CGR are automatically freed up in the kernel. As we do not cleanup
the queues, if we release the CGR here, kernel reports them in use.
So have them freed up in the kernel.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/dpaa/dpaa_ethdev.c