Re: [ovs-dev] [PATCH] vswitch: ratelimit the device add log

2019-09-16 Thread Aaron Conole
Ben Pfaff writes: > On Thu, Sep 12, 2019 at 11:45:41AM -0400, Aaron Conole wrote: >> It's possible that a port added to the system with certain kinds >> of invalid parameters will cause the 'could not add' log to be >> triggered. When this happens, the vswitch run loop can continually >>

Re: [ovs-dev] [PATCH] vswitch: ratelimit the device add log

2019-09-13 Thread Ben Pfaff
On Thu, Sep 12, 2019 at 11:45:41AM -0400, Aaron Conole wrote: > It's possible that a port added to the system with certain kinds > of invalid parameters will cause the 'could not add' log to be > triggered. When this happens, the vswitch run loop can continually > re-attempt adding the port.

Re: [ovs-dev] [PATCH] vswitch: ratelimit the device add log

2019-09-12 Thread William Tu
On Thu, Sep 12, 2019 at 11:45:41AM -0400, Aaron Conole wrote: > It's possible that a port added to the system with certain kinds > of invalid parameters will cause the 'could not add' log to be > triggered. When this happens, the vswitch run loop can continually > re-attempt adding the port.

[ovs-dev] [PATCH] vswitch: ratelimit the device add log

2019-09-12 Thread Aaron Conole
It's possible that a port added to the system with certain kinds of invalid parameters will cause the 'could not add' log to be triggered. When this happens, the vswitch run loop can continually re-attempt adding the port. While the parameters remain invalid the vswitch run loop will re-trigger