[ovs-discuss] Changing number of flow tables in open vswitch

Paulose Saumya saumya.paulose at aalto.fi
Tue Mar 15 13:11:15 UTC 2016


As you said I checked the controller and found that the controller won't support the switch because it has 256 tables. It supports only less number of tables. So is there any possibility to customize the number of tables by specifying low value for number of tables ? Or is it the number of tables is fixed and cannot be changed ?

Regards,
Saumya 


________________________________________
From: Justin Pettit [jpettit at ovn.org]
Sent: 25 February 2016 09:44
To: Paulose Saumya
Cc: discuss at openvswitch.org
Subject: Re: [ovs-discuss] Changing number of flow tables in open vswitch

> On Feb 24, 2016, at 11:29 PM, Paulose Saumya <saumya.paulose at aalto.fi> wrote:
>
> Thank you for the reply.
>
> One more problem is that my controller is not able to fetch all these table details and display them in the controller UI. After fetching about 150 table details, it stops and connection between them gets idle.
> Controller UI shows the switch, but not any details or flows or groups.
> Even though I can see all details in command line, controller UI is not showing any details. That was also one reason I thought of reducing the number.

I assume the command line utility that you're using is "ovs-ofctl dump-flows".  If that's the case, it's just using OpenFlow over a local socket.  Since your controller is likely using OpenFlow, too, it might be worth looking at your controller.

--Justin





More information about the discuss mailing list