On Thu, Nov 12, 2020 at 2:43 AM Chen, Mike Ximing <mike.ximing.c...@intel.com> wrote: > > > > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Timothy McDaniel > > Sent: Wednesday, November 11, 2020 3:27 PM > > Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage > > <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>; > > jer...@marvell.com; tho...@monjalon.net; david.march...@redhat.com > > Subject: [dpdk-dev] [PATCH] event/dlb2: add missing delayed token pop logic > > > > The code contained in this commit was inadvertently omitted when dissecting > > the dlb2 code base into discrete patches for upstream. > > > > Signed-off-by: Timothy McDaniel <timothy.mcdan...@intel.com> > > --- > > drivers/event/dlb2/dlb2.c | 314 > > +++++++++++++++++++++++-------------- > > drivers/event/dlb2/dlb2_selftest.c | 4 +- > > 2 files changed, 201 insertions(+), 117 deletions(-)
> > Looks good, and it fixed the delayed token pop issue in QA tests. > > Reviewed-by: Mike Ximing Chen <mike.ximing.c...@intel.com> Series applied to dpdk-next-eventdev/for-main. Thanks.