From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Juhamatti Kuusisaari <juhamatti.kuusisaari@coriant.com>
Cc: dev@dpdk.org, "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
Subject: Re: [PATCH] lib: change rte_ring dequeue to guarantee ordering before tail update
Date: Thu, 21 Jul 2016 23:26:50 +0200 [thread overview]
Message-ID: <14017551.U6D1dIIx0P@xps13> (raw)
In-Reply-To: <2601191342CEEE43887BDE71AB97725836B7E32F@irsmsx105.ger.corp.intel.com>
> > Consumer queue dequeuing must be guaranteed to be done fully before the tail is updated. This is not guaranteed with a read barrier,
> > changed to a write barrier just before tail update which in practice guarantees correct order of reads and writes.
> >
> > Signed-off-by: Juhamatti Kuusisaari <juhamatti.kuusisaari@coriant.com>
>
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Applied, thanks
next prev parent reply other threads:[~2016-07-21 21:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-15 4:39 [PATCH] lib: change rte_ring dequeue to guarantee ordering before tail update Juhamatti Kuusisaari
2016-07-15 12:22 ` Ananyev, Konstantin
2016-07-21 21:26 ` Thomas Monjalon [this message]
2016-07-23 6:05 ` Jerin Jacob
2016-07-23 9:02 ` Thomas Monjalon
2016-07-23 9:36 ` Jerin Jacob
2016-07-23 10:14 ` Ananyev, Konstantin
2016-07-23 10:38 ` Jerin Jacob
2016-07-23 11:15 ` Ananyev, Konstantin
2016-07-23 11:49 ` Jerin Jacob
2016-07-23 12:32 ` Ananyev, Konstantin
2016-07-23 12:35 ` Jerin Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=14017551.U6D1dIIx0P@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=juhamatti.kuusisaari@coriant.com \
--cc=konstantin.ananyev@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.