Customer use the following configure options to compile dpdk and ovs:
dpdk_git.bbapend:
----------
DPDK_TARGET = "${DPDK_ARCH}-ivshmem-linuxapp-gcc"
----------
openvswitch_git.append :
---------------
PACKAGECONFIG = "dpdk"
PACKAGECONFIG[dpdk] = "--with-dpdk=${STAGING_DIR_TARGET}/opt/dpdk/${TARGET_ARCH}-ivshmem-linuxapp-gcc,,dpdk,"
----------------
In RCPL 11, this works fine with the patch for OVP8-336, but with RCPL 17, it don't work any more.
It seem due to the dpdk 16.11 removed the rte_ivshmem feature.
Please fix this issue ASAP.