From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com
 [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 6CFD7C734
 for <dev@dpdk.org>; Fri, 31 Jul 2015 23:13:00 +0200 (CEST)
Received: by wicmv11 with SMTP id mv11so71839244wic.0
 for <dev@dpdk.org>; Fri, 31 Jul 2015 14:13:00 -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:in-reply-to
 :references;
 bh=kJgGY8OshvJkgaAAK+WPRBSnqiqvi+e8ttcbTlanhWg=;
 b=ORjc1fJH6WAviw7m1qWmOk1SNSiE80x39TtUGH0TCdr1U+G1oDuXT4TnOWDyBoUFYm
 QmE9I/zstQ7GKeb1kdvvqM6MXo4y/P6FStCQMJ+2iewtcllhaMWq+pNW1E5NWoA4wYeP
 v+iXqlu/BFh+pbCcPHjMzXWSKjhFL0jCB7+eimh9N8uylY/vio8W3/azpQEyseKF0kvg
 hYAb4XrLOcnOMPbZSsvxAUaF05g98UeNQXRmRyjVw4a9jkuqzRvqKKG6w3NACzHUiE0w
 QUyjxiDMpyzaA1ZfbNpmofu7C/BzRDPq9xWV3o9r9UvKWUL361GD1ykgeRlzKsULoSzh
 yoJw==
X-Gm-Message-State: ALoCoQk9nxlymuT1TVQ1yfnBTN+3PZNRolMD7hgezav+0cUkJljTsfvyw5IvWICyNt9EAV8bzeLp
X-Received: by 10.180.76.132 with SMTP id k4mr10576794wiw.87.1438377180330;
 Fri, 31 Jul 2015 14:13:00 -0700 (PDT)
Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr.
 [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id hd6sm6309134wib.19.2015.07.31.14.12.59
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Fri, 31 Jul 2015 14:12:59 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helin Zhang <helin.zhang@intel.com>,
 Konstantin Ananyev <konstantin.ananyev@intel.com>,
 Bruce Richardson <bruce.richardson@intel.com>
Date: Fri, 31 Jul 2015 23:11:30 +0200
Message-Id: <1438377090-22232-4-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.4.2
In-Reply-To: <1438377090-22232-1-git-send-email-thomas.monjalon@6wind.com>
References: <2490473.jjJga3lrlm@xps13>
 <1438377090-22232-1-git-send-email-thomas.monjalon@6wind.com>
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 3/3] config: remove kni options for bsd
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, 31 Jul 2015 21:13:00 -0000

KNI is a Linux-only kernel module.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 config/common_bsdapp | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/config/common_bsdapp b/config/common_bsdapp
index 1e0c625..b37dcf4 100644
--- a/config/common_bsdapp
+++ b/config/common_bsdapp
@@ -414,17 +414,6 @@ CONFIG_RTE_LIBRTE_PIPELINE=y
 CONFIG_RTE_PIPELINE_STATS_COLLECT=n
 
 #
-# Compile librte_kni
-#
-CONFIG_RTE_LIBRTE_KNI=n
-CONFIG_RTE_KNI_KO_DEBUG=n
-CONFIG_RTE_KNI_VHOST=n
-CONFIG_RTE_KNI_VHOST_MAX_CACHE_SIZE=1024
-CONFIG_RTE_KNI_VHOST_VNET_HDR_EN=n
-CONFIG_RTE_KNI_VHOST_DEBUG_RX=n
-CONFIG_RTE_KNI_VHOST_DEBUG_TX=n
-
-#
 # Enable warning directives
 #
 CONFIG_RTE_INSECURE_FUNCTION_WARNING=n
-- 
2.4.2