From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 23 Aug 2017 20:32:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,419,1498546800"; d="scan'208";a="143947831" Received: from dpdk2.bj.intel.com ([172.16.182.198]) by fmsmga006.fm.intel.com with ESMTP; 23 Aug 2017 20:31:59 -0700 From: Wei Zhao To: dev@dpdk.org Date: Thu, 24 Aug 2017 11:26:00 +0800 Message-Id: <20170824032602.107045-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dpdk-dev] [PATCH 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: Thu, 24 Aug 2017 03:32:01 -0000 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