We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088eca9 commit ab260bcCopy full SHA for ab260bc
1 file changed
lisa/microsoft/testsuites/dpdk/common.py
@@ -468,10 +468,12 @@ class Pmd(str, Enum):
468
# this is absolutely arbitrary, synthetic pps is usually less than 1.2m pps (for now)
469
DPDK_PPS_THRESHOLD = 1_200_000
470
471
+
472
class DpdkGradeMetric(str, Enum):
473
PPS = "pps"
474
BPS = "bps"
475
476
477
class DpdkMpRole(str, Enum):
478
# dpdk multiprocessing allows numerous secondary processes to
479
# share a single primary context. Testpmd and other apps allow this
0 commit comments