Comment 3 for bug 1748068

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/39555
Committed: http://github.com/Juniper/contrail-vrouter/commit/bc26ab2cb6c4f21b57c268a4a213b00a814cd12f
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit bc26ab2cb6c4f21b57c268a4a213b00a814cd12f
Author: Yi Yang <email address hidden>
Date: Fri Feb 23 09:58:45 2018 +0800

Fix maximum core id limitation

Currently vrouter used uint64_t to save core mask, so it only
can support maximum core id 63, it can support 128 or more if we
use cpu_set_t to save core mask, this patch fixes this limitation
by using cpu_set_t instead of uint64_t.

Closes-bug: #1748068

Change-Id: Id2374d3e21bd5406c4e4a065e54f9e989f84b8a9
Signed-off-by: Yi Yang <email address hidden>