Re: [v3 5/5] raw/gdtc: add support for dequeue operation

2024-10-15 Thread Patrick Robb
Sorry, I should have flagged that the series is called "untitled series #" which is why I think there is a problem with how the series was submitted.

Re: [v3 5/5] raw/gdtc: add support for dequeue operation

2024-10-15 Thread Patrick Robb
It looks like this did not get processed correctly by patchwork, or there is an issue with the patchfiles. https://patchwork.dpdk.org/project/dpdk/list/?series=&submitter=&state=&q=gdtc&archive=&delegate= Can you resubmit? It was not picked up by 3/4 of the CI labs. On Mon, Oct 14, 2024 at 4:16 

[v3 5/5] raw/gdtc: add support for dequeue operation

2024-10-14 Thread Yong Zhang
Add rawdev dequeue operation for gdtc devices. Signed-off-by: Yong Zhang --- drivers/raw/gdtc/gdtc_rawdev.c | 113 + 1 file changed, 113 insertions(+) diff --git a/drivers/raw/gdtc/gdtc_rawdev.c b/drivers/raw/gdtc/gdtc_rawdev.c index 03f7cc1a8e..8e9543f402 100644