2014-07-02 17:57, Richardson, Bruce: > > -----Original Message----- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > Sent: Wednesday, July 02, 2014 8:03 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH 0/7] build fixes > > > > 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. > > Acked-by: Bruce Richardson <bruce.richardson at intel.com> > > Tested compilation on Fedora Linux and FreeBSD 10 both in default > configuration and with all debug options set for PMDs. No compile errors > encountered with main compilation.
Applied for version 1.7.0. Thanks > However, two further minor issues spotted: > * Running "gmake" in the examples directory gives errors for applications > that only work in Linux. > * The common_bsdapp file has all debug options > turned on for the i40e driver by default. I've fixed these BSD issues: http://dpdk.org/browse/dpdk/commit/?id=304caba12 http://dpdk.org/browse/dpdk/commit/?id=3417cd687 Thanks for reporting -- Thomas