DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/7] build fixes
@ 2014-07-02 15:02 Thomas Monjalon
  2014-07-02 15:02 ` [dpdk-dev] [PATCH 1/7] eal: fix build for bsd Thomas Monjalon
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Thomas Monjalon @ 2014-07-02 15:02 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-07-03  7:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-02 15:02 [dpdk-dev] [PATCH 0/7] build fixes Thomas Monjalon
2014-07-02 15:02 ` [dpdk-dev] [PATCH 1/7] eal: fix build for bsd Thomas Monjalon
2014-07-02 15:02 ` [dpdk-dev] [PATCH 2/7] ethdev: fix build of Tx rate limitation debug Thomas Monjalon
2014-07-03  6:36   ` Zhang, Helin
2014-07-02 15:02 ` [dpdk-dev] [PATCH 3/7] ethdev: fix build of named allocation debug Thomas Monjalon
2014-07-02 15:02 ` [dpdk-dev] [PATCH 4/7] pcap: fix build Thomas Monjalon
2014-07-02 15:02 ` [dpdk-dev] [PATCH 5/7] virtio: fix build of debug dump Thomas Monjalon
2014-07-03  7:17   ` Xie, Huawei
2014-07-02 15:02 ` [dpdk-dev] [PATCH 6/7] vmxnet3: fix build with debug Thomas Monjalon
2014-07-02 15:02 ` [dpdk-dev] [PATCH 7/7] ixgbe/base: " Thomas Monjalon
2014-07-03  6:33   ` Zhang, Helin
2014-07-02 17:57 ` [dpdk-dev] [PATCH 0/7] build fixes Richardson, Bruce
2014-07-02 22:13   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).