Re: [PATCH 2/2] net/cnxk: ethdev Rx/Tx queue status callbacks

2022-01-19 Thread Jerin Jacob
On Fri, Dec 3, 2021 at 10:06 PM Rahul Bhansali wrote: > > Provides ethdev callback support of rx_queue_count, > rx_descriptor_status and tx_descriptor_status. > > Signed-off-by: Rahul Bhansali Missed to update doc/guides/nics/features/cnxk* for "Rx descriptor status" and "Tx descriptor status".

[PATCH 2/2] net/cnxk: ethdev Rx/Tx queue status callbacks

2021-12-03 Thread Rahul Bhansali
Provides ethdev callback support of rx_queue_count, rx_descriptor_status and tx_descriptor_status. Signed-off-by: Rahul Bhansali --- drivers/net/cnxk/cnxk_ethdev.c | 3 ++ drivers/net/cnxk/cnxk_ethdev.h | 5 +++ drivers/net/cnxk/cnxk_ethdev_ops.c | 60 ++ 3