From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B225E25B3 for ; Thu, 19 Oct 2017 04:17:40 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2017 19:17:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,399,1503385200"; d="scan'208";a="164803332" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by fmsmga006.fm.intel.com with ESMTP; 18 Oct 2017 19:17:38 -0700 Message-ID: <59E87A7F.7000902@intel.com> Date: Thu, 19 Oct 2017 18:12:15 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Phil Yang , dts@dpdk.org CC: nd@arm.com, Jianbo.Liu@arm.com, Herber.Guan@arm.com, huilongx.xu@intel.com References: <1508149361-7628-1-git-send-email-phil.yang@arm.com> <1508316095-16282-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1508316095-16282-1-git-send-email-phil.yang@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2] tests/hotplug: fix some failure cases 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: Thu, 19 Oct 2017 02:17:41 -0000 Thanks Phil, applied in. On 10/18/2017 04:41 PM, Phil Yang wrote: > 1. Updated testpmd path for multiarch. > 2. Fix port binding timeout in tear-down process. > 3. Add vfio-pci and vfio-pci:noiommu support. > 3. Clear packets stats before packet send to avoid test errors caused by > broadcast packets. > > Signed-off-by: Phil Yang