From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/2] enable pmdinfo support on FreeBSD Date: Fri, 8 Jul 2016 21:37:03 +0100 Message-ID: <1468010225-7260-1-git-send-email-bruce.richardson@intel.com> Cc: thomas.monjalon@6wind.com, Bruce Richardson To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7A63D9A98 for ; Fri, 8 Jul 2016 22:37:16 +0200 (CEST) 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" 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 buildtools/pmdinfogen/pmdinfogen.c | 2 ++ tools/pmdinfo.py | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) -- 2.7.4