[ovs-build] Failed: ovsrobot/ovs#2235 (series_157317 - 9cc86d1)

Travis CI builds at travis-ci.org
Fri Feb 7 12:36:09 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2235
Status: Failed

Duration: 27 mins and 2 secs
Commit: 9cc86d1 (series_157317)
Author: Yi Yang
Message: Use TPACKET_V3 to accelerate veth for userspace datapath

We can avoid high system call overhead by using TPACKET_V3
and using DPDK-like poll to receive and send packets (Note: send
still needs to call sendto to trigger final packet transmission).

>From Linux kernel 3.10 on, TPACKET_V3 has been supported,
so all the Linux kernels current OVS supports can run
TPACKET_V3 without any problem.

I can see about 30% performance improvement for veth compared to
last recvmmsg optimization if I use TPACKET_V3, it is about 1.98
Gbps, but it was 1.47 Gbps before.

Note: it can't support TSO which is in progress.

Changelog:
- v1->v2
 * Remove TPACKET_V1 and TPACKET_V2 which is obsolete
 * Add include/linux/if_packet.h
 * Change include/sparse/linux/if_packet.h

Signed-off-by: Yi Yang <yangyi01 at inspur.com>
Co-authored-by: William Tu <u9012063 at gmail.com>
Signed-off-by: William Tu <u9012063 at gmail.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/1223cf123ed1^...9cc86d1f91c5

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/647295458?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200207/bdf52902/attachment-0001.html>


More information about the build mailing list