Bug 1420

Summary: DTS: implement bind_ports_to_driver() for both nodes
Product: DPDK Reporter: Juraj Linkeš (juraj.linkes)
Component: DTSAssignee: dev
Status: UNCONFIRMED ---    
Severity: major CC: juraj.linkes, probb
Priority: Low    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

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.