> On 二月 3, 2016, 8:43 a.m., haosdent huang wrote:
> > 3rdparty/libprocess/3rdparty/stout/include/stout/os/linux.hpp, line 71
> > <https://reviews.apache.org/r/43136/diff/1/?file=1230818#file1230818line71>
> >
> >     Do we also need fix similar ::clone syscall in routing_tests.cpp?
> >     ```
> >     TEST_F(RoutingVethTest, ROOT_LinkCreatePid)
> >     {
> >       // Stack used in the child process.
> >       unsigned long long stack[32];
> >     
> >       pid_t pid = ::clone(child, &stack[31], CLONE_NEWNET | SIGCHLD, NULL);
> >     ```

Add routing_tests.cpp support aarch64 cpu.


- Andy


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43136/#review117595
-----------------------------------------------------------


On 二月 4, 2016, 7:40 a.m., Andy Pang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43136/
> -----------------------------------------------------------
> 
> (Updated 二月 4, 2016, 7:40 a.m.)
> 
> 
> Review request for mesos, BenjaminVW BenjaminVW, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: MESOS-4577
>     https://issues.apache.org/jira/browse/MESOS-4577
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Support libprocess build run in aarch64 cpu.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/3rdparty/stout/include/stout/os/linux.hpp 
> f8a4d5ae12cfc2d2bd4a24226e200e1aabe0b8a8 
>   src/tests/containerizer/routing_tests.cpp 
> 4ebb01213ce20f954c2633df95e898cf66a2d9e9 
> 
> Diff: https://reviews.apache.org/r/43136/diff/
> 
> 
> Testing
> -------
> 
> test run ok in AArch64.
> 
> 
> Thanks,
> 
> Andy Pang
> 
>

Reply via email to