CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
304 stars 192 forks source link

About increasing table size #180

Closed tausifzahid closed 6 years ago

tausifzahid commented 9 years ago

Hi everyone As you people know ofsoftswitch13 has 64 no of flow table.These are some artificial limits in the code like #define PIPELINE_TABLES 64. I have increased these values but unable to get desired results. In lower mentioned link i have increased the value from 64 to 128 but when i check it remains same. so Can anyone suggest in which files i have to make changes other than this lower mentioned file for increasing the no of flow tables. https://github.com/CPqD/ofsoftswitch13/blob/master/include/openflow/openflow.h#L42