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

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

2017-12-07 Thread Hemant Agrawal
Signed-off-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_ethdev.c | 33 + 1 file changed, 33 insertions(+) diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 577bd8f..3e89d8d 100644 --- a/drivers/net/dpaa2/dpaa2_ethdev.c +++ b/