]> code.ossystems Code Review - meta-freescale.git/commitdiff
pktgen-dpdk: upgrade to 19.12.0
authorTing Liu <ting.liu@nxp.com>
Mon, 20 Apr 2020 02:32:41 +0000 (04:32 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 6 May 2020 18:52:35 +0000 (15:52 -0300)
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>
recipes-extended/pktgen-dpdk/pktgen-dpdk_19.12.0.bb [moved from recipes-extended/pktgen-dpdk/pktgen-dpdk_3.6.6.bb with 94% similarity]

similarity index 94%
rename from recipes-extended/pktgen-dpdk/pktgen-dpdk_3.6.6.bb
rename to recipes-extended/pktgen-dpdk/pktgen-dpdk_19.12.0.bb
index 82492ffbf5b6aa202e70e79427ec2118f3a610a4..f3a73c353d7ee3bdc20f80f6460d3755021ac31e 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS += "libpcap dpdk lua lua-native"
 
 SRC_URI = "git://dpdk.org/git/apps/pktgen-dpdk;protocol=https;nobranch=1 \
 "
-SRCREV = "b3d08bb3c29c999b261c7d74443da03079a012e9"
+SRCREV = "7a61e4dfcdf037c31460b6c9bcb301797813036a"
 
 S = "${WORKDIR}/git"