You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PacketGeneratorCapabilities message does not explicitly define max_bps and max_pps fields usage. Are they supposed to indicate capabilities of a single ASIC? What if there are multiple ASICs with different capabilities in the system?
Let's say we have a modular system with
2x linecards (LC1 and LC2) with different ASICs, 2x ASICs in each LC
ASICs in LC1 are capable of generating 150 Gbps of traffic each
ASICs in LC2 are capable of generating 750 Gbps of traffic each
Should the system return 750 Gbps in max_bps field of PacketGeneratorCapabilities message?
*same considerations would be applicable to mtu fields as well
The text was updated successfully, but these errors were encountered:
Currently
PacketGeneratorCapabilities
message does not explicitly definemax_bps
andmax_pps
fields usage. Are they supposed to indicate capabilities of a single ASIC? What if there are multiple ASICs with different capabilities in the system?Let's say we have a modular system with
Should the system return 750 Gbps in
max_bps
field ofPacketGeneratorCapabilities
message?*same considerations would be applicable to mtu fields as well
The text was updated successfully, but these errors were encountered: