Re: [dpdk-dev] [PATCH 13/22] event/dlb2: add port unlink and port unlinks in progress

2020-10-07 Thread Eads, Gage
> -Original Message- > From: McDaniel, Timothy > Sent: Friday, September 11, 2020 3:26 PM > Cc: dev@dpdk.org; Carrillo, Erik G ; Eads, Gage > ; Van Haaren, Harry ; > jer...@marvell.com > Subject: [PATCH 13/22] event/dlb2: add port unlink and port unlinks in > progress > > Add supports

[dpdk-dev] [PATCH 13/22] event/dlb2: add port unlink and port unlinks in progress

2020-09-11 Thread Timothy McDaniel
Add supports for the port unlink(s) eventdev entry points. The unlink operation is an asynchronous operation executed by a control thread, and the unlinks-in-progress function reads a counter shared with the control thread. Signed-off-by: Timothy McDaniel --- drivers/event/dlb2/dlb2.c