RE: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-07-19 Thread Morten Brørup
> From: Morten Brørup [mailto:m...@smartsharesystems.com] > Sent: Monday, 7 July 2025 14.11 > > > From: Shani Peretz [mailto:shper...@nvidia.com] > > Sent: Monday, 7 July 2025 07.45 > > > > > From: Stephen Hemminger > > > Sent: Monday, 16 June 2025 18:30 > > > > > > On Mon, 16 Jun 2025 10:29:05 +

RE: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-07-07 Thread Morten Brørup
> From: Shani Peretz [mailto:shper...@nvidia.com] > Sent: Monday, 7 July 2025 07.45 > > > From: Stephen Hemminger > > Sent: Monday, 16 June 2025 18:30 > > > > On Mon, 16 Jun 2025 10:29:05 +0300 > > Shani Peretz wrote: > > > > > This feature is designed to monitor the lifecycle of mempool objects

RE: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-07-06 Thread Shani Peretz
> -Original Message- > From: Morten Brørup > Sent: Thursday, 19 June 2025 15:57 > To: Stephen Hemminger ; Shani Peretz > > Cc: dev@dpdk.org > Subject: RE: [RFC PATCH 0/5] Introduce mempool object new debug > capabilities > > External email: Use cautio

RE: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-07-06 Thread Shani Peretz
> -Original Message- > From: Stephen Hemminger > Sent: Monday, 16 June 2025 18:30 > To: Shani Peretz > Cc: dev@dpdk.org > Subject: Re: [RFC PATCH 0/5] Introduce mempool object new debug > capabilities > > External email: Use caution opening links or attachm

RE: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-06-19 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Monday, 16 June 2025 17.30 > > On Mon, 16 Jun 2025 10:29:05 +0300 > Shani Peretz wrote: > > > This feature is designed to monitor the lifecycle of mempool objects > > as they move between the application and the PMD. > > > > I

Re: [RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-06-16 Thread Stephen Hemminger
On Mon, 16 Jun 2025 10:29:05 +0300 Shani Peretz wrote: > This feature is designed to monitor the lifecycle of mempool objects > as they move between the application and the PMD. > > It will allow us to track the operations and transitions of each mempool > object throughout the system, helping i

[RFC PATCH 0/5] Introduce mempool object new debug capabilities

2025-06-16 Thread Shani Peretz
This feature is designed to monitor the lifecycle of mempool objects as they move between the application and the PMD. It will allow us to track the operations and transitions of each mempool object throughout the system, helping in debugging and understanding objects flow. The implementation in