From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-ASG-Debug-ID: 1540136355-09411a12c718410001-TfluYd 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) X-Barracuda-Envelope-From: lew@perftech.com X-Barracuda-Effective-Source-IP: mail.pt.net[206.210.194.11] X-Barracuda-Apparent-Source-IP: 206.210.194.11 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) X-Virus-Scanned: amavisd-new at pt.net 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) From: Lewis Donzis Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Message-Id: <9DDD01EB-C8A2-40F1-AF77-EBFA1E96D595@perftech.com> X-ASG-Orig-Subj: Change ether_addr to avoid conflict Date: Sun, 21 Oct 2018 10:39:13 -0500 To: dev@dpdk.org X-Mailer: Apple Mail (2.3445.100.39) X-Barracuda-Connect: mail.pt.net[206.210.194.11] X-Barracuda-Start-Time: 1540136355 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://smtp-gw.pt.net:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at pt.net X-Barracuda-Scan-Msg-Size: 393 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.60216 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Mailman-Approved-At: Mon, 22 Oct 2018 09:32:16 +0200 Subject: [dpdk-dev] Change ether_addr to avoid conflict X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 15:39:47 -0000 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=