From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beilei Xing Subject: [PATCH v4 0/2] net/i40e: support input set configuration Date: Thu, 7 Dec 2017 14:00:43 +0800 Message-ID: <1512626445-95804-1-git-send-email-beilei.xing@intel.com> References: <1511948591-73251-1-git-send-email-beilei.xing@intel.com> Cc: dev@dpdk.org, andrey.chilikin@intel.com To: jingjing.wu@intel.com 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) In-Reply-To: <1511948591-73251-1-git-send-email-beilei.xing@intel.com> 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 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