From: Ben Pfaff Date: Tue, 17 Jan 2012 13:33:39 +0000 (+0000) Subject: openvswitch: Fix multipart datapath dumps. X-Git-Tag: v3.3-rc1~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77676fdbd54f0c6fdb71d55d9758bebc69a00fc4;p=pandora-kernel.git openvswitch: Fix multipart datapath dumps. The logic to split up the list of datapaths into multiple Netlink messages was simply wrong, causing the list to be terminated after the first part. Only about the first 50 datapaths would be dumped. This fixes the problem. Reported-by: Paul Ingram Signed-off-by: Ben Pfaff Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed