From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9E1CA237 for ; Fri, 8 Dec 2017 08:51:19 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2017 23:51:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,377,1508828400"; d="scan'208";a="14199316" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by orsmga001.jf.intel.com with ESMTP; 07 Dec 2017 23:51:16 -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: Fri, 8 Dec 2017 15:51:52 +0800 Message-Id: <1512719514-138425-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1512636184-20971-1-git-send-email-beilei.xing@intel.com> References: <1512636184-20971-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v6 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: Fri, 08 Dec 2017 07:51:20 -0000 The patchset adds support RSS/FDIR/FDIR flexible payload input set configuration for some pctype. 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 | 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