From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2617A2C72 for ; Mon, 27 Aug 2018 07:31:41 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Aug 2018 22:31:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,293,1531810800"; d="scan'208";a="68077771" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.193]) ([10.67.119.193]) by orsmga007.jf.intel.com with ESMTP; 26 Aug 2018 22:31:24 -0700 Message-ID: <5B83F969.90008@intel.com> Date: Mon, 27 Aug 2018 21:15:21 +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: <20180824100834.20086-1-ramirose@gmail.com> In-Reply-To: <20180824100834.20086-1-ramirose@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] test_plans/dynamic_queue: fix usage of bind script 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, 27 Aug 2018 05:31:42 -0000 Thanks, Rami. Applied. On 08/24/2018 06:08 PM, Rami Rosen wrote: > The dpdk-devbind.py script resides under "usertools" for over a year now, > instead of its previous location, "tools". This script fixes it. > > Signed-off-by: Rami Rosen