-----Original Message----- > Date: Thu, 29 Mar 2018 12:38:01 +0000 > From: "Van Haaren, Harry" <harry.van.haa...@intel.com> > To: Mattias Rönnblom <hof...@lysator.liu.se>, "dev@dpdk.org" <dev@dpdk.org> > Subject: Re: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail updates > in rte_event_ring > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Mattias Rönnblom > > Sent: Wednesday, March 28, 2018 10:17 AM > > To: dev@dpdk.org > > Cc: Mattias Rönnblom <hof...@lysator.liu.se> > > Subject: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail updates in > > rte_event_ring > > > > rte_event_ring enqueue and dequeue tail updates were hardcoded for a > > SC/SP configuration. > > > > Signed-off-by: Mattias Rönnblom <hof...@lysator.liu.se> > > --- > > Hi Mattias, > > > Thanks for your patch, a few notes; > > 1) > You can CC the maintainer of a section - the event rings falls under > the eventdev library, and Jerin Jacob is the maintainer. > > > 2) > In DPDK we note patches that are "Fixes", > so we can track what commit they fix. Fixes patches are > also often candidates for backporting. > > Details on getting the fixes line here: > https://dpdk.org/doc/guides/contributing/patches.html#commit-messages-body > > For this patch, the following is the fixline: > > Fixes: dc39e2f359b5 ("eventdev: add ring structure for events") > Cc: bruce.richard...@intel.com >
Hi Mattias, Could you please the v2 version addressing Harry's comments.