Re: [dpdk-dev] Question for queue_start

2018-03-22 Thread Thomas Monjalon
22/03/2018 13:27, Ananyev, Konstantin: > Hi Qi, > > > >Hi: > > In rte_eth_dev_rx|tx_queue_start, dev_started is not checked > > > > Which mean we can call > > Rte_eth_rx_queue_setup > > Rte_eth_rx_qeueu_start > > > > And what we expected is

Re: [dpdk-dev] Question for queue_start

2018-03-22 Thread Ananyev, Konstantin
Hi Qi, >Hi: >   In rte_eth_dev_rx|tx_queue_start, dev_started is not checked > >  Which mean we can call   > Rte_eth_rx_queue_setup > Rte_eth_rx_qeueu_start > > And what we expected is the queue is started while device is still >stopped, does th

[dpdk-dev] Question for queue_start

2018-03-22 Thread Zhang, Qi Z
Hi: In rte_eth_dev_rx|tx_queue_start, dev_started is not checked Which mean we can call Rte_eth_rx_queue_setup Rte_eth_rx_qeueu_start And what we expected is the queue is started while device is still stopped, does this make sense? Should it