NetFPGA / P4-NetFPGA-public

P4-NetFPGA wiki
103 stars 31 forks source link

Why only max. 8 CAM and 32 TCAM entries are possible? #44

Open harshgondaliya opened 4 years ago

harshgondaliya commented 4 years ago

Dear all,

In my experiments with P4-NetFPGA, I see that max. 32 table entries are possible for a given TCAM table and max. 8 table entries are allowed for a given CAM table.

As soon as I add one more entry than the max. limit, compilation fails at the ./tools/scripts/nf_test.py sim --major switch --minor default step.

I want to understand whether it is due to the NetFPGA SUME hardware constraints or due to some other reason?

Thanks.

salvatorg commented 4 years ago

Similar to #42