From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF7E2C83001 for ; Wed, 29 Apr 2020 02:26:36 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 80A9F20730 for ; Wed, 29 Apr 2020 02:26:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 80A9F20730 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D60321D6F6; Wed, 29 Apr 2020 04:26:35 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 535FB1D6EF; Wed, 29 Apr 2020 04:26:34 +0200 (CEST) IronPort-SDR: HLC7Bv6/kDrC22GljpihC+PAB4UeNWV/h0XVngPuBo/2gJaITPM2zJeayCPNGDCAxZboZFAzia 5QJDsQexcqmg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2020 19:26:33 -0700 IronPort-SDR: LdShqfU1r9NUMDEtDQKTILJPaihrP7+hRRRPblXqRU/z84e0JB26nvXsJMFWqq7ACx9nKJ9OM6 dWSrgXYAPZ0g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,329,1583222400"; d="scan'208";a="302875334" Received: from unknown (HELO localhost.localdomain.bj.intel.com) ([172.16.182.123]) by FMSMGA003.fm.intel.com with ESMTP; 28 Apr 2020 19:26:32 -0700 From: Wei Zhao To: dev@dpdk.org Cc: stable@dpdk.org, beilei.xing@intel.com, maxime.leroy@6wind.com Date: Wed, 29 Apr 2020 10:03:50 +0800 Message-Id: <20200429020353.20266-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20200428073919.5583-1-wei.zhao1@intel.com> References: <20200428073919.5583-1-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 0/3] fix i40e bug for flow 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" fix i40e bug for flow filter and add comment in doc. v2: add more comment in git log. v3: update git log. v4: update doc info. Wei Zhao (3): net/i40e: fix FDIR issue for ARP packets doc: input set requirement of each pctype for FDIR net/i40e: remove teardown when flush FDIR filter doc/guides/nics/i40e.rst | 7 +++++++ drivers/net/i40e/i40e_flow.c | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) -- 2.19.1