From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 7 Aug 2013 19:29:42 +0800 References: <1375215385-606-1-git-send-email-ordex@autistici.org> <1375215385-606-3-git-send-email-ordex@autistici.org> In-Reply-To: <1375215385-606-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201308071929.43139.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv9 2/2] batman-adv: make the TT CRC logic VLAN specific Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli , Antonio Quartulli On Wednesday, July 31, 2013 04:16:25 Antonio Quartulli wrote: > From: Antonio Quartulli > > This change allows nodes to handle the TT table on a > per-VLAN basis. This is needed because nodes may have to > store only some of the global entries advertised by another > node. > > In this scenario such nodes would re-create only a partial > global table and would not be able to compute a correct CRC > anymore. > > This patch splits the logic and introduces one CRC per VLAN. > In this way a node fetching only some entries belonging to > some VLANs is still able to compute the needed CRCs and > still check the table correctness. > > With this patch the shape of the TVLV-TT is changed too > because now a node needs to advertise all the CRCs of all > the VLANs that it is wired to. > > The debug output of the local Translation Table now shows > the CRC along with each entry since there is not a common > value for the entire table anymore. > > Signed-off-by: Antonio Quartulli > --- > compat.c | 9 + > compat.h | 1 + > originator.c | 101 +++++++- > originator.h | 7 + > packet.h | 18 +- > translation-table.c | 719 > +++++++++++++++++++++++++++++++++++++++++----------- > types.h | 41 ++- > 7 files changed, 740 insertions(+), 156 deletions(-) Applied in revision 21a57f6. Thanks, Marek