summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-20 04:32:41 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-06 15:52:35 -0300
commitabd9399831704a98228881e3b38c07b2955cbce9 (patch)
treea5752a3435187504c05fe4fcef5b9a593f86d451 /recipes-extended
parent1067743b65e9960c686154aa29155c62f039df9f (diff)
downloadmeta-freescale-abd9399831704a98228881e3b38c07b2955cbce9.tar.gz
pktgen-dpdk: upgrade to 19.12.0
Modifications: - 19.12.0 - Add per queue stats when the hardware does not support it. Use the 'page stats' command to see data and use 'port X' to switch ports. - 19.10.0 - Fix up the save/load commands to get correct as in GRE key command Fix up the problem with pcap files not getting sent if the number of packets was small fix up a crash if the scrn pointer was invalid on startup fixed the log output in startup Fixed the save/load scripts to use the correct commands. Fix the IPv4/6 checksum calculations - 19.08.0 - Fix linking of Lua library when no pkg-config file is found and linking liblua.a Fixed and issue with packet rate not being changed when the packet size is changed Change version numering to year.month.patch format Change lua pktgen.set_mac() to have three args set_mac(<portlist>, 'src|dst', mac_addr) instead of two args add support for setting via lua src and dst mac addresses fix up the RSS port configuration options updated code to adjust the packet tx interval based on command changes on the packet size and other areas. - 3.7.1 - Add TTL support to single and range modes. Better docs for dump packets - Pktgen 3.7.1 will build with DPDK 18.02 to 19.08-rc2, but 18.08 has a problem with vhost.h VRING_EVENT_F_AVAIL not defined and appears the Ubuntu 19.04 version I am running does not define it correctly. - fixed the RX side using TX count for rx_burst command. - General cleanup - 3.7.0 - Fixed build issues with DPDK 19.08 as DPDK renamed a lot of defines Fixed up the meson files to build pktgen with meson and ninja Minor cleanup Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/pktgen-dpdk/pktgen-dpdk_19.12.0.bb (renamed from recipes-extended/pktgen-dpdk/pktgen-dpdk_3.6.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_3.6.6.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_19.12.0.bb
index 82492ffb..f3a73c35 100644
--- a/recipes-extended/pktgen-dpdk/pktgen-dpdk_3.6.6.bb
+++ b/recipes-extended/pktgen-dpdk/pktgen-dpdk_19.12.0.bb
@@ -6,7 +6,7 @@ DEPENDS += "libpcap dpdk lua lua-native"
6 6
7SRC_URI = "git://dpdk.org/git/apps/pktgen-dpdk;protocol=https;nobranch=1 \ 7SRC_URI = "git://dpdk.org/git/apps/pktgen-dpdk;protocol=https;nobranch=1 \
8" 8"
9SRCREV = "b3d08bb3c29c999b261c7d74443da03079a012e9" 9SRCREV = "7a61e4dfcdf037c31460b6c9bcb301797813036a"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12