Spirent / openperf

Infrastructure and application test and analysis framework
Apache License 2.0
18 stars 15 forks source link

Transmit behavior updates #526

Closed DerangedMonkeyNinja closed 3 years ago

DerangedMonkeyNinja commented 3 years ago

This PR makes two main changes:

1) Use the expected transmit count instead of the actual transmit count to determine when to stop a running packet generator when the user specifies a transmit limit.

2) Add a new packetio command line option, modules.packetio.dpdk.drop-tx-overruns. This option instructs the transmit path to drop packets instead of buffering them when the transmit queue is full.


This change is Reviewable