From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-we0-f170.google.com (mail-we0-f170.google.com
 [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id AAF1FB4F6
 for <dev@dpdk.org>; Sun, 22 Feb 2015 04:10:43 +0100 (CET)
Received: by wesk11 with SMTP id k11so12061066wes.11
 for <dev@dpdk.org>; Sat, 21 Feb 2015 19:10:43 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=7n5uWjBfEvohuIKXs9BSpcMiBizKWp1z/Wc1oG7MlTc=;
 b=J0cghaP9xO1GX4OgltdmmAsbXS6kVxBAfkRqMcV7motIiAmY0JatwWMqZ1OlLI1VR8
 o4Qc8xTLjQCEI/Lpj9D/Mdjz5IJrb51VP6jEjhiupjp3S+2jrOLtjBeRdkK+mcYOh600
 HsFwsu5JOckCvoG8igXEcXcDQX4UVc8KK+AjVhmmnO+bvPoXOd1k8Srz2HmLrfXmqRHL
 SwXr4AIaCYJm7h/dAkwCNKRaJvHoqbQTuKGBmEKYETP5pfxDOBacU19n/UJv14cGDmx1
 KDWYIUEXLreZTsvHO7dWE8i9OqCZSsGI4f7J/pKBMYBUj1YqppZTXepWRNm+zqsENGgj
 CM4A==
X-Gm-Message-State: ALoCoQlglIWpsBXVM+7xwNQ+5UVCcRMUZ9VCQjE/E4ZocJaJvLri4QULYRHSJY/kN8CD2b9m5T7K
X-Received: by 10.180.73.171 with SMTP id m11mr8329336wiv.21.1424574643562;
 Sat, 21 Feb 2015 19:10:43 -0800 (PST)
Received: from xps13.localnet (117.114.118.80.rev.sfr.net. [80.118.114.117])
 by mx.google.com with ESMTPSA id dj5sm49121601wjb.28.2015.02.21.19.10.41
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 21 Feb 2015 19:10:42 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>
Date: Sun, 22 Feb 2015 04:10:12 +0100
Message-ID: <2572064.j2g840DOoF@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D89727261FFF@IRSMSX108.ger.corp.intel.com>
References: <1421912305-2022-1-git-send-email-jingjing.wu@intel.com>
 <1423543713-21624-1-git-send-email-jingjing.wu@intel.com>
 <E115CCD9D858EF4F90C690B0DCB4D89727261FFF@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3 0/6] new ntuple filter replaces 2tuple and
	5tuple filters
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Feb 2015 03:10:43 -0000

2015-02-20 17:29, De Lara Guarch, Pablo:
> From: Wu, Jingjing
> > 
> > v2 changes:
> >   - remove the code which is already applied in patch "Integrate ethertype
> >     filter in igb/ixgbe driver to new API".
> >   - modify commands' description in doc testpmd_funcs.rst.
> > 
> > v3 change:
> >   - remove the UINT32_BIT definition in ixgbe driver
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks.
There were a lot of conflicts. Thanks for checking all is ok.
I also removed old functions from version map.