Skip to content

Commit

Permalink
DPDK: mempool use 2048 and 8096
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Jan 3, 2025
1 parent bb02022 commit a1be945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/dpdk/dpdktestpmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def generate_testpmd_command(
f"{self._testpmd_install_path} {core_list} "
f"{nic_include_info} -- --forward-mode={mode} "
f"-a --stats-period 2 --nb-cores={forwarding_cores} {extra_args} "
"--mbuf-size=2048,4096"
"--mbuf-size=2048,8096"
)

def run_for_n_seconds(self, cmd: str, timeout: int) -> str:
Expand Down

0 comments on commit a1be945

Please sign in to comment.