]> code.ossystems Code Review - meta-freescale.git/commit
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)
commitabd9399831704a98228881e3b38c07b2955cbce9
treea5752a3435187504c05fe4fcef5b9a593f86d451
parent1067743b65e9960c686154aa29155c62f039df9f
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>
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]