[ovs-build] Fixed: YiHungWei/ovs#255 (numa-v2 - e490902)

Travis CI builds at travis-ci.org
Tue Dec 17 22:14:34 UTC 2019


Build Update for YiHungWei/ovs
-------------------------------------

Build: #255
Status: Fixed

Duration: 29 mins and 0 secs
Commit: e490902 (numa-v2)
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>

View the changeset: https://github.com/YiHungWei/ovs/compare/ca82fe3171ee...e49090292ac5

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

--

You can unsubscribe from build emails from the YiHungWei/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=11166288&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/20191217/c8f37807/attachment.html>


More information about the build mailing list