From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0AFF49E3 for ; Fri, 31 Mar 2017 15:33:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490967203; x=1522503203; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=TlHqKBKjP1BRkQ/iuPY4hfTfbHdnZz8ZbrW7tj/U6kw=; b=UM3Xz1mL1UGXYsIDRzOaMXbKgZNHUoz1tnV8FDn+2TfdHUF6ZJ+5cQ6j T1PFnmfKkGRFUFIQxYaWEmpXYAEyAg==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 06:33:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,251,1486454400"; d="scan'208";a="1149272481" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 31 Mar 2017 06:33:20 -0700 To: Bernard Iremonger , dev@dpdk.org, beilei.xing@intel.com, jingjing.wu@intel.com References: <1490889702-15473-1-git-send-email-bernard.iremonger@intel.com> <1490890196-23795-1-git-send-email-bernard.iremonger@intel.com> Cc: helin.zhang@intel.com, wenzhuo.lu@intel.com From: Ferruh Yigit Message-ID: <461727e9-c05f-6af3-73dc-8acd0dbee446@intel.com> Date: Fri, 31 Mar 2017 14:33:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490890196-23795-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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:33:23 -0000 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 Hi Bernard, Patch doesn't merged cleanly, can you please rebase it on top of latest next-net? Meanwhile, there are some long-line checkpatch warnings, can you please address them in next release? Please feel free to carry acks. Thanks, ferruh