Skip to content

Commit ab260bc

Browse files
committed
black changes
1 parent 088eca9 commit ab260bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lisa/microsoft/testsuites/dpdk/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,12 @@ class Pmd(str, Enum):
468468
# this is absolutely arbitrary, synthetic pps is usually less than 1.2m pps (for now)
469469
DPDK_PPS_THRESHOLD = 1_200_000
470470

471+
471472
class DpdkGradeMetric(str, Enum):
472473
PPS = "pps"
473474
BPS = "bps"
474475

476+
475477
class DpdkMpRole(str, Enum):
476478
# dpdk multiprocessing allows numerous secondary processes to
477479
# share a single primary context. Testpmd and other apps allow this

0 commit comments

Comments
 (0)