From patchwork Tue Dec 25 05:44:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhao1, Wei" X-Patchwork-Id: 49260 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F5D11B431; Tue, 25 Dec 2018 07:10:10 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A89CB1B411; Tue, 25 Dec 2018 07:10:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Dec 2018 22:10:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,395,1539673200"; d="scan'208";a="121503647" Received: from dpdk6.bj.intel.com ([172.16.182.192]) by orsmga001.jf.intel.com with ESMTP; 24 Dec 2018 22:10:05 -0800 From: Wei Zhao To: dev@dpdk.org Cc: stable@dpdk.org, wenzhuo.lu@intel.com, qi.z.zhang@intel.com, yuan.peng@intel.com Date: Tue, 25 Dec 2018 13:44:46 +0800 Message-Id: <1545716688-34608-1-git-send-email-wei.zhao1@intel.com> X-Mailer: git-send-email 2.7.5 In-Reply-To: <1545025982-2065-1-git-send-email-wei.zhao1@intel.com> References: <1545025982-2065-1-git-send-email-wei.zhao1@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] enable x550 flexible byte filter 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There is need for users to use flexible byte filter on x550. Command line need to pase hex number. This patch enable all of these feature. --- v2: add some paser code for flow CLI and split it in v2 Zhao Wei (2): net/ixgbe: enable x550 flexible byte filter app/testpmd: add support of hex string parser for flow API app/test-pmd/cmdline_flow.c | 141 ++++++++++++++++++++- drivers/net/ixgbe/ixgbe_fdir.c | 9 +- drivers/net/ixgbe/ixgbe_flow.c | 274 ++++++++++++++++++++++++++++------------- 3 files changed, 335 insertions(+), 89 deletions(-)