dpdk: add support for v2.1.0
authorTimo Puha <timox.puha@intel.com>
Fri, 4 Sep 2015 12:35:57 +0000 (13:35 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 8 Sep 2015 15:20:18 +0000 (16:20 +0100)
commit18f777b2870a12431741ad37f95316bfe78989e5
tree318633a2948c47c8b78858289ffad5170817ae54
parentca92d173aa29240c38735ad9e4f46e4222792b52
dpdk: add support for v2.1.0

Update relevant artifacts to add support for DPDK v2.1.0
 - INSTALL.DPDK.md
 - acinclude.m4: Change DPDK library name
 - netdev-dpdk: Limit minimum mbuf size to to adapt to DPDK bug fix that
   changes the treatment of the requested mbuf size
 - build.sh: Change DPDK version number

Note that this breaks compatibility with DPDK v2.0.0 although only
for the library name change.

Note that throughput for vhost ports with mergeable buffers is reduced
about 10% due to a necessary bug fix in DPDK vhost code.

Signed-off-by: Mark Kavanagh <mark.b.kavanagh@intel.com>
Signed-off-by: Michal Weglicki <michalx.weglicki@intel.com>
Signed-off-by: Timo Puha <timox.puha@intel.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
.travis/build.sh
AUTHORS
INSTALL.DPDK.md
acinclude.m4
lib/netdev-dpdk.c