From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 0DE74A00BE;
	Tue, 28 Apr 2020 08:11:04 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 3669D1D417;
	Tue, 28 Apr 2020 08:11:04 +0200 (CEST)
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 5A3851D381;
 Tue, 28 Apr 2020 08:11:01 +0200 (CEST)
IronPort-SDR: Fw+KOsFYjP3hOheGTHfmLIYgyxkhbwAUyI6L4ionIHPibC1s92pSMBgPKmXWfkI43XPR0Cuwzg
 uSEeZ4QZ2/Ww==
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 27 Apr 2020 23:11:00 -0700
IronPort-SDR: k8vTC2Km5Clwmhj/CsKDtnSsI8FQF6IVBRTzsIpsI/aLOhs9Y7ol3qigTHnzRBu1Vt8YEVGta4
 fRpZ/CR24uuQ==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.73,327,1583222400"; d="scan'208";a="260990690"
Received: from unknown (HELO localhost.localdomain.bj.intel.com)
 ([172.16.182.123])
 by orsmga006.jf.intel.com with ESMTP; 27 Apr 2020 23:10:57 -0700
From: Wei Zhao <wei.zhao1@intel.com>
To: dev@dpdk.org
Cc: stable@dpdk.org,
	beilei.xing@intel.com,
	maxime.leroy@6wind.com
Date: Tue, 28 Apr 2020 13:48:12 +0800
Message-Id: <20200428054815.3551-1-wei.zhao1@intel.com>
X-Mailer: git-send-email 2.19.1
In-Reply-To: <20200427071500.14767-1-wei.zhao1@intel.com>
References: <20200427071500.14767-1-wei.zhao1@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH v2 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

fix i40e bug for flow filter and add comment in doc. 

v2:
add more comment in git log.

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