From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
 [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 612AD58E8
 for <dev@dpdk.org>; Mon,  9 Feb 2015 16:17:06 +0100 (CET)
Received: by mail-wi0-f181.google.com with SMTP id r20so1569091wiv.2
 for <dev@dpdk.org>; Mon, 09 Feb 2015 07:17:06 -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=L8lCBfXWivMeV4IN4Mqr7/dj4t4QwS5k89BIXYv03tI=;
 b=C3M4M4+Hd9Mg1CJGi0zC01Ee2VOR/SUrdB/ABpu0E91ath4TV98OuhsMgy0zxnj4Nb
 0EvIMHAJFtugkEsPK8NdVlyMY//TxsX/S/XPe03A8hyxl1lpRXsZYkEfpK/opQD0fTgW
 MBMI5rQsucCLjyw/GwV1/O2mUdSdeG5EkJArtIp7Q5sNSn+nyua08dtuE/BESXp5n/zf
 0uaF1hfFdnpPSAeC61R00aufkv8lqgVQsRLor1SfdPrOe4jwt7OJsqcD8Luds7Bc6I6L
 hGW379FTx+QvfpBGU67KKJs51i+InjOk2D5dFGxexYcco4G3l6T8aeInWWYig4knx0hR
 161A==
X-Gm-Message-State: ALoCoQkvNX5OHAJ/h/OBX5McyHFhDA3BN5Iw7E9W0D7WLzxVm75j7eQx3muF++iaTSmjbueNoWwK
X-Received: by 10.194.192.98 with SMTP id hf2mr42380442wjc.52.1423495026267;
 Mon, 09 Feb 2015 07:17:06 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id n1sm14816563wib.11.2015.02.09.07.17.05
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 09 Feb 2015 07:17:05 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
Date: Mon, 09 Feb 2015 16:16:37 +0100
Message-ID: <11573738.58IP5fzaZb@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <91383E96CE459D47BCE92EFBF5CE73B004F46E3F@IRSMSX108.ger.corp.intel.com>
References: <1423226149-27937-1-git-send-email-konstantin.ananyev@intel.com>
 <91383E96CE459D47BCE92EFBF5CE73B004F46E3F@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] MAINTAINERS: claim IP fragmentation and ACL
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: Mon, 09 Feb 2015 15:17:06 -0000

> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> 
> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied, thanks