On Fri, 8 Dec 2017 10:51:21 +0530 Hemant Agrawal <[email protected]> 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.

