Re: [dpdk-dev] [PATCH v3 0/6] get status of Rx and Tx descriptors

2017-04-19 Thread Ferruh Yigit
On 3/30/2017 2:30 PM, Thomas Monjalon wrote: > 2017-03-29 10:36, Olivier Matz: >> This patchset introduces a new ethdev API: >> - rte_eth_rx_descriptor_status() >> - rte_eth_tx_descriptor_status() >> >> The Rx API is aims to replace rte_eth_rx_descriptor_done() which >> does almost the same, but do

Re: [dpdk-dev] [PATCH v3 0/6] get status of Rx and Tx descriptors

2017-03-30 Thread Thomas Monjalon
2017-03-29 10:36, Olivier Matz: > This patchset introduces a new ethdev API: > - rte_eth_rx_descriptor_status() > - rte_eth_tx_descriptor_status() > > The Rx API is aims to replace rte_eth_rx_descriptor_done() which > does almost the same, but does not differentiate the case of a > descriptor used

[dpdk-dev] [PATCH v3 0/6] get status of Rx and Tx descriptors

2017-03-29 Thread Olivier Matz
This patchset introduces a new ethdev API: - rte_eth_rx_descriptor_status() - rte_eth_tx_descriptor_status() The Rx API is aims to replace rte_eth_rx_descriptor_done() which does almost the same, but does not differentiate the case of a descriptor used by the driver (not returned to the hw). The