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 379E31B42C; Wed, 20 Jun 2018 09:25:38 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2018 00:25:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,246,1526367600"; d="scan'208";a="66096599" 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:25:36 -0700 Message-ID: <5B2A6EB8.1090705@intel.com> Date: Wed, 20 Jun 2018 23:11:52 +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: <1529053247-21077-1-git-send-email-phil.yang@arm.com> In-Reply-To: <1529053247-21077-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/mempool_exthandler: stop l2fwd on DUT after each test. 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:25:38 -0000 Thanks, Phil. Applied. On 06/15/2018 05:00 PM, dts-bounces@dpdk.org wrote: > Stop l2fwd to clean up DUT after each test case. > > Signed-off-by: Phil Yang