From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by dpdk.org (Postfix) with ESMTP id 7829430D for ; Wed, 2 Jul 2014 17:02:57 +0200 (CEST) Received: by mail-we0-f177.google.com with SMTP id u56so11258929wes.22 for ; Wed, 02 Jul 2014 08:03:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=cEV98msh9CPCAfNOekKTYrsDSFPef8AP/zh60u+ekkc=; b=jV4gbTrdwaHqHbNIFRYb3640GR5oLy+mN6JSTgeikaQdPt0SSKlIzwCOSjcVC7/fi4 TwYER4eHixyoxlDuGb9ek0sxint0L3NsLrvmTi9+xBD8gcY+0vMUF9nl0nzJru4V3+a7 7NrqQCLfKzWQot4ahtUZLoJ7MRUvVVZmMgoTZCwlmVgp3MToYQ5wr7YGLKEF4Hjh2FhA k9rR+BDRHAU1YGzbsdQotyrs5tU/eoIXC527eNVVkiDSJMPRwY8OBSXDJySQnhybT0vP SNVOMU7IwUG2iX1qXUp/TBAiYNEnppQKuopl0+HFEBIeh4PTZ1nU483RXIt2uA69aZeA D8dg== X-Gm-Message-State: ALoCoQn85bohwsDGj8rsl5gbt5070v2PDvEacUmDAgFtK622lfin1qdiNoFV6Df/LWWuChUJon8V X-Received: by 10.194.57.132 with SMTP id i4mr58152150wjq.6.1404313394250; Wed, 02 Jul 2014 08:03:14 -0700 (PDT) Received: from XPS13.dev.6wind.com (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fc7sm55588765wjc.37.2014.07.02.08.03.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Jul 2014 08:03:13 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 2 Jul 2014 17:02:48 +0200 Message-Id: <1404313375-2205-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.0.0 Subject: [dpdk-dev] [PATCH 0/7] build fixes 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, 02 Jul 2014 15:02:57 -0000 When enabling pcap PMD or debug options, there are many compiler errors. There is also another error on BSD. These errors are due to many recent developments (link bonding, rate limitation, ixgbe upgrade, vmxnet3, FILE argument for debug). So my comments are: - I don't test every build configuration when accepting patches - Many developers don't test debug configurations We should try to improve this process in the future. Please give quick feedbacks on this serie. It requires a new release candidate. Thanks for reading Thomas Monjalon (7): eal: fix build for bsd ethdev: fix build of Tx rate limitation debug ethdev: fix build of named allocation debug pcap: fix build virtio: fix build of debug dump vmxnet3: fix build with debug ixgbe/base: fix build with debug lib/librte_eal/bsdapp/eal/eal.c | 1 + lib/librte_ether/rte_ethdev.c | 6 +++--- lib/librte_pmd_ixgbe/ixgbe/ixgbe_osdep.h | 4 ++-- lib/librte_pmd_pcap/rte_eth_pcap.c | 2 +- lib/librte_pmd_virtio/virtio_rxtx.c | 2 +- lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c | 4 ++-- 6 files changed, 10 insertions(+), 9 deletions(-) -- 2.0.0