Re: [ovs-dev] [PATCH v2 1/2] ovs-numa: Non-consecutively numa nodes and cores

2020-02-06 Thread dwilder
On 2020-02-06 12:58, Ben Pfaff wrote: On Thu, Feb 06, 2020 at 12:38:16PM -0800, David Wilder wrote: +char *path; + +path = xasprintf( "/sys/devices/system/cpu/cpu%d/topology/core_id" , + core_id); +if (access(path, F_OK) != 0) { +return 0; } + +

Re: [ovs-dev] [PATCH v2 2/3] travis: Move x86-only addon packages to linux-prepare.sh

2019-12-06 Thread dwilder
On 2019-12-05 19:26, Lance Yang wrote: To enable multiple CPU architectures support, it is necessary to move the x86-only addon packages from .travis.yml file. Otherwise, the x86-only addon packages will break the builds on some other CPU architectures. Reviewed-by: Yanqin Wei Reviewed-by:

Re: [ovs-dev] [ovs-discuss] [bug-report] Check Python IDL reconnects to leader unit case failed on arm64

2019-11-22 Thread dwilder
Hi- I started looking at the same test failure on ppc64le. I found in my logs: "clustered database server has not yet joined cluster; trying another server" I found the same messsage in Lance's logs, so it could be the same issue. I made the following change to check that the cluster

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-18 Thread dwilder
On 2019-11-12 11:30, Ilya Maximets wrote: On 12.11.2019 18:57, dwilder wrote: On 2019-11-08 14:52, Ilya Maximets wrote: On 06.11.2019 20:20, David Wilder wrote: Add support for travis-ci ppc64le builds. - Updated matrix in .travis.yml to include an arch: ppc64le build. - Move package install

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-13 Thread dwilder
ry between architectures. I am waiting for travis's response on the issue. I will submit an update to my ppc64le commit in a few days if travis cant resolve it. -Original Message- From: ovs-dev-boun...@openvswitch.org On Behalf Of dwilder Sent: Wednesday, November 13, 2019 8:29 A

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-12 Thread dwilder
On 2019-11-12 11:30, Ilya Maximets wrote: On 12.11.2019 18:57, dwilder wrote: On 2019-11-08 14:52, Ilya Maximets wrote: On 06.11.2019 20:20, David Wilder wrote: Add support for travis-ci ppc64le builds. - Updated matrix in .travis.yml to include an arch: ppc64le build. - Move package install

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-12 Thread dwilder
On 2019-11-08 14:52, Ilya Maximets wrote: On 06.11.2019 20:20, David Wilder wrote: Add support for travis-ci ppc64le builds. - Updated matrix in .travis.yml to include an arch: ppc64le build. - Move package install needed for 32bit builds to .travis/linux-prepare.sh. To keep the total build

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-08 Thread dwilder
On 2019-11-08 14:52, Ilya Maximets wrote: On 06.11.2019 20:20, David Wilder wrote: Add support for travis-ci ppc64le builds. - Updated matrix in .travis.yml to include an arch: ppc64le build. - Move package install needed for 32bit builds to .travis/linux-prepare.sh. To keep the total build

Re: [ovs-dev] [PATCH v3] travis: support ppc64le builds

2019-11-08 Thread dwilder
Hi Wei On 2019-11-08 02:02, Yanqin Wei (Arm Technology China) wrote: Hi David -Original Message- From: David Wilder Sent: Thursday, November 7, 2019 3:21 AM To: ovs-dev@openvswitch.org Cc: i.maxim...@ovn.org; b...@ovn.org; Yanqin Wei (Arm Technology China) ; wil...@us.ibm.com

Re: [ovs-dev] [PATCH ] travis: support ppc64le builds

2019-11-05 Thread dwilder
o enable arm CI is under internal review. It will be submitted when ready. Best Regards, Wei Yanqin -Original Message- From: dwilder Sent: Saturday, November 2, 2019 1:09 AM To: Yanqin Wei (Arm Technology China) Cc: Ilya Maximets ; ovs-dev@openvswitch.org; wil...@us.ibm.com; nd Subject: Re: RE: [o

Re: [ovs-dev] [PATCH ] travis: support ppc64le builds

2019-11-01 Thread dwilder
of os: vs arch: ? I am glad to work with you to find a solution. Can you share your arm64 changes? We can discuss off-list if you prefer. -Original Message- From: ovs-dev-boun...@openvswitch.org On Behalf Of dwilder Sent: Wednesday, October 30, 2019 1:55 AM To: Ilya Maximets Cc

Re: [ovs-dev] [PATCH ] travis: support ppc64le builds

2019-10-29 Thread dwilder
On 2019-10-29 09:52, Ilya Maximets wrote: On 28.10.2019 22:22, David Wilder wrote: Add support for travis-ci ppc64le builds. - Updated matrix in .travis.yml to include a ppc64le build. - Added support to install packages needed by specific architectures. To keep the total build time at an

Re: [ovs-dev] [PATCH lib:] Avoid clobbered variable warning on ppc64le.

2019-10-08 Thread dwilder
On 2019-10-08 12:44, William Tu wrote: On Tue, Oct 08, 2019 at 10:04:17AM -0700, David Wilder wrote: Since commit e2ed6fbeb1, Ci on ppc64le with Ubuntu 16.04.6 LTS throws this error: lib/fatal-signal.c: In function 'send_backtrace_to_monitor': lib/fatal-signal.c:168:9: error: variable 'dep'