> Please make the new "link_state" variable const.
Changed, thanks for the review.
Ethan
>
> Otherwise, looks good, thank you.
>
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Mon, Oct 17, 2011 at 12:10:22PM -0700, Ethan Jackson wrote:
> With this patch, instead of updating an interface's link_state once
> every 5 seconds, it's updated immediately when changed. To avoid
> stressing the database, these updates are rate limited to once per
> second.
Please make the ne
With this patch, instead of updating an interface's link_state once
every 5 seconds, it's updated immediately when changed. To avoid
stressing the database, these updates are rate limited to once per
second.
---
vswitchd/bridge.c |9 -
1 files changed, 4 insertions(+), 5 deletions(-)