From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5AB8A1E2F for ; Tue, 10 Jan 2017 06:33:35 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 09 Jan 2017 21:33:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,342,1477983600"; d="scan'208";a="807059894" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2017 21:33:31 -0800 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.52]) by PGSMSX106.gar.corp.intel.com ([169.254.9.2]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 13:33:30 +0800 From: "Zhao1, Wei" To: "Yigit, Ferruh" , "dev@dpdk.org" CC: "Lu, Wenzhuo" Thread-Topic: [dpdk-dev] [PATCH v2 01/18] net/ixgbe: store SYN filter Thread-Index: AQHSYnJsfJz2GSFI2UWD0cCseJ2DwKErKOKAgAYXohA= Date: Tue, 10 Jan 2017 05:33:30 +0000 Message-ID: References: <1483084390-53159-1-git-send-email-wei.zhao1@intel.com> <1483084390-53159-2-git-send-email-wei.zhao1@intel.com> <8bb0cda8-fafc-d906-4708-bfbb28b55a91@intel.com> In-Reply-To: <8bb0cda8-fafc-d906-4708-bfbb28b55a91@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 01/18] net/ixgbe: store SYN 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: , X-List-Received-Date: Tue, 10 Jan 2017 05:33:35 -0000 Hi, yigit=20 > -----Original Message----- > From: Yigit, Ferruh > Sent: Saturday, January 7, 2017 12:29 AM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH v2 01/18] net/ixgbe: store SYN filter >=20 > On 12/30/2016 7:52 AM, Wei Zhao wrote: > > Add support for storing SYN filter in SW. >=20 > I think you have mentioned in previous review that you will update this t= o > "TCP SYN", I would like to remind in case it is missed. >=20 > > > > Signed-off-by: Wenzhuo Lu > > Signed-off-by: Wei Zhao > > --- > > > > v2: > > --synqf assignment location change > > --- > <...> There is something wrong when I update code in v2. I PROMISE it will be changed in v3.