[dpdk-dev] [PATCH v1 5/6] raw/ioat: add api to query remaining ring space

2021-03-18 Thread Bruce Richardson
From: Kevin Laatz Add a new API to query remaining descriptor ring capacity. This API is useful, for example, when an application needs to enqueue a fragmented packet and wants to ensure that all segments of the packet will be enqueued together. Signed-off-by: Kevin Laatz --- drivers/raw/ioat/

Re: [dpdk-dev] [PATCH v1 5/6] raw/ioat: add api to query remaining ring space

2021-03-29 Thread Pai G, Sunil
Tested-by: Sunil Pai G