From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 5E5111B1BF for ; Wed, 11 Oct 2017 23:06:42 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 11 Oct 2017 14:06:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="909041341" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2017 14:06:41 -0700 To: Wei Zhao , dev@dpdk.org References: <1506676584-41030-1-git-send-email-wei.zhao1@intel.com> <1507712133-31875-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 11 Oct 2017 22:06:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1507712133-31875-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue regions for RSS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 21:06:42 -0000 On 10/11/2017 9:55 AM, Wei Zhao wrote: > The patches mainly finish following functions: > 1) Command line for input queue region configure parameters. > 2) Set or flush queue region configutation. > > v2: > -fix bug for packet into queue region code. > -change code style for DPDK C programing. > -change that "flowtype" name to " hw_flowtype " in struct rte_i40e_rss_region_conf > > v3: > -fix patch check warning > -fix a bug in cmdline.c > > v4: > -fix bug for flowtype config. > -add a new command for get all queue region configuration. > -change function name to "rss" related. > -add document info about queue region CLI. > > v5: > -fix patchcheck warning. > -add port id check. > > v6: > -split this patch set into 2 patch. > > v7: > -change some PMD_DRV_LOG log. > > v8: > -change CLI command format. > -change some functions name. > > root (2): > net/i40e: queue region set and flush > app/testpmd: add API for configuration of queue region Series applied to dpdk-next-net/master, thanks. (patches updated here and there based on previous comments, please confirm latest commit.)