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 2931A7D14 for ; Fri, 25 Aug 2017 04:43:46 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 24 Aug 2017 19:43:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,423,1498546800"; d="scan'208";a="1165958388" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga001.jf.intel.com with ESMTP; 24 Aug 2017 19:43:45 -0700 Message-ID: <59A00997.5000706@intel.com> Date: Fri, 25 Aug 2017 19:27:19 +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: Rami Rosen CC: dts@dpdk.org References: <20170824223009.22099-1-rami.rosen@intel.com> In-Reply-To: <20170824223009.22099-1-rami.rosen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs. 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, 25 Aug 2017 02:43:47 -0000 Thanks Rami. Applied. On 08/25/2017 06:30 AM, Rami Rosen wrote: > This patch fixes the first test case in the vf_pf > reset test plan to use the correct VFs IDs. > Since we create two VFs using 0000:81:00.0, the VFs are > 81:02.0, 81:02.1 and not 82:02.0, 82:02.1. > > Signed-off-by: Rami Rosen > ---