[ovs-build] Passed: elibritstein/OVS#41 (vxlan-master - e856899)

Travis CI builds at travis-ci.org
Mon Jan 20 13:11:13 UTC 2020


Build Update for elibritstein/OVS
-------------------------------------

Build: #41
Status: Passed

Duration: 55 mins and 12 secs
Commit: e856899 (vxlan-master)
Author: Yi-Hung Wei
Message: netdev-afxdp: NUMA-aware memory allocation for XSK related memory.

Currently, the AF_XDP socket (XSK) related memory are allocated by main
thread in the main thread's NUMA domain.  With the patch that detects
netdev-linux's NUMA node id, the PMD thread of AF_XDP port will be run on
the AF_XDP netdev's NUMA domain.  If the net device's NUMA domain
is different from the main thread's NUMA domain, we will have two
cross-NUMA memory accesses (netdev <-> memory, memory <-> CPU).

This patch addresses the aforementioned issue by allocating
the memory in the net device's NUMA domain.

Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
Acked-by: William Tu <u9012063 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

View the changeset: https://github.com/elibritstein/OVS/compare/vxlan-master

View the full build log and details: https://travis-ci.org/elibritstein/OVS/builds/639455040?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the elibritstein/OVS repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=25515872&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/20200120/64008e5d/attachment-0001.html>


More information about the build mailing list