From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DC1422BF2 for ; Fri, 31 Mar 2017 15:37:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490967455; x=1522503455; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=wNoz4FuJGPv5zhhg+i2eoRV6Y4i5o3FYnzQfbRENO5k=; b=Gb7cyNVuhinOLUKvjyh3TnjUUFS2F5BXxpF2PIwSHqwbplK1l+fB5/bI +xRRlqd7LrjSNBkMm0XBBSzF4uNWlQ==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 06:37:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="1114007032" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 31 Mar 2017 06:37:33 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx110.ger.corp.intel.com ([169.254.15.151]) with mapi id 14.03.0319.002; Fri, 31 Mar 2017 14:37:31 +0100 From: "Iremonger, Bernard" To: "Yigit, Ferruh" , "dev@dpdk.org" , "Xing, Beilei" , "Wu, Jingjing" CC: "Zhang, Helin" , "Lu, Wenzhuo" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH v5 0/5] net/i40e: QinQ filter Thread-Index: AQHSqXAfovNH9yMxyk+s5nJq6++GCaGu4xSAgAAROgA= Date: Fri, 31 Mar 2017 13:37:31 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D4DE53@IRSMSX108.ger.corp.intel.com> References: <1490889702-15473-1-git-send-email-bernard.iremonger@intel.com> <1490890196-23795-1-git-send-email-bernard.iremonger@intel.com> <461727e9-c05f-6af3-73dc-8acd0dbee446@intel.com> In-Reply-To: <461727e9-c05f-6af3-73dc-8acd0dbee446@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGI2MDNiOTktM2ZiZS00YjFlLThmNTctNDBiY2Q0OTZkMzg1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNRMWpHdE52XC94VDk0K1FQMGhoTGNHVU5RZnEyUGFLYzVQVzVuUk9COWEwPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/5] net/i40e: QinQ 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: Fri, 31 Mar 2017 13:37:35 -0000 Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Friday, March 31, 2017 2:33 PM > To: Iremonger, Bernard ; dev@dpdk.org; > Xing, Beilei ; Wu, Jingjing > Cc: Zhang, Helin ; Lu, Wenzhuo > > Subject: Re: [dpdk-dev] [PATCH v5 0/5] net/i40e: QinQ filter >=20 > On 3/30/2017 5:09 PM, Bernard Iremonger wrote: > > This patchset depends on the following patch set: > > [dpdk-dev,v6,1/4] ethdev: add MPLS and GRE items > > > > It adds support for QinQ filters. > > It uses the replace filter Admin Queue command. > > > > Changes in v5: > > Rebase to latest dpdk-next-net. > > Rebase patches 2 and 3 following comments. > > Uses map_5.88_ATT firmware. > > > > Changes in v4: > > Reordered patches following comments. > > Revises patches 2 and 3 following comments. > > > > Changes in v3: > > Rebase to latest dpdk-next-net. > > Revised patches 1-3 following comments. > > Added patches 4 and 5. > > > > Changes in v2: > > Rebase to latest dpdk-next-net. > > Reordered patches, and reduced from 4 to 3 patches. > > > > Bernard Iremonger (5): > > net/i40e: initialise L3 MAP register > > net/i40e: add QinQ filter create function > > net/i40e: parse QinQ pattern > > net/i40e: update destroy tunnel filter function > > net/i40e: update tunnel filter restore function >=20 > Hi Bernard, >=20 > Patch doesn't merged cleanly, can you please rebase it on top of latest n= ext- > net? >=20 > Meanwhile, there are some long-line checkpatch warnings, can you please > address them in next release? >=20 > Please feel free to carry acks. >=20 > Thanks, > Ferruh I will rebase on top of latest next-net release and fix checkpatch long-lin= e warnings. Regards, Bernard.