From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] enable pmdinfo support on FreeBSD Date: Sat, 09 Jul 2016 23:57:38 +0200 Message-ID: <28794679.xMvagz4XnB@xps13> References: <1468010225-7260-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 9AC0D2170 for ; Sat, 9 Jul 2016 23:57:39 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id k123so50716050wme.0 for ; Sat, 09 Jul 2016 14:57:39 -0700 (PDT) In-Reply-To: <1468010225-7260-1-git-send-email-bruce.richardson@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" 2016-07-08 21:37, Bruce Richardson: > This patchset fixes pmdinfogen and pmdinfo.py so that they can work on > FreeBSD. It's been tested with static binaries compiled using clang and gcc > on FreeBSD, as well as gcc-generated dynamic libraries. For some reason > clang wasn't able to build dynamic libraries for DPDK on FreeBSD so that is > untested. [Investigation of that issue is for another time] > > Bruce Richardson (2): > pmdinfogen: fix build on FreeBSD > scripts: fix pmdinfo for FreeBSD Applied, thanks