Re: [PATCH] event/dsw: free rings on close

2023-05-16 Thread Jerin Jacob
On Thu, May 11, 2023 at 12:17 PM Mattias Rönnblom wrote: > > The per-port data and control rings were not freed when the event > device was closed. > > Fixes: 1c8e3caa3bfb ("event/dsw: add event scheduling and device start/stop") > Cc: sta...@dpdk.org > > Signed-off-by: Mattias Rönnblom Updated

[PATCH] event/dsw: free rings on close

2023-05-10 Thread Mattias Rönnblom
The per-port data and control rings were not freed when the event device was closed. Fixes: 1c8e3caa3bfb ("event/dsw: add event scheduling and device start/stop") Cc: sta...@dpdk.org Signed-off-by: Mattias Rönnblom --- drivers/event/dsw/dsw_evdev.c | 4 1 file changed, 4 insertions(+) dif