From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DC6C816829 for ; Fri, 8 Sep 2017 09:35:21 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2017 00:35:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="1216246472" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2017 00:34:22 -0700 Message-ID: <59B2C299.1020505@intel.com> Date: Sat, 09 Sep 2017 00:17:29 +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: <1504779096-7297-1-git-send-email-beibeix.xie@intel.com> In-Reply-To: <1504779096-7297-1-git-send-email-beibeix.xie@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] add VFD test case checklist 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: Fri, 08 Sep 2017 07:35:22 -0000 Thanks beibei. Applied. On 09/07/2017 06:11 PM, xie,beibei wrote: > update VFD test case checklist > 1.Add broadcast_mode/multicast_mode/promisc_mode not support niantic NIC. > They are only support fortville NIC > 2.Add vf_mtu/vlan_filter/vlan_tag in skip list on niantic > Because the test on niantic and fortville is different ,no need to run on niantic > 3.Add rss not support niantic NIC > rss test case in vf_kernel test suite,it only support fortville NIC > 4.Add all_queues_drop not support fortville NIC > this case in vf_daemon test suite,it not support fortville NIC > > Signed-off-by: xie,beibei