Re: [dpdk-dev] [PATCH v1] eal: remove another use of register keyword

2018-01-15 Thread Avi Kivity
On 01/15/2018 08:00 PM, Thomas Monjalon wrote: 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 A

Re: [dpdk-dev] [PATCH v1] eal: remove another use of register keyword

2018-01-15 Thread Thomas Monjalon
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 Applied, thanks. Note that "register" is used

[dpdk-dev] [PATCH v1] eal: remove another use of register keyword

2018-01-15 Thread Avi Kivity
The 'register' keyword does nothing, and has been removed in C++17. Remove it for compatibility, like commit 0d5f2ed12f9eb. Signed-off-by: Avi Kivity --- lib/librte_eal/common/include/arch/x86/rte_byteorder_64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/