From: Matthew C. <lin...@gm...> - 2014-10-17 14:30:53
|
> > > On Thu, Oct 16, 2014 at 9:41 PM, Ying Xue <yin...@wi...> wrote: > > I'm trying to get a TIPC cluster using a variety of ARM based processors, > > but I'm having issues with some zc706 Zynq boards running a Yocto-built > > kernel 3.14.2. Some see its neighbors perfect well, but the zc706 boards > > can't be seen by anyone and think everyone else is down. I ran wireshark > > and from what I can tell, the ZC706 boards simply aren't broadcasting any > > packets. I see TIPC packets flying around from the overos and zedboard, > but > > nothing from the zynqs. > > > > Can anyone help me debug this? I'm at a bit of a loss to explain the > > behavior. Thanks! > > > It sounds like a new bug. > I saw the two important changes were recently made on tipc neighbour > discovery protocol: > c82910e2a8d6fc9dd321a1f30dd4e89fb779cfe1 (tipc: clean up neigbor > discovery message reception) > 38504c28a201a80d12a6a0f821fecb331cb1f223 (tipc: improve and extend media > address conversion functions) > Can you please confirm whether above two patches are merged into 3.14.2 > tree? > If yes, please try to revert them and verify again. > Regards, > Ying > Hi, Ying, I'm building from the latest meta-xilinx layer for Yocto, which calls in commit https://github.com/Xilinx/linux-xlnx/commit/2b48a8aeea7367359f9eebe55c4a09a05227f32b This was committed back in April 25, where the commits you reference above are dated mid-May. I checked my discover.c and the changes the commits above reference are not included. Should I try them? Matt |