net/dpaa2: enhance queue memory cleanup
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 12 Oct 2018 10:04:24 +0000 (15:34 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Oct 2018 12:54:26 +0000 (14:54 +0200)
commit5d9a1e4d23fe8cd715448a2e7bd382529067b182
treeebac4b8641c0a79c6c9eea2ba59801e227554049
parentfa21a6fec78592ec95b52f412f5d0514cde5f802
net/dpaa2: enhance queue memory cleanup

Earlier the tx queue data was getting cleaned up in close
while rest of the functionality was in un-init.
Now a new func is created to free queue memory.

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