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 4591A2C50 for ; Thu, 20 Apr 2017 10:13:54 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Apr 2017 01:13:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,225,1488873600"; d="scan'208";a="1138006712" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga001.fm.intel.com with ESMTP; 20 Apr 2017 01:13:48 -0700 Message-ID: <58F86B2B.5040703@intel.com> Date: Thu, 20 Apr 2017 16:02:51 +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: Lijuan Tu , dts@dpdk.org References: <1492409210-18669-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1492409210-18669-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v1] tests vf_jumboframe: revise cases to support i350 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, 20 Apr 2017 08:13:54 -0000 Thanks, applied. On 04/17/2017 02:06 PM, Lijuan Tu wrote: > 1. revise cases to support i350, refer to: DPDK-1117 > 2. dpdk vf enable crc-strip as default > 3. Port should bind to default driver rather than igb_uio. > 4. clear vm resouces after case or suite end. > > Signed-off-by: Lijuan Tu > ---