[dpdk-dev] [PATCH 08/14] net/dpaa2: add Rx queue count support
Stephen Hemminger
stephen at networkplumber.org
Tue Dec 12 02:28:19 CET 2017
On Fri, 8 Dec 2017 10:51:21 +0530
Hemant Agrawal <hemant.agrawal at nxp.com> wrote:
> @@ -1737,6 +1769,7 @@ static struct eth_dev_ops dpaa2_ethdev_ops = {
I know this is not part of the patch, but this diff highlighted another thing
to addreess in this family of driver. The eth_dev_ops should be const if possible
that reduces change of bugs and other issues.
More information about the dev
mailing list