Skip to content

Latest commit

 

History

History
131 lines (87 loc) · 2.15 KB

File metadata and controls

131 lines (87 loc) · 2.15 KB

Changelog

v1.3.0 - 2022-09-01

Added

  • 10us keepalive request interval

    thanks jiawen94

  • vlan

    thanks hgkiller

  • config client local port range for google cloud

    thanks MichaelZhangCN, vsv1020, wanggaoli

  • article: using dperf to test network bandwidth

    thanks thunderZH963(Hua Zhang)

Fixed

  • in 'rss auto' mode, the number of UDP concurrent connections is incorrectly counted

  • mq_rx_none: don't set RTE_ETH_MQ_RX_RSS

  • compile warning

    thanks digger-yu

  • double semicolons

    thanks yangwenrui

v1.2.0 - 2022-06-01

Added

  • http client
  • change_dip: before the packet is sent, a huge IP pool is used to change the dest IP

Changed

  • rss support l3/l3l4/auto
  • optimize statistics

Fixed

  • FIX: kni only use interface IP
  • FIX: large rx/tx descriptor number
  • FIX: print more message for bad gateway error
  • FIX: tcp closing state
  • FIX: separate tcp and http

v1.1.0 - 2022-04-13

Added

  • vxlan

    thanks epsilon-rhk

  • kni

    thanks Ppapzs

  • bond

    thanks reinight@gmail.com, Ppapzs

  • tos

    thanks Ppapzs

  • packet_size

    thanks Ppapzs

  • jumbo

    thanks Ppapzs

  • wait stage

  • rss

  • quiet: turn off output statistics

  • rtt

Changed

  • tcp/udp flood and dose not require FDIR

  • support DPDK-20.11, DPDK-22.03

  • server close idle sockets

  • tcp rst on or off

  • allow server ip num to be less than cpu number

  • simplified keepalive configuration

  • update readme

  • related articles

    thanks metonymical

Fixed

  • FIX: client ip range check error

  • FIX: failed to start using virtio

    thanks celia240

  • FIX: divide by zero

  • FIX: tcp stack bugs

    thanks sheva7777

  • FIX: segmentation fault when there are few huge pages

    thanks yunfei_james@126.com

  • FIX: byte order conversion bug

    thanks crezov

  • FIX: docs

    thanks leohotfn

v1.0.0 - 2022-02-22

Added

  • Slow start time configurable
  • Configure files
  • Design files

Changed

  • Change readme

Fixed

  • Fix ip csum (Issue #28)

  • Fix compile warnning (Issue #20)

    thanks 1225951453

  • Fix segfault at vmxnet3 (Issue #16)

    thanks Danshanshu

  • Fix separate the log files of server and client

    thanks RaisonNiu