Re: [dpdk-dev] [PATCH 0/2] Adding a missing queue count API in rawdev

2018-08-01 Thread Thomas Monjalon
31/07/2018 12:33, Shreyansh Jain: > Recently, off the list, Keith pointed out that the rte_rawdev_queue_count > API was incomplete - only the declaration existed but no definition. This > is an old miss (and embarassingly, almost two release cycle long miss!) > > This patch adds that and the relev

[dpdk-dev] [PATCH 0/2] Adding a missing queue count API in rawdev

2018-07-31 Thread Shreyansh Jain
Recently, off the list, Keith pointed out that the rte_rawdev_queue_count API was incomplete - only the declaration existed but no definition. This is an old miss (and embarassingly, almost two release cycle long miss!) This patch adds that and the relevant unit test case. Ferruh: Though I am sen