From patchwork Wed Nov 4 08:29:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenxu Di X-Patchwork-Id: 83667 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02788A04E7; Wed, 4 Nov 2020 09:44:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D9770C83E; Wed, 4 Nov 2020 09:44:41 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 39B15C83C for ; Wed, 4 Nov 2020 09:44:40 +0100 (CET) IronPort-SDR: Y5cr4kB+mVIPenBD69EQIG5f5ikblH+8DroiIDGkNZsZPx3+GjvGjUfoOU2NtwEDd3W0egypkm ZJX8evJqQUwA== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="233349903" X-IronPort-AV: E=Sophos;i="5.77,450,1596524400"; d="scan'208";a="233349903" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2020 00:44:38 -0800 IronPort-SDR: RkMHFGuPI9TX13z7hMC1y2WDBXCmMXdRreydhpgJzuuF1WJFCkO/oGqQt/TKsYsqlNkY98tj8V EljO3AmW2PeA== X-IronPort-AV: E=Sophos;i="5.77,450,1596524400"; d="scan'208";a="538834779" Received: from dpdk-server06.sh.intel.com ([10.239.255.61]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2020 00:44:36 -0800 From: Chenxu Di To: dev@dpdk.org Cc: beilei.xing@intel.com, jia.guo@intel.com, haiyue.wang@intel.com, Chenxu Di Date: Wed, 4 Nov 2020 08:29:57 +0000 Message-Id: <20201104082959.63800-1-chenxux.di@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH 0/2] net/i40e: fix incorrect FDIR flex 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The configuration of FDIR flex mask and flex pit should not be set during flow validate. It should be set when flow create. Chenxu Di (2): net/i40e: fix incorrect FDIR flex mask net/i40e: fix incorrect FDIR flex pit drivers/net/i40e/i40e_ethdev.h | 22 ++-- drivers/net/i40e/i40e_fdir.c | 194 ++++++++++++++++++++++++++++++++ drivers/net/i40e/i40e_flow.c | 195 ++------------------------------- 3 files changed, 216 insertions(+), 195 deletions(-)