mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
dpif: Restore a few lines with form feed characters
A few lines with form feed characters (ASCII: ^L) were accidentally
deleted by a recent commit to support rebalancing of offloaded flows.
This patch reverts those lines.
Fixes: 57924fc91c ("revalidator: Rebalance offloaded flows")
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
committed by
Ben Pfaff
parent
fd5261d11a
commit
e6530a8d5d
@@ -1661,7 +1661,7 @@ dpif_queue_to_priority(const struct dpif *dpif, uint32_t queue_id,
|
||||
log_operation(dpif, "queue_to_priority", error);
|
||||
return error;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
dpif_init(struct dpif *dpif, const struct dpif_class *dpif_class,
|
||||
const char *name,
|
||||
|
||||
Reference in New Issue
Block a user