On Mon, Dec 15, 2014 at 6:57 AM, Mark Kavanagh
<mark.b.kavan...@intel.com> wrote:
> netdev-dpdk/ofpbuf: move to DPDK v1.8.0-rc4
>
> DPDK v1.8.0-rc4 makes significant changes to struct rte_mbuf, including
> removal of the 'pkt' and 'data' fields. These fields are referenced
> by OVS when accessing the data section of an ofpbuf.
>
> Update any relevant functions to accomodate the new rte_mbuf layout.
> Also update documentation and Travis scripts.
>

OVS unit test did not finish after applying these patches, Can you
investigate why 'make check' does not work. It works for me on current
master against dpdk 1.7.

> Mark Kavanagh (2):
>   netdev-dpdk: move to DPDK 1.8.0-rc4
>   ofpbuf: use DPDK 1.8 rte_mbuf layout
>
> Rory Sexton (1):
>   netdev-dpdk: remove init function
>
>  .travis.yml       |  2 +-
>  .travis/build.sh  |  6 +++---
>  INSTALL.DPDK.md   |  4 ++--
>  acinclude.m4      |  2 +-
>  lib/netdev-dpdk.c | 31 +++++++++----------------------
>  lib/ofpbuf.h      | 23 +++++++++++++++++------
>  lib/packet-dpif.h |  4 ++--
>  7 files changed, 35 insertions(+), 37 deletions(-)
>
> --
> 1.9.3
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to