[ovs-dev] [PATCH v8 3/3] revalidator: Rebalance offloaded flows based on the pps rate

Ben Pfaff blp at ovn.org
Thu Oct 25 16:36:13 UTC 2018


On Thu, Oct 25, 2018 at 07:32:27PM +0530, Sriharsha Basavapatna via dev wrote:
> > Removed by accident?
> There was ^L char here; I deleted it.

Don't do that.  The coding style talks about the use of page breaks in code:

    Within a file, non-static functions should come first, in the order
    that they are declared in the header file, followed by static
    functions.  Static functions should be in one or more separate pages
    (separated by form feed characters) in logical groups. A commonly
    useful way to divide groups is by "level", with high-level functions
    first, followed by groups of progressively lower-level
    functions. This makes it easy for the program's reader to see the
    top-down structure by reading from top to bottom.


More information about the dev mailing list