From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ethtool, l3fwd-power: fix build on FreeBSD Date: Mon, 14 Dec 2015 02:05:15 -0800 (PST) Message-ID: <2244692.yQCYLrUYlR@xps13> References: <1450060372-20115-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yong Liu Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 31A20559C for ; Mon, 14 Dec 2015 11:05:17 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id p66so54026670wmp.1 for ; Mon, 14 Dec 2015 02:05:17 -0800 (PST) In-Reply-To: <1450060372-20115-1-git-send-email-yong.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-14 10:32, Yong Liu: > Userspace ethtool and l3fwd-power not support FreeBSD. So skip them when build > samples. > > Signed-off-by: Marvin Liu Applied, thanks