From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) by dpdk.org (Postfix) with ESMTP id 9345C18F for ; Tue, 23 Sep 2014 17:32:51 +0200 (CEST) Received: by mail-we0-f170.google.com with SMTP id x48so3379571wes.29 for ; Tue, 23 Sep 2014 08:39: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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=mO5lcJLD6Uq02Gcoyktr4H1efpRwqQ3Zou1t4WsIOnM=; b=ghYwTFzbR48gjldDqKJDdWbTtI/pgjEEdXga2GwZb++3YtnyINoDfDPFwIvXunrJwi n/QHKH64BiAs/K+bDw+iql8Yu7leY7mHBYHj/173nJZHU9TghWmsX0RfRIKJzKajcUaA VJMJFa+hekyLQujEIgzHuk27EWoUHHnQJDW53Gb8VbesaxQZCyEegqaNuCHlK+p2/OVA S+KKVTCi1G4QAbbBjrHgyIKtnxGsjWEi5EMJJu3zGJMRKgadQdy/uqvgj+ViHq2NFxCZ SRz1++t03B8V7y3L6qQj0xe0DNnVp0YWy3qDDeO70A6K7qwQ/ykT/SJJOGALLv3XZHEX HUBQ== X-Gm-Message-State: ALoCoQkv9KXkm80pfRK3XIG29j5FvZrjRfjJpW2UanqQyMJXER9tdqPlcVts+fgc8TsmbmUdedqV X-Received: by 10.180.91.101 with SMTP id cd5mr4481238wib.41.1411486740508; Tue, 23 Sep 2014 08:39:00 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id t8sm2695865wib.8.2014.09.23.08.38.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Sep 2014 08:38:59 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Tue, 23 Sep 2014 17:38:51 +0200 Message-ID: <1638374.2dWmjpTWae@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1409743120-2827-1-git-send-email-bruce.richardson@intel.com> References: <1409743120-2827-1-git-send-email-bruce.richardson@intel.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] eal: remove kni file from bsdapp eal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 15:32:51 -0000 > KNI applies only to linux, so there should be no need for any kni files to > be present in the bsdapp eal folder. > > Signed-off-by: Bruce Richardson Acked-by: Thomas Monjalon Applied Thanks -- Thomas