From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 507C72A7 for ; Wed, 18 Jun 2014 22:33:03 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 18 Jun 2014 13:33:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,502,1400050800"; d="scan'208";a="557587125" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 18 Jun 2014 13:33:18 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5IKXEAM013672; Wed, 18 Jun 2014 21:33:14 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s5IKXEDF027754; Wed, 18 Jun 2014 21:33:14 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s5IKXElG027750; Wed, 18 Jun 2014 21:33:14 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Wed, 18 Jun 2014 21:33:03 +0100 Message-Id: <1403123587-27433-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 0/4] minor fixes from BSD and clang testing 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: Wed, 18 Jun 2014 20:33:03 -0000 When testing compilation on BSD systems and with the clang compiler a number of minor issues were encountered. This patchset fixes some of these. NOTE: compilation targets for using clang on BSD and Linux I'm planning to upstream post-1.7 release. These are just issues found when doing testing for it. Bruce Richardson (4): testpmd: fix commandline variable types test app: remove unused variable definition scripts: fix filtering of comments on bsd i40e: remove endian.h include app/test-pmd/cmdline.c | 18 +++++++++--------- app/test/test_table_acl.c | 2 -- lib/librte_pmd_i40e/i40e_rxtx.c | 1 - scripts/gen-config-h.sh | 2 +- 4 files changed, 10 insertions(+), 13 deletions(-) -- 1.9.3