Re: [dpdk-dev] [PATCH 08/14] net/dpaa2: add Rx queue count support

2017-12-11 Thread Hemant Agrawal
On 12/12/2017 6:58 AM, Stephen Hemminger wrote: On Fri, 8 Dec 2017 10:51:21 +0530 Hemant Agrawal 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. Th

Re: [dpdk-dev] [PATCH 08/14] net/dpaa2: add Rx queue count support

2017-12-11 Thread Stephen Hemminger
On Fri, 8 Dec 2017 10:51:21 +0530 Hemant Agrawal 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 re