From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CC10C2B95 for ; Mon, 21 Mar 2016 09:59:53 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 21 Mar 2016 01:59:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,370,1455004800"; d="scan'208";a="915445380" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga001.jf.intel.com with ESMTP; 21 Mar 2016 01:59:52 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.137]) by IRSMSX106.ger.corp.intel.com ([169.254.8.172]) with mapi id 14.03.0248.002; Mon, 21 Mar 2016 08:59:51 +0000 From: "Mrzyglod, DanielX T" To: "Liu, Yong" , "dev@dpdk.org" CC: "Liu, Yong" Thread-Topic: [dpdk-dev] [PATCH] testpmd: fix build on FreeBSD Thread-Index: AQHRgxNQSZvsqBvPvkmJZvq6nYCVgp9jmaoA Date: Mon, 21 Mar 2016 08:59:50 +0000 Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A637741429@IRSMSX107.ger.corp.intel.com> References: <1458524684-13539-1-git-send-email-yong.liu@intel.com> In-Reply-To: <1458524684-13539-1-git-send-email-yong.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] testpmd: fix build on FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 08:59:54 -0000 >From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marvin Liu >Sent: Monday, March 21, 2016 2:45 AM >To: dev@dpdk.org >Cc: Liu, Yong >Subject: [dpdk-dev] [PATCH] testpmd: fix build on FreeBSD > >Build log: >/root/dpdk/app/test-pmd/cmdline.c:6687:45: error: no member named >'s6_addr32' in 'struct in6_addr' > rte_be_to_cpu_32(res->ip_value.addr.ipv6.s6_addr32[i]); > >This is caused by macro "s6_addr32" not defined on FreeBSD. > >Signed-off-by: Marvin Liu Acked-by: Daniel Mrzyglod