From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id A0781C3C2
 for <dev@dpdk.org>; Mon,  3 Aug 2015 18:31:57 +0200 (CEST)
Received: by wibud3 with SMTP id ud3so121465384wib.0
 for <dev@dpdk.org>; Mon, 03 Aug 2015 09:31:57 -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=Lek1pv6yEWxQyIUsJNRpAu6SAW4jigOzAxcUc1M8QLk=;
 b=hoKYYLmfCfJahdwAu+NjHxq7mV8EVZZ1YqjG8zu0KzlzdKEsCfx5xbuH0i6UfQwjqe
 c2RkXufQnaUZc37uFT3GyGLWWxx4W+swxo2b3oBQ5moQxUGNpcD8Qtu4BHHt1fpW5+2w
 tT1eBtgJyxEsRjH36gxV8VDDx2Th13VcDcZoJ3zBJuhRa6tQK/1kA05BE2szM32gp5gE
 1HUhbSyeY/1YD1guFghJ17PFPQChMoKenFcvsqPMHKITrPP68VRFtWwAwGrzDHfndv7F
 a0ttdzNcVwDsdZGVTODy1Ho8xK74EczXm3oSlMGEWL+bsKUy70o4X0YcEVvJpI7khVUP
 t8YQ==
X-Gm-Message-State: ALoCoQkDb2l2tO0VSqL9CHyomTZoDmj0aK057d6tdl0w87kd0WTy5gvcpCud+1tp4pCTol583M10
X-Received: by 10.180.211.196 with SMTP id ne4mr36033259wic.23.1438619517552; 
 Mon, 03 Aug 2015 09:31:57 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id hd6sm14358998wib.19.2015.08.03.09.31.56
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 03 Aug 2015 09:31:56 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Nikita Kozlov <nikita@elyzion.net>
Date: Mon, 03 Aug 2015 18:30:42 +0200
Message-ID: <1571119.tpjmRO6QAp@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1438618337-15769-1-git-send-email-nikita@elyzion.net>
References: <1438618337-15769-1-git-send-email-nikita@elyzion.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] Add CONFIG_RTE_KNI_KMOD build option.
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, 03 Aug 2015 16:31:57 -0000

2015-08-03 18:12, Nikita Kozlov:
> This option permit to build librte_kni.so without building rte_kni.ko so
> you can build a sdk without building kernel drivers.
> 
> Signed-off-by: Nikita Kozlov <nikita@elyzion.net>

Applied, thannks