Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpif-linux: Avoid pessimal behavior when kernel-to-user buffers overf…
…low. When a kernel-to-user Netlink buffer overflows, the kernel reports ENOBUFS without passing along an actual message. When it does this, we should immediately try again, because we know that there is a message waiting, instead of reporting the error to the caller. This improves the OVS response rate to "hping3 --flood" traffic by a few percentage points in my testing. Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information