From: Thomas Monjalon <thomas@monjalon.net>
To: Avi Kivity <avi@scylladb.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v1] eal: remove another use of register keyword
Date: Mon, 15 Jan 2018 19:00:03 +0100 [thread overview]
Message-ID: <1973968.l2YiJ7Szvs@xps> (raw)
In-Reply-To: <20180115113323.24439-1-avi@scylladb.com>
15/01/2018 12:33, Avi Kivity:
> The 'register' keyword does nothing, and has been removed in C++17.
>
> Remove it for compatibility, like commit 0d5f2ed12f9eb.
Fixes: 0d5f2ed12f9e ("eal: remove use of register keyword")
> Signed-off-by: Avi Kivity <avi@scylladb.com>
Applied, thanks.
Note that "register" is used in some drivers too:
git grep -l '\<register\>.*;' drivers/ | sed -r 's,([^/]*/[^/]*/[^/]*/).*,\1,' | sort -u
drivers/bus/dpaa/
drivers/crypto/dpaa2_sec/
drivers/crypto/qat/
drivers/event/sw/
drivers/net/ark/
drivers/net/avp/
drivers/net/bnx2x/
drivers/net/bnxt/
drivers/net/e1000/
drivers/net/i40e/
drivers/net/ixgbe/
drivers/net/qede/
drivers/net/sfc/
drivers/net/vhost/
next prev parent reply other threads:[~2018-01-15 18:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-15 11:33 [PATCH v1] eal: remove another use of register keyword Avi Kivity
2018-01-15 18:00 ` Thomas Monjalon [this message]
2018-01-15 18:18 ` Avi Kivity
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=1973968.l2YiJ7Szvs@xps \
--to=thomas@monjalon.net \
--cc=avi@scylladb.com \
--cc=dev@dpdk.org \
/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.