Re: [PATCH v2 1/2] common/cnxk: get head-tail of Rx and Tx queues

2022-01-19 Thread Jerin Jacob
On Wed, Jan 19, 2022 at 3:14 PM Rahul Bhansali wrote: > > Adds roc APIs roc_nix_cq_head_tail_get, roc_nix_sq_head_tail_get > to get head-tail of receive and transmit queue respectively. > > Signed-off-by: Rahul Bhansali Series Acked-by: Jerin Jacob Series applied to dpdk-next-net-mrvl/for-next-

Re: [PATCH v2 1/2] common/cnxk: get head-tail of Rx and Tx queues

2022-01-19 Thread Ray Kinsella
Rahul Bhansali writes: > Adds roc APIs roc_nix_cq_head_tail_get, roc_nix_sq_head_tail_get > to get head-tail of receive and transmit queue respectively. > > Signed-off-by: Rahul Bhansali > --- > v2 changes: > - No change > > drivers/common/cnxk/roc_nix.h | 4 +++ > drivers/common/cnxk