From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0F59029C8 for ; Wed, 31 Aug 2016 02:16:58 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP; 30 Aug 2016 17:16:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,259,1470726000"; d="scan'208";a="2914092" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 30 Aug 2016 17:16:57 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 30 Aug 2016 17:16:57 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 30 Aug 2016 17:16:57 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.91]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002; Wed, 31 Aug 2016 08:16:55 +0800 From: "Xu, HuilongX" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V1 1/3] solve dts compile error on FreeBSD Thread-Index: AQHSAqTsijSFoczjukeUieVogATYIaBiNCpQ Date: Wed, 31 Aug 2016 00:16:54 +0000 Message-ID: References: <1472550717-9922-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1472550717-9922-1-git-send-email-gangx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 1/3] solve dts compile error on FreeBSD X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 00:16:59 -0000 Acked-by: huilong > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Tuesday, August 30, 2016 5:52 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V1 1/3] solve dts compile error on freesbd >=20 > Signed-off-by: xu,gang > --- > framework/dut.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/dut.py b/framework/dut.py > index 2f4e53a..d92713b 100644 > --- a/framework/dut.py > +++ b/framework/dut.py > @@ -726,7 +726,7 @@ class Dut(Crb): > skipped)) > continue >=20 > - port =3D GetNicObj(self, pci_bus, '') > + port =3D GetNicObj(self, '',pci_bus, '') > intf =3D port.get_interface_name() >=20 > macaddr =3D port.get_mac_addr() > -- > 1.9.3