From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9DE6EA00BE; Wed, 29 Apr 2020 09:24:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E5DB71D8F5; Wed, 29 Apr 2020 09:24:24 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 84D571D8D2; Wed, 29 Apr 2020 09:24:22 +0200 (CEST) IronPort-SDR: pW0CYhO/GDy2Jd9nJM+alXG5sJNLS+Mi+NOezmysbyOF98TIhhr5VR4+kHjEmPZIHpgLZrSX2W XP342I0hr01w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 00:24:20 -0700 IronPort-SDR: fCloiNkibst6jkVSdjxA8MV4o1r/I20zrlH1Y6BdayX0jnGXNOdLSIHmcT5gt/5pQOAKlJUtgv lBeZSIBoSkuw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,330,1583222400"; d="scan'208";a="459088710" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.116.183]) by fmsmga005.fm.intel.com with ESMTP; 29 Apr 2020 00:24:19 -0700 Date: Wed, 29 Apr 2020 15:17:02 +0800 From: Ye Xiaolong To: "Xing, Beilei" Cc: "Zhao1, Wei" , "dev@dpdk.org" , "stable@dpdk.org" , "maxime.leroy@6wind.com" Message-ID: <20200429071702.GE6502@intel.com> References: <20200428073919.5583-1-wei.zhao1@intel.com> <20200429020353.20266-1-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [dpdk-stable] [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" On 04/29, Xing, Beilei wrote: > > >> -----Original Message----- >> From: Zhao1, Wei >> Sent: Wednesday, April 29, 2020 10:04 AM >> To: dev@dpdk.org >> Cc: stable@dpdk.org; Xing, Beilei ; >> maxime.leroy@6wind.com >> Subject: [PATCH v4 0/3] fix i40e bug for flow filter >> >> 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 > >Acked-by: Beilei Xing Applied to dpdk-next-net-intel, Thanks.