From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A0C7537A2 for ; Thu, 7 Dec 2017 07:00:11 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Dec 2017 22:00:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,371,1508828400"; d="scan'208";a="184441293" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by fmsmga005.fm.intel.com with ESMTP; 06 Dec 2017 22:00:09 -0800 From: Beilei Xing To: jingjing.wu@intel.com Cc: dev@dpdk.org, andrey.chilikin@intel.com Date: Thu, 7 Dec 2017 14:00:43 +0800 Message-Id: <1512626445-95804-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1511948591-73251-1-git-send-email-beilei.xing@intel.com> References: <1511948591-73251-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] net/i40e: support input set configuration 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, 07 Dec 2017 06:00:12 -0000 The patchset adds support RSS/FDIR/FDIR flexible payload input set configuration for some pctype. v4 changes: - Change testpmd command token and print info. v3 changes: - Add support reset RSS/FDIR/FDIR flexible payload input set for some pctype. v2 changes: - Use 'static inline' to replace 'inline'. - Add support get status for some filed index of input set. Beilei Xing (2): net/i40e: support input set configuration app/testpmd: add configuration for input set app/test-pmd/cmdline.c | 237 ++++++++++++++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.c | 141 ++++++++++++++++++ drivers/net/i40e/rte_pmd_i40e.h | 138 +++++++++++++++++ drivers/net/i40e/rte_pmd_i40e_version.map | 10 ++ 4 files changed, 526 insertions(+) -- 2.5.5