From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Barbette Subject: Re: [PATCH 0/5] remove usage of register keyword in C Date: Thu, 31 Jan 2019 10:39:42 +0100 Message-ID: <2b7c87e5-5855-4ab2-7efd-5bfeb30480a5@kth.se> References: <20180731163059.27085-1-stephen@networkplumber.org> <20180731164840.GD5211@6wind.com> <20180731110737.38555f02@xeon-e3> <50204CDA-B4AD-44C8-AB07-2FE9C2A412C0@mellanox.com> <20180801140356.5ac88c43@xeon-e3> <2b06aafe-e444-b773-b5cd-bd0f186e46cd@kth.se> <20190131091128.GA122080@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Ferruh Yigit , Stephen Hemminger , Yongseok Koh , Adrien Mazarguil , "dev@dpdk.org" To: Bruce Richardson Return-path: Received: from smtp-4.sys.kth.se (smtp-4.sys.kth.se [130.237.48.193]) by dpdk.org (Postfix) with ESMTP id 0DC5A28FD for ; Thu, 31 Jan 2019 10:39:47 +0100 (CET) In-Reply-To: <20190131091128.GA122080@bricha3-MOBL.ger.corp.intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2019-01-31 10:11, Bruce Richardson wrote: > What header is that? From what I see the patchset only makes changes to .c > files rather than any .h files, so not sure it would help in your case. Yes you're right. There are other occurrences of register indeed. I got the warning from rte_common.h:308 : rte_combine64ms1b(register uint64_t v) but it may not be the only one? Tom