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 C2B221B01B for ; Mon, 8 Jan 2018 04:08:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 19:08:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,329,1511856000"; d="scan'208";a="8070780" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by fmsmga008.fm.intel.com with ESMTP; 07 Jan 2018 19:08:45 -0800 From: Beilei Xing To: jingjing.wu@intel.com, wenzhuo.lu@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, andrey.chilikin@intel.com Date: Mon, 8 Jan 2018 11:09:12 +0800 Message-Id: <1515380954-36017-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1515121386-126382-1-git-send-email-beilei.xing@intel.com> References: <1515121386-126382-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v8 0/2] 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: Mon, 08 Jan 2018 03:08:48 -0000 The patchset adds support RSS/FDIR/FDIR flexible payload input set configuration for some pctype. v8 changes: - Add info if NIC doesn't support the function. v7 changes: - Add info if NIC doesn't support the function. - Add doc in testpmd_funcs.rst for the new CLIs. v6 changes: - Fix DPDK version for new private API. v5 changes: - Add DPDK version for new private API. 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 | 242 ++++++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 16 ++ 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 ++ 5 files changed, 547 insertions(+) -- 2.5.5