From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=jppSL9FLH1bs/wRZXZs3anAy5A0vrg3G99Lv/mT9y3E=; b=EIvrKtM0pC5rhOnQ329kqn0N2a1dP/RnzOL0D0H/te/q0+LQ4X3uqvg0upab3ImuSK +/Me5FlLInyOJjOAtEneClvdlYGngihlplD0f5EB6Eyre3Lo3bEtGA5nFExKUbK1irxj 9NLNlgZWsjcqwotGlAiEXIP7YR6sOFZVpb7vRzglSkQP5RpMFh8jiFgPeDQ7Jjn1MOPx vnIrHzHMpDf0K2PjW9UfL8a8Vf/HddKCqOVWVwd9cCcOFbLEl4+RB0bKyKbhQq1XdeVd myDiM+XPNVMTJGDLipvuXCnl/mxNHXKM5aruxSzLne/OsE3VDPqycDkpN4jsN511KDJ5 hoGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=jppSL9FLH1bs/wRZXZs3anAy5A0vrg3G99Lv/mT9y3E=; b=gL6r2BJAPlFCkwb0qxEJHl+Xyyq720NvLOHCXOcHjZjJ5m3miQmYKMDYCMiSTfLYc6 mK9sJtMZLXl3KNOWGBagVhhICJXOWN62YxCN70JmdOC/f/wbIwV9G+obhIeXwj3swrMp NdUjDmQrYn1T3X8q6IIi/q8ZEuzcOR1h06nwVJI9vypEdx7gX7UaZdaZBKWUb+iRNTiZ lxQu446xqocQgng5pge081BCLGwbkkVXsOR7hGVhoW9bbWpbyEJ1HAqthJmL9ILB1rZJ lHWkKR4jJJeq0R+B9Li6zoOlmSAmexfuSFhTb9tHsYFYn0sXlnCnsfxMaBTfQcQskzQ4 0yQg== X-Gm-Message-State: ALyK8tJ3WseioiWfkre0djb26unqf7YzfnTVkH8d/vv+RLWPbl7sRLOoMWozKNkwGmmNDsOt X-Received: by 10.28.212.208 with SMTP id l199mr4274001wmg.13.1468101459434; Sat, 09 Jul 2016 14:57:39 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v70sm9747317wmf.18.2016.07.09.14.57.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 09 Jul 2016 14:57:38 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Sat, 09 Jul 2016 23:57:38 +0200 Message-ID: <28794679.xMvagz4XnB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468010225-7260-1-git-send-email-bruce.richardson@intel.com> References: <1468010225-7260-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] enable pmdinfo support on 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: Sat, 09 Jul 2016 21:57:39 -0000 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