Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn/actions: Improve OVN load-balancing performance.
Currently, we send the first packet of every new connection to userspace to figure out the target IP address of load-balancing. With this patch, we use the selection method of dp_hash to prevent that situation. Signed-off-by: Gurucharan Shetty <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information