From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CA80D374E for ; Thu, 7 Sep 2017 07:46:00 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2017 22:45:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,356,1500966000"; d="scan'208";a="1169903064" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga001.jf.intel.com with ESMTP; 06 Sep 2017 22:45:57 -0700 Message-ID: <59B157AF.6040107@intel.com> Date: Thu, 07 Sep 2017 22:29:03 +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: "xie,beibei" , dts@dpdk.org References: <1504762051-6551-1-git-send-email-beibeix.xie@intel.com> In-Reply-To: <1504762051-6551-1-git-send-email-beibeix.xie@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dts] [PATCH V3] tests/vf_daemon:fix can't receive packets failure 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, 07 Sep 2017 05:46:01 -0000 Thanks Beibei. Applied in. On 09/07/2017 01:27 PM, xie,beibei wrote: > 1.Add work-wrong for vf link down. > 2.move ‘quit testpmd’ from the end of each case to ‘tear_down’. > 3.test_vlan_antispoof: change "rx_vlan add port 0 vf 1" on PF device > to "rx_vlan add port" on VM to set vlan filter, > reference:https://jira01.devtools.intel.com/browse/DPDK-3400 > 4.fix typos. > > Signed-off-by: xie,beibei