[ovs-build] Passed: ovsrobot/ovs#1680 (series_134360 - 52ed85d)

Travis CI builds at travis-ci.org
Sat Oct 5 01:51:30 UTC 2019


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

Build: #1680
Status: Passed

Duration: 54 mins and 41 secs
Commit: 52ed85d (series_134360)
Author: William Tu
Message: netdev-afxdp: Enable loading XDP program.

Now netdev-afxdp always forwards all packets to userspace because
it is using libbpf's default XDP program, see 'xsk_load_xdp_prog'.
There are some cases when users want to keep packets in kernel instead
of sending to userspace, for example, management traffic such as SSH
should be processed in kernel.

The patch enables loading the user-provide XDP program by doing
  $ovs-vsctl -- set int afxdp-p0 options:xdpobj=<path/to/xdp/obj>

So users can implement their filtering logic or traffic steering idea
in their XDP program, and rest of the traffic passes to AF_XDP socket
handled by OVS.

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/commit/52ed85d2173b

View the full build log and details: https://travis-ci.org/ovsrobot/ovs/builds/593795148?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/20191005/7a6a8bed/attachment-0001.html>


More information about the build mailing list