app/testpmd: fix use of indirect action after port close
[dpdk.git] / app / test-pmd /
2022-05-25 Dmitry Kozlyukapp/testpmd: fix use of indirect action after port...
2022-05-20 Shun Haoapp/testpmd: fix metering and policing command for...
2022-05-20 Mingxia Liuapp/testpmd: replace hardcoded min mbuf number with...
2022-05-20 David Marchandapp/testpmd: remove useless pointer checks
2022-05-19 Wenwu Maapp/testpmd: perform SW IP checksum for GRO/GSO packets
2022-05-19 Huisong Liapp/testpmd: fix port status of bonding slave device
2022-05-12 Huisong Liapp/testpmd: fix MTU verification
2022-05-12 Min Hu (Connor)app/testpmd: check statistics query before printing
2022-03-14 Gregory Etelsonapp/testpmd: fix flow rule with flex input link
2022-03-14 Gregory Etelsonapp/testpmd: fix GTP header parsing in checksum engine
2022-03-14 Adham Masarwahapp/testpmd: fix show RSS RETA on Windows
2022-03-14 Kevin Liuapp/testpmd: fix L4 checksum in multi-segments
2022-03-03 Alexander Kozyrevapp/testpmd: fix flow rule creation parsing
2022-02-25 Thomas Monjalonapp/testpmd: fix build without drivers
2022-02-25 Bing Zhaoapp/testpmd: fix raw encap of GENEVE option
2022-02-24 Alexander Kozyrevapp/testpmd: add async indirect actions operations
2022-02-24 Alexander Kozyrevapp/testpmd: add flow queue pull operation
2022-02-24 Alexander Kozyrevapp/testpmd: add flow queue push operation
2022-02-24 Alexander Kozyrevapp/testpmd: add async flow create/destroy operations
2022-02-24 Alexander Kozyrevapp/testpmd: add flow table management
2022-02-24 Alexander Kozyrevapp/testpmd: add flow template management
2022-02-24 Alexander Kozyrevapp/testpmd: add flow engine configuration
2022-02-21 Raja Zidaneapp/testpmd: fix GENEVE parsing in checksum mode
2022-02-17 Min Hu (Connor)app/testpmd: check starting port is not in bonding
2022-02-11 Sean Zhangapp/testpmd: support GRE option flow item
2022-02-09 Jie Wangapp/testpmd: add 6 types of L2TPv2 message
2022-02-09 Jie Wangethdev: add L2TPv2 RSS offload type
2022-02-12 Stephen Hemmingerremove unnecessary null checks
2022-02-08 Sunil Kumar Koriapp/testpmd: add queue based priority flow control...
2022-02-04 Xiaoyun Liapp/testpmd: add SW L4 checksum in multi-segments
2022-02-03 Nipun Guptaapp/testpmd: update raw flow to take hex input
2022-02-03 Steve Yangapp/testpmd: fix stack overflow for EEPROM display
2022-01-31 Min Hu (Connor)app/testpmd: fix bonding mode set
2022-01-18 Dmitry Kozlyukapp/testpmd: fix external buffer allocation
2022-01-18 Sean Morrisseyapp/testpmd: fix dereference before null check
2022-01-14 Viacheslav Ovsiienkoapp/testpmd: fix Tx scheduling interval
2022-01-11 Josh Soreffix spelling in comments and strings
2021-11-26 Sean Morrisseyfix PMD wording
2021-11-24 Gregory Etelsonapp/testpmd: fix hexadecimal parser with odd length
2021-11-17 Gregory Etelsonapp/testpmd: fix tunnel offload validation
2021-11-17 Ivan Malovapp/testpmd: fix flow transfer proxy port handling
2021-11-16 Raslan Darawshehapp/testpmd: fix GTP PSC extension header length
2021-11-17 David Marchandbuild: make metrics libraries optional
2021-11-17 David Marchandbuild: make GRO/GSO libraries optional
2021-11-17 Joyce Kongapp: remove unneeded atomic header include
2021-11-17 Joyce Kongapp/testpmd: remove atomic operations for port status
2021-11-16 Stephen Hemmingerfix spelling in comments and doxygen
2021-11-15 Jie Wangapp/testpmd: fix DCB in VT configuration
2021-11-15 Haiyue Wangapp/testpmd: avoid process ID out of range
2021-11-10 David Marchandbuild: factorize jansson availability check
2021-11-08 Huisong Liapp/testpmd: remove unused header file
2021-11-05 David Marchandapp/testpmd: remove double dependency on bitrate lib
2021-11-05 David Marchandapp/testpmd: remove unneeded dependency on meter lib
2021-11-05 Gregory Etelsonapp/testpmd: fix flex item flush
2021-11-03 Junfeng Guoapp/testpmd: increase max raw pattern size to 512
2021-11-02 Min Hu (Connor)bonding: show Tx policy for 802.3AD mode
2021-10-29 Maxime Coquelinapp/testpmd: add missing flow types in port info
2021-10-29 Maxime Coquelinapp/testpmd: fix RSS type display
2021-10-29 Maxime Coquelinapp/testpmd: fix RSS key length
2021-10-28 Andrew Rybchenkoapp/testpmd: fix MTU configuration before device start
2021-10-28 Jie Wangapp/testpmd: fix L2TPv2 message type
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-24 Olivier Matzmbuf: mark old VLAN offload flags as deprecated
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-22 Eli Britsteinapp/testpmd: fix packet burst spreading stats
2021-10-21 Xueming Liapp/testpmd: add forwarding engine for shared Rx queue
2021-10-21 Xueming Liapp/testpmd: force shared Rx queue polled on same core
2021-10-21 Xueming Liapp/testpmd: dump port info for shared Rx queue
2021-10-21 Xueming Liapp/testpmd: add parameter for shared Rx queue
2021-10-21 Xueming Liapp/testpmd: dump device capability and Rx domain info
2021-10-21 Jie Wangapp/testpmd: support L2TPv2 and PPP protocol pattern
2021-10-20 Gregory Etelsonapp/testpmd: add flex item commands
2021-10-20 Gregory Etelsonapp/testpmd: add flow command parsing routine
2021-10-19 Eli Britsteinapp/testpmd: add tunnel types
2021-10-19 Sunil Kumar Koriapp/testpmd: fix access to DSCP table entries
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-15 Jie Wangapp/testpmd: fix RSS hash offload display
2021-10-14 Ivan Ilchenkoapp/testpmd: add option to display extended statistics
2021-10-14 Viacheslav Ovsiienkoapp/testpmd: fix hex string parser in flow commands
2021-10-14 Viacheslav Ovsiienkoapp/testpmd: update modify field flow action support
2021-10-14 Ivan Malovethdev: query proxy port to manage transfer flows
2021-10-13 Ivan Malovethdev: add represented port action to flow API
2021-10-13 Ivan Malovethdev: add port representor action to flow API
2021-10-13 Ivan Malovethdev: add represented port item to flow API
2021-10-13 Ivan Malovethdev: add port representor item to flow API
2021-10-13 Konstantin Ananyevethdev: add API to retrieve multiple MAC addresses
2021-10-12 Ivan Malovethdev: negotiate delivery of packet metadata from...
2021-10-12 Andrew Rybchenkoethdev: remove deprecated shared counter attribute
2021-10-12 Viacheslav Galaktionovapp/testpmd: add command to print representor info
2021-10-11 Huisong Liapp/testpmd: retain all original dev conf when config DCB
2021-10-11 Chengchang Tangapp/testpmd: add command to show LACP bonding info
2021-10-08 Alvin Zhangapp/testpmd: fix txonly forwarding
2021-10-08 Alvin Zhangapp/testpmd: update forward engine beginning
2021-10-20 Andrew Rybchenkomempool: add namespace to flags
2021-10-07 Andrew Rybchenkoethdev: remove legacy mirroring API
2021-10-08 Dmitry Kozlyuknet: rename Ethernet header fields
2021-09-28 Raslan Darawshehethdev: use extension header for GTP PSC item
2021-09-21 Alvin Zhangethdev: add IPv4 and L4 checksum RSS offload types
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
next