From: Allan Stephens Date: Tue, 31 May 2011 17:38:02 +0000 (-0400) Subject: tipc: Enhance sending of bulk name table messages X-Git-Tag: v3.2-rc1~129^2~251^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa88c2a509e11e6efc466c88b386e0e01bef731;p=pandora-kernel.git tipc: Enhance sending of bulk name table messages Modifies the initial transfer of name table entries to a new neighboring node so that the messages are enqueued as a unit, rather than individually. The revised algorithm now locates the link carrying the message only once, and eliminates unnecessary checks for link congestion, message fragmentation, and message bundling that are not required when sending these messages. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed