From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id E53765B30; Wed, 20 Jun 2018 09:22:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2018 00:22:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,246,1526367600"; d="scan'208";a="66095599" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by orsmga001.jf.intel.com with ESMTP; 20 Jun 2018 00:22:04 -0700 Message-ID: <5B2A6DE5.5060101@intel.com> Date: Wed, 20 Jun 2018 23:08:21 +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: dts-bounces@dpdk.org, dts@dpdk.org CC: nd@arm.com, phil.yang@arm.com References: <1529053138-20999-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1529053138-20999-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] tests/userspace_ethtool: fix link down verify failure destroyed ports link 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, 20 Jun 2018 07:22:13 -0000 Thanks, Phil. Applied. On 06/15/2018 04:58 PM, dts-bounces@dpdk.org wrote: > Test Case test_dump_driver_info will set ip link down to get the port > link down status. If verification is failed, it won't setup the > port link in the subsequent test. > > Add record for this verification and raise exception for the verify > failure to restore the link. > > Signed-off-by: Phil Yang > ---