From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 901AE7F0C for ; Thu, 20 Nov 2014 19:21:20 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XrWWC-0008Gm-Jy; Thu, 20 Nov 2014 13:31:50 -0500 Date: Thu, 20 Nov 2014 13:31:48 -0500 From: Neil Horman To: Bruce Richardson Message-ID: <20141120183147.GJ2609@hmsreliant.think-freely.org> References: <1416493033-13450-1-git-send-email-sergio.gonzalez.monroy@intel.com> <20141120142040.GE2609@hmsreliant.think-freely.org> <91383E96CE459D47BCE92EFBF5CE73B004EC5751@IRSMSX108.ger.corp.intel.com> <20141120170340.GF2609@hmsreliant.think-freely.org> <20141120171919.GA9292@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141120171919.GA9292@bricha3-MOBL3> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] cmdline: Fix broken functionality in FreeBSD 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: Thu, 20 Nov 2014 18:21:20 -0000 On Thu, Nov 20, 2014 at 05:19:19PM +0000, Bruce Richardson wrote: > On Thu, Nov 20, 2014 at 12:03:40PM -0500, Neil Horman wrote: > > On Thu, Nov 20, 2014 at 04:42:23PM +0000, Gonzalez Monroy, Sergio wrote: > > > > From: Neil Horman [mailto:nhorman@tuxdriver.com] > > > > Sent: Thursday, November 20, 2014 2:21 PM > > > > On Thu, Nov 20, 2014 at 02:17:13PM +0000, Sergio Gonzalez Monroy wrote: > > > > > Some features of the cmdline were broken in FreeBSD as a result of > > > > > termios not being compiled. > > > > > > > > > > Signed-off-by: Sergio Gonzalez Monroy > > > > > > > > > > > > > Not sure I understand the changelog above. You're removing ifdefs below > > > > which makes sense, but are you now assuming that BSD will be built with > > > > termios support, or do you need to add some alternate dependency check > > > > during the configuration of DPDK? > > > > Neil > > > > > > > Yes, I was assuming that BSD has termios support. > > > Is it not a fair assumption? > > > > > No, I think its a perfectly fair assumption. I was just trying to understand > > the history of the ifdefs there. Sounds like it was a dumb idea to intiially > > ifdef the termios stuff out way back when. > > > > The ifdef probably dates from when there were just two versions of DPDK: linux > and baremetal. Guess which one didn't have the termios support :-) > > /Bruce > Ah, thanks for the history Bruce :) Neil > > Acked-by: Neil Horman > > > > > Sergio > > > >