From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id B37BA6896
 for <dev@dpdk.org>; Thu, 27 Mar 2014 10:33:44 +0100 (CET)
Received: by mail-wg0-f45.google.com with SMTP id l18so2227262wgh.28
 for <dev@dpdk.org>; Thu, 27 Mar 2014 02:35:18 -0700 (PDT)
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=krR51o3Iy3EQOSQ18+CAT99s6H4u+HMq7da0yiRpxbU=;
 b=QK/03NoCam878oPu+0YdGReMXb3IwGomvqzOIKGBVRqUdLgmIM1b2400UFmKW9GLC2
 7BTUO0ocSYeA7GVr8upziZyF54tWRSHcsS/ktJdXYwuYvKJfKJ2E035qKnfJotiyq5hI
 JHon/yCA4BgwJLpfG7ifwyOUuOtlVJuoWtYX0IDZKoSWLvlO6cuFI2Kb+ux3WghlpAnZ
 /81/A/BgiSAm94c/Exga9sBb9CIGmCljBaBvS4KW1//t0JV0Sne/N+4BSpe9+XkB2WAi
 +yIG8lairXE78hrH58UVeQnS25FB1T7tWDPodWga54sNG/EQTulgnbkBv+A0+AKws5MC
 jfvQ==
X-Gm-Message-State: ALoCoQlnUn0ohkQ/KZNOjYY1haGzBEXKPaVBDjwDSS9550XziCreY1q3YTZgaFDun8EzCcpvGQ4i
X-Received: by 10.180.221.68 with SMTP id qc4mr3464586wic.30.1395912918289;
 Thu, 27 Mar 2014 02:35:18 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id f3sm5531233wiv.2.2014.03.27.02.35.16
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 27 Mar 2014 02:35:17 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olivier MATZ <olivier.matz@6wind.com>
Date: Thu, 27 Mar 2014 10:35:15 +0100
Message-ID: <4814305.8fbxOqnDqN@xps13>
Organization: 6WIND
User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; )
In-Reply-To: <5333E0B0.30704@6wind.com>
References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com>
 <1391529271-24606-10-git-send-email-thomas.monjalon@6wind.com>
 <5333E0B0.30704@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [virtio-net-pmd PATCH 09/16] mk: minor fixes
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: Thu, 27 Mar 2014 09:33:45 -0000

> > Fix help.
> > Also define CC and remove RTE_CONFIG variable.
> > 
> > Signed-off-by: Thomas Monjalon<thomas.monjalon@6wind.com>
> 
> Reviewed-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks

-- 
Thomas