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 77A293B5 for ; Mon, 15 May 2017 04:43:28 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2017 19:43:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,342,1491289200"; d="scan'208";a="102017262" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga006.fm.intel.com with ESMTP; 14 May 2017 19:43:26 -0700 Message-ID: <591912DA.8000003@intel.com> Date: Mon, 15 May 2017 10:30:50 +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: "xu,huilong" , dts@dpdk.org References: <1494575072-44798-1-git-send-email-huilongx.xu@intel.com> <1494575072-44798-3-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1494575072-44798-3-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH 1/2] add link bonding rss dynamic config test plane 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, 15 May 2017 02:43:28 -0000 Thanks, applied with some comments changed. On 05/12/2017 03:44 PM, xu,huilong wrote: > add a new case in pmd rss hash test plane. in new dpdk, bond device support > rss hash config. > > Signed-off-by: xu,huilong