Re: [PATCH 1/1] net/cnxk: add outb soft expiry notification support

2022-02-24 Thread Jerin Jacob
On Thu, Feb 24, 2022 at 11:41 AM Vamsi Attunuru wrote: > > Patch implements soft expiry notification mechanism in out bound outbound > path by creating required number of ring buffers and a common poll > thread which polls for soft expiry events enqueued by ucode. ucode -> microcode. Subject s

[PATCH 1/1] net/cnxk: add outb soft expiry notification support

2022-02-23 Thread Vamsi Attunuru
Patch implements soft expiry notification mechanism in out bound path by creating required number of ring buffers and a common poll thread which polls for soft expiry events enqueued by ucode. Signed-off-by: Vamsi Attunuru --- drivers/common/cnxk/roc_idev.c| 15 +++ drivers/common/c