Skip to content

Commit 38d6528

Browse files
committed
ft-orchestration fix nprobe execution with mutliple rss_queues when using pf_ring
1 parent 266b212 commit 38d6528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ft-orchestration/src/probe/nprobe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def start(self):
281281

282282
for i in range(self._settings.rss_queues):
283283
settings = copy.copy(self._settings)
284-
if self._zero_copy:
284+
if self._settings.rss_queues > 1:
285285
settings.interface = f"{settings.interface}@{i}"
286286
cmd = self._prepare_cmd(self._target, self._protocols, settings)
287287
process = Daemon(cmd, executor=executors[i], sudo=self._sudo)

0 commit comments

Comments
 (0)