From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 0304B1B80D for ; Tue, 10 Apr 2018 14:40:51 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5780C20B56; Tue, 10 Apr 2018 08:40:51 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 10 Apr 2018 08:40:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ray3qP4EjfsS4NIinMotdULIRJ ct5URqeh8/Tk6cwPw=; b=FAl7hwGpx+Xt/fVc7Xk3Q0RtJGYJRKFyzStwGKCJh/ bUKHlL0NumrQR6kDJk3qtfrjoi0PUaxB0GoiLyTIx0fs6NRseWn0wRk8tn5eF+Ej 1hnTfMxmisRu2+B09XWtV5vVWEA65kAWubEPUMZJkiwGcLntU8u0cVdZHxdUonc0 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ray3qP 4EjfsS4NIinMotdULIRJct5URqeh8/Tk6cwPw=; b=XFoX12oISSLNI82Iq+fDBR fuGirb7bGrNJVXGNSvh3R3Z0gJm1qQ4HoWtVOmaSgrRiEBvB5IiLWdtRmzwQxhJ8 CTGWH9poB1qmOv2fd0Hi3By257YcK4p8CrxtCOTU1L1gHrYF7Hf64HRclAZY9MJ0 CVxfCNmKYZ9Mp5LKkkrlM0WUdoSosMF/vUNOlbw3xawSuNXPl+ZTzjBWPYrcEVnl pKEdth9QrPS7v06iBoVmDEEp4J2upA6WqOzWqb5ZM5mS5fSbiQfmzkwxGfq5T0yB FawDo1WcC0usHk+eCrVqXTWLWmsnFGRy9jiSv6iskpRfrjR/rNEIcayWu3niYGAw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C4FD3E507D; Tue, 10 Apr 2018 08:40:50 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Tue, 10 Apr 2018 14:40:49 +0200 Message-ID: <6269735.BZCJtC8T6j@xps> In-Reply-To: <20180410095132.130232-1-jasvinder.singh@intel.com> References: <20180409120632.38567-1-jasvinder.singh@intel.com> <20180410095132.130232-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix freebsd build error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 12:40:52 -0000 10/04/2018 11:51, Jasvinder Singh: > IP_Pipeline app is not supported in FreeBSD environment. Therefore, > skip it while building the sample apps on FreeBSD. > > Fixes: 4bbf8e30aa5e ("examples/ip_pipeline: add CLI interface") > Fixes: 2f74ae28e23f ("examples/ip_pipeline: add tap object") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks