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>
Mon, 28 Nov 2011 17:19:08 +0000 (09:19 -0800)
commitf6d1465cec98fd7e83845d24fb394145bbbcf531
tree7df1f6d18092cbd2b97dc057331fca7631efab37
parentc06bba01302e3dc1ec7808024bc37ce90956b49e
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