Bug 1420 - DTS: implement bind_ports_to_driver() for both nodes
Summary: DTS: implement bind_ports_to_driver() for both nodes
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: DTS (show other bugs)
Version: unspecified
Hardware: All All
: Low major
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2024-04-24 13:53 CEST by Juraj Linkeš
Modified: 2024-04-24 13:54 CEST (History)
2 users (show)



Attachments

Description Juraj Linkeš 2024-04-24 13:53:22 CEST
It's currently defined only in SutNode, but we'll need it in TGNode as well, when we implement a traffic generator that requires a different driver than Scapy (such as T-Rex).

We could implement this ticket when implementing the new TG. The current way to bind drivers is to use the DPDK's devbind script, which we should probably copy to the TG.

Note You need to log in before you can comment on or make changes to this bug.