Re: [dpdk-dev] [PATCH 19.11 V3 02/12] ethdev: fix description of tx descriptor status

2019-08-08 Thread Andrew Rybchenko
On 8/8/19 11:22 AM, Thierry Herbelot wrote: From: Olivier Matz The API comment of rte_eth_tx_descriptor_status() was incorrect. The reference descriptor (when offset = 0) is not where the next packet will be sent, but where the latest packet has been enqueued. Fixes: 52f5cdd2e897 ("ethdev: add

[dpdk-dev] [PATCH 19.11 V3 02/12] ethdev: fix description of tx descriptor status

2019-08-08 Thread Thierry Herbelot
From: Olivier Matz The API comment of rte_eth_tx_descriptor_status() was incorrect. The reference descriptor (when offset = 0) is not where the next packet will be sent, but where the latest packet has been enqueued. Fixes: 52f5cdd2e897 ("ethdev: add descriptor status API") Cc: sta...@dpdk.org