[dpdk-dev] [PATCH 2/2] ethdev: move queue id check in generic layer

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Mar 9 19:27:17 CET 2017


2017-02-17 16:25, Olivier Matz:
> The check of queue_id is done in all drivers implementing
> rte_eth_rx_queue_count(). Factorize this check in the generic function.
> 
> Note that the nfp driver was doing the check differently, which could
> induce crashes if the queue index was too big.
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> ---
> 
> This commit was part of RFC patchset that will be reworked:
> http://dpdk.org/dev/patchwork/patch/17232/
> It can be processed separately.

Series applied, thanks



More information about the dev mailing list