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
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