From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 08641A0613 for ; Wed, 25 Sep 2019 22:06:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 58DA028EE; Wed, 25 Sep 2019 22:06:55 +0200 (CEST) Received: from clt-mbsout-01.mbs.boeing.net (clt-mbsout-01.mbs.boeing.net [130.76.144.162]) by dpdk.org (Postfix) with ESMTP id 74B311DBE for ; Wed, 25 Sep 2019 22:06:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by clt-mbsout-01.mbs.boeing.net (8.14.4/8.14.4/DOWNSTREAM_MBSOUT) with SMTP id x8PK6pXq011561; Wed, 25 Sep 2019 16:06:51 -0400 Received: from XCH16-04-09.nos.boeing.com (xch16-04-09.nos.boeing.com [144.115.66.87]) by clt-mbsout-01.mbs.boeing.net (8.14.4/8.14.4/UPSTREAM_MBSOUT) with ESMTP id x8PK6ibA010655 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=FAIL) for ; Wed, 25 Sep 2019 16:06:44 -0400 Received: from XCH16-04-08.nos.boeing.com (144.115.66.86) by XCH16-04-09.nos.boeing.com (144.115.66.87) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.1.1713.5; Wed, 25 Sep 2019 13:06:43 -0700 Received: from XCH16-04-08.nos.boeing.com ([fe80::adbd:9838:ba8e:54f]) by XCH16-04-08.nos.boeing.com ([fe80::adbd:9838:ba8e:54f%2]) with mapi id 15.01.1713.004; Wed, 25 Sep 2019 13:06:43 -0700 From: "Tran (US), Katherine K" To: "users@dpdk.org" Thread-Topic: Redundant struct ether_addr Thread-Index: AdVz3LbblW5cqat3Tw+N8GMry9LGvg== Date: Wed, 25 Sep 2019 20:06:43 +0000 Message-ID: <5cd0d1d8b5bd483692c0e3d4d5463c16@boeing.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [137.137.12.6] x-tm-snts-smtp: 038CA0FD0E6BE9A111C2FFF25D32DC58AF69BF6D4340C6EF1EB4E548B165352B2000:8 MIME-Version: 1.0 X-TM-AS-GCONF: 00 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Redundant struct ether_addr X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hello, I am running into an issue of a redundant struct name. Apparently, 'struct = ether_addr' is redefined in DPDK (rte_ether.h). The previous definition of = ether_addr is from one of the included core network API files (netinet/if_e= ther.h). How should I proceed with this compile error? Shouldn't DPDK have its own u= serspace? Regards, Katherine