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
For my experiment, I have declared a TCAM table:
Key: { ipSrcAddr, ipDstAddr}
Action Data: {16-bit key, EthernetAddr, 8-bit port}
When I run the Workflow steps, I see two-three conflicting observations. If someone can help me understand the reason behind this, it will be very helpful for me.
If the index of matching TCAM table entry for the expected packet declared in gen_testdata.py is at position >5 then the vivado_sim.bash step fails.
For more than 32 TCAM table entries, SUME simulation step ./tools/scripts/nf_test.py sim --major switch --minor default fails.
However, while I add TCAM entries via P4_SWITCH_CLI.py, it allows me to add more than 32 TCAM table entries. Why is this so?
Thanks.
The text was updated successfully, but these errors were encountered:
Dear All,
For my experiment, I have declared a TCAM table:
Key: { ipSrcAddr, ipDstAddr}
Action Data: {16-bit key, EthernetAddr, 8-bit port}
When I run the Workflow steps, I see two-three conflicting observations. If someone can help me understand the reason behind this, it will be very helpful for me.
gen_testdata.py
is at position >5 then thevivado_sim.bash
step fails../tools/scripts/nf_test.py sim --major switch --minor default
fails.P4_SWITCH_CLI.py
, it allows me to add more than 32 TCAM table entries. Why is this so?Thanks.
The text was updated successfully, but these errors were encountered: