From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 834477D4E for ; Wed, 13 Sep 2017 08:15:04 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 12 Sep 2017 23:15:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,386,1500966000"; d="scan'208";a="151247727" Received: from dpdk4.bj.intel.com ([172.16.182.85]) by fmsmga006.fm.intel.com with ESMTP; 12 Sep 2017 23:14:56 -0700 From: Wei Zhao To: dev@dpdk.org Date: Wed, 13 Sep 2017 14:04:02 +0800 Message-Id: <1505282644-40415-1-git-send-email-wei.zhao1@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <20170824032602.107045-1-wei.zhao1@intel.com> References: <20170824032602.107045-1-wei.zhao1@intel.com> Subject: [dpdk-dev] [PATCH v2 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, 13 Sep 2017 06:15:04 -0000 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 root (2): net/i40e: queue region set and flush app/testpmd: add API for configuration of queue region app/test-pmd/cmdline.c | 324 ++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.c | 19 +- drivers/net/i40e/i40e_ethdev.h | 30 ++ drivers/net/i40e/rte_pmd_i40e.c | 484 ++++++++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 38 +++ drivers/net/i40e/rte_pmd_i40e_version.map | 1 + 6 files changed, 892 insertions(+), 4 deletions(-) -- 2.9.3