dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().
authorBen Pfaff <blp@nicira.com>
Thu, 10 Nov 2011 23:39:39 +0000 (15:39 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Nov 2011 00:54:40 +0000 (16:54 -0800)
commit857bbedb6c8de9696bb10ab09346737ea137f58b
tree9fa75dafa97c6b2e581a01e6749d7e89ea188952
parentd2388fdd8251be6cd5dcc6b90be38c78bafd847d
dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().

This optimization on its own provided about 37% benefit against a
load of a single netperf CRR test, but at the same time it penalized
ovs-benchmark by about 11%.  We can get back the CRR performance
loss, and more, other ways, so the first step is to revert this
patch, temporarily accepting the performance loss.
lib/dpif-linux.c