From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH 0/2] net/i40e: API to configure queue regions for RSS Date: Thu, 24 Aug 2017 11:26:00 +0800 Message-ID: <20170824032602.107045-1-wei.zhao1@intel.com> To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 717CA7D22 for ; Thu, 24 Aug 2017 05:32:01 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The patches mainly finish following functions: 1) Command line for input queue region configure parameters. 2) Set or flush queue region configutation. root (2): net/i40e: queue region set and flush app/testpmd: add API for configuration of queue region app/test-pmd/cmdline.c | 319 ++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.h | 6 + drivers/net/i40e/rte_pmd_i40e.c | 287 +++++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 39 ++++ drivers/net/i40e/rte_pmd_i40e_version.map | 7 + 5 files changed, 658 insertions(+) -- 2.9.3