-----Original Message----- > Date: Thu, 29 Mar 2018 12:38:01 +0000 > From: "Van Haaren, Harry" <[email protected]> > To: Mattias Rönnblom <[email protected]>, "[email protected]" <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] eventdev: fix incorrect MP/MC tail updates > in rte_event_ring > > > From: dev [mailto:[email protected]] On Behalf Of Mattias Rönnblom > > Sent: Wednesday, March 28, 2018 10:17 AM > > To: [email protected] > > Cc: Mattias Rönnblom <[email protected]> > > 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 <[email protected]> > > --- > > 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: [email protected] >
Hi Mattias, Could you please the v2 version addressing Harry's comments.

