From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lewis Donzis Subject: Change ether_addr to avoid conflict Date: Sun, 21 Oct 2018 10:39:13 -0500 Message-ID: <9DDD01EB-C8A2-40F1-AF77-EBFA1E96D595@perftech.com> Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from smtp-gw.pt.net (smtp-gw.pt.net [206.210.194.15]) by dpdk.org (Postfix) with ESMTP id 46FA34C92 for ; Sun, 21 Oct 2018 17:39:47 +0200 (CEST) Received: from mail.pt.net (mail.pt.net [206.210.194.11]) by smtp-gw.pt.net with ESMTP id LiDA0RNQQCBkXipA (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 21 Oct 2018 10:39:15 -0500 (CDT) Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id 2DB218402F3 for ; Sun, 21 Oct 2018 10:39:15 -0500 (CDT) Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id deaKTFsbgqZ3 for ; Sun, 21 Oct 2018 10:39:14 -0500 (CDT) Received: from localhost (localhost [IPv6:::1]) by mail.pt.net (Postfix) with ESMTP id E0F35842479 for ; Sun, 21 Oct 2018 10:39:14 -0500 (CDT) Received: from mail.pt.net ([IPv6:::1]) by localhost (mail.pt.net [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id To5alXxQ4IFE for ; Sun, 21 Oct 2018 10:39:14 -0500 (CDT) Received: from lewhome-dhcp-158.pt.net (lewhome-dhcp-158.pt.net [206.210.207.158]) (Authenticated sender: lew@pt.net) by mail.pt.net (Postfix) with ESMTPSA id BAE8D8402F3 for ; Sun, 21 Oct 2018 10:39:14 -0500 (CDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Please consider changing =E2=80=9Cstruct ether_addr=E2=80=9D in = rte_ether.h to =E2=80=9Cstruct rte_ether_addr=E2=80=9D, in order to = avoid conflicts with the same structure name = /usr/include/net/ethernet.h. This is kind of a pain for us since we would like to include ethernet.h = in order to get some other definitions, but we can=E2=80=99t because it = conflicts with the same structure name in rte_ether.h. Thanks, lew=