Bug 1372

Summary: Add function for packing packet payload with a generic payload.
Product: DPDK Reporter: Patrick Robb (probb)
Component: DTSAssignee: Jeremy Spewock (jspewock)
Status: UNCONFIRMED ---    
Severity: normal CC: jspewock, juraj.linkes, probb
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Patrick Robb 2024-01-25 20:56:45 CET
For the scatter suite we pack the payload with specific content so we can compare against it, but in many cases we don't care about the specific payload of the packet. So, we should be able to add a function which abstracts away this aspect of building the packet.