From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 588871B322 for ; Mon, 30 Oct 2017 02:29:38 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 29 Oct 2017 18:29:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,317,1505804400"; d="scan'208";a="166638932" Received: from dpdk-test32.sh.intel.com (HELO [10.67.118.217]) ([10.67.118.217]) by orsmga005.jf.intel.com with ESMTP; 29 Oct 2017 18:29:35 -0700 Message-ID: <59F6EFA4.1060908@intel.com> Date: Mon, 30 Oct 2017 17:23:48 +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: Fangfang Wei , dts@dpdk.org References: <1508832966-18917-1-git-send-email-fangfangx.wei@intel.com> In-Reply-To: <1508832966-18917-1-git-send-email-fangfangx.wei@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] tests/sriov_kvm: update negative input commands 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: Mon, 30 Oct 2017 01:29:39 -0000 Thanks fangfang, applied. On 10/24/2017 04:16 PM, Fangfang Wei wrote: > From: Fangfangx Wei > > DPDK-3807: developer said the rule-id can be any value which is set by user. > So setting the invalid rule-id as 256 to test negative input commands. > Because in dpdk the mirror rule-id is uint8_t. > > Remove command "set port 0 mirror-rule 2 vlan-mirror 9 dst-pool 1 on". > It's not a invalid command for vlan-mirror is supported now. > > Signed-off-by: Fangfangx Wei