From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com
 [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id ECF762E89
 for <dev@dpdk.org>; Mon, 10 Nov 2014 10:31:22 +0100 (CET)
Received: by mail-wi0-f177.google.com with SMTP id ex7so9719602wid.16
 for <dev@dpdk.org>; Mon, 10 Nov 2014 01:41: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=/0NcSS2cPxKC0v+MPjwMi5rfly77SPfDZDB09GDZemg=;
 b=fWub/PhdhqOIW2Gg7imtbnE6vPvMPgv+EtGbggv3PjGnWx+W7UWhPTwP8BlDIe06ub
 79w3LE5vIjstlttjqv02HjnK2nRsFiK5EChev68TXqjcWgRpW5XEWh3kQstQ8hwNE1X7
 JkhMKk4OKFW1AgmzSWHckqlJE65OHpvddeN+oD8Y6h51Jrja1mT6ES/nOorP2JJ+x4QO
 z5tnmSTIPJkQ5mxmRbYkRKSVBnt8v1rUXxV+eS9wr4rZ14X+63GXFGLxIZPTMTPC6U4h
 ahzRr0p3FJHPH5sp61SxZVk5rxwO+V2aA+/7K+YdGZABwYJ3F3PP5lyrIjbGII+3pnEw
 9jOg==
X-Gm-Message-State: ALoCoQninjE49V/9N05ytp/dOx0Ny41qSJ1+NqLPqy0fanSoaLUy1+k/gprFYacOtEQySOG4kJTm
X-Received: by 10.194.82.104 with SMTP id h8mr41475398wjy.44.1415612466258;
 Mon, 10 Nov 2014 01:41: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 l4sm22485839wjx.14.2014.11.10.01.41.04
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 10 Nov 2014 01:41:05 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jia Yu <jyu@vmware.com>
Date: Mon, 10 Nov 2014 10:40:47 +0100
Message-ID: <8580175.gteDB60Fvp@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <1415381511-43364-1-git-send-email-jyu@vmware.com>
References: <1415381511-43364-1-git-send-email-jyu@vmware.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 0/2] rte_ethdev fix/improvement
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, 10 Nov 2014 09:31:23 -0000

Hi Jia,

2014-11-07 09:31, Jia Yu:
> This patch series include a fix and an improvement to rte_ethdev lib.

New enhancements won't be integrated in release 1.8.
But fixes are welcome.
The problem is that it's not easy to track partially applies patchset.
So it would be simpler if you send your fix separately.

Thanks
-- 
Thomas