DPDK patches and discussions
 help / color / mirror / Atom feed
From: Remy Horton <remy.horton@intel.com>
To: Andriy Berestovskyy <aber@semihalf.com>,
	"Van Haaren, Harry" <harry.van.haaren@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] keepalive: fix keepalive state alignment
Date: Tue, 23 Jan 2018 10:16:54 +0000	[thread overview]
Message-ID: <14e524b4-b844-63ef-b686-6bddf468a464@intel.com> (raw)
In-Reply-To: <CAOysbxoRFMfn2W-ekdtSQ-3xkLwLANt-E4WWupihUh1gwR+TKQ@mail.gmail.com>


On 22/01/2018 18:20, Andriy Berestovskyy wrote:
[..]
> On Fri, Jan 19, 2018 at 6:31 PM, Van Haaren, Harry
> <harry.van.haaren@intel.com> wrote:
>> These changes do reduce false-sharing however is there actually a
>> performance benefit? A lot of cache space will be taken up if each
>> core requires its own cache line, which will reduce performance
>> again.. it's a tradeoff.
[..]
> 2. The original code (prior e70a61ad50ab "keepalive: export states")
> had each element aligned to the cache line, not the whole array.

Aligning each flag element was the original intention, so I see no issue 
in restoring it. The monitoring core only reads the entries within 
state_flags for which the corresponding active_core is set, so 
ultimately the trade-off in cache line usage is one made by the 
application when it decides which cores need monitoring.

..Remy

  reply	other threads:[~2018-01-23 10:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-19 14:47 Andriy Berestovskyy
2018-01-19 17:31 ` Van Haaren, Harry
2018-01-22 18:20   ` Andriy Berestovskyy
2018-01-23 10:16     ` Remy Horton [this message]
2018-01-23 10:27       ` Van Haaren, Harry

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=14e524b4-b844-63ef-b686-6bddf468a464@intel.com \
    --to=remy.horton@intel.com \
    --cc=aber@semihalf.com \
    --cc=dev@dpdk.org \
    --cc=harry.van.haaren@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).