From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <zoltan.kiss@linaro.org>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 25DCD376D
 for <dev@dpdk.org>; Fri, 24 Apr 2015 12:38:53 +0200 (CEST)
Received: by wiun10 with SMTP id n10so15332112wiu.1
 for <dev@dpdk.org>; Fri, 24 Apr 2015 03:38:52 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to
 :cc:subject:references:in-reply-to:content-type
 :content-transfer-encoding;
 bh=AnU1zynlxVVXfx47rpK/Xh+KsT/2TVr/DaMovUVJH64=;
 b=Wna007EYSKWWb9sJ5hyKSM44YTvv4v6jcPrmvQAyhPO16yDsv+BSCi6bNutwbHbvIu
 w5hUFw5woSoK+wqRJ4b5D5GI+FZTY7hAU5FQ85YPH3XqKRaxa8YuuGF2WI8GUxhQ/c/c
 /NGqfsvbyNctKtG6J5R3mlg3fdO7hHxWjjnQrN1sd+50tyBx63sCN5RjMP1VynoJpSVr
 pvcwLw+nrRkSybvuPt1bTLel90VRbNgi/w3kY1RYGHc3NaDhwDyKxwpfaEO17gHCw5Qx
 ZSZKSIzEQpWT1LF4iGg1PZL+6FMqU9qdoiGZVECzKAj4CgtueTTa2ztMsAz2a9FfpHzx
 cDew==
X-Gm-Message-State: ALoCoQlv4m1sKGb2DxNSDMORyjapeG8KOuG16ApTYjnnHuYTCwUH6KXotL0cdsMTJ1fiT7v6gHJ8
X-Received: by 10.194.85.116 with SMTP id g20mr14608556wjz.154.1429871931972; 
 Fri, 24 Apr 2015 03:38:51 -0700 (PDT)
Received: from [192.168.0.101] ([90.152.119.35])
 by mx.google.com with ESMTPSA id mv11sm2987771wic.23.2015.04.24.03.38.50
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 24 Apr 2015 03:38:51 -0700 (PDT)
Message-ID: <553A1D3B.5040400@linaro.org>
Date: Fri, 24 Apr 2015 11:38:51 +0100
From: Zoltan Kiss <zoltan.kiss@linaro.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>, 
 Olivier Matz <olivier.matz@6wind.com>, "dev@dpdk.org" <dev@dpdk.org>
References: <1429610122-30943-1-git-send-email-olivier.matz@6wind.com>
 <1429696650-9043-1-git-send-email-olivier.matz@6wind.com>
 <2601191342CEEE43887BDE71AB97725821420BD6@irsmsx105.ger.corp.intel.com>
In-Reply-To: <2601191342CEEE43887BDE71AB97725821420BD6@irsmsx105.ger.corp.intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v6 00/13] mbuf: enhancements of mbuf clones
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: Fri, 24 Apr 2015 10:38:53 -0000

Hi,

On 22/04/15 12:59, Ananyev, Konstantin wrote:
>
>
>> -----Original Message-----
>> From: Olivier Matz [mailto:olivier.matz@6wind.com]
>> Sent: Wednesday, April 22, 2015 10:57 AM
>> To: dev@dpdk.org
>> Cc: Ananyev, Konstantin; zoltan.kiss@linaro.org; Richardson, Bruce; nhorman@tuxdriver.com; olivier.matz@6wind.com
>> Subject: [PATCH v6 00/13] mbuf: enhancements of mbuf clones
>>
>> The first objective of this series is to fix the support of indirect
>> mbufs when the application reserves a private area in mbufs. It also
>> removes the limitation that rte_pktmbuf_clone() is only allowed on
>> direct (non-cloned) mbufs. The series also contains some enhancements
>> and fixes in the mbuf area that makes the implementation of the
>> last patches easier.
>>
>
> Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

When does this series get merged?

Regards,

Zoltan