RE: [PATCH v7 4/7] ring: make dump function more verbose

2024-11-07 Thread Morten Brørup
> From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com] > Sent: Wednesday, 30 October 2024 22.23 > > From: Eimear Morrissey > > The current rte_ring_dump function uses the generic rte_ring_headtail > structure to access head/tail positions. This is incorrect for the RTS > case where th

[PATCH v7 4/7] ring: make dump function more verbose

2024-10-30 Thread Konstantin Ananyev
From: Eimear Morrissey The current rte_ring_dump function uses the generic rte_ring_headtail structure to access head/tail positions. This is incorrect for the RTS case where the head is stored in a different offset in the union of structs. Switching to a separate function for each sync type allo