Re: [ovs-dev] [PATCH] datapath: Fix multipart datapath dumps.

2012-01-11 Thread Ben Pfaff
On Wed, Jan 11, 2012 at 01:57:05PM -0800, Jesse Gross wrote: > On Wed, Jan 11, 2012 at 10:03 AM, Ben Pfaff wrote: > > On Tue, Jan 10, 2012 at 05:20:27PM -0800, Jesse Gross wrote: > >> On Tue, Jan 10, 2012 at 4:52 PM, Ben Pfaff wrote: > >> > The logic to split up the list of datapaths into multipl

Re: [ovs-dev] [PATCH] datapath: Fix multipart datapath dumps.

2012-01-11 Thread Jesse Gross
On Wed, Jan 11, 2012 at 10:03 AM, Ben Pfaff wrote: > On Tue, Jan 10, 2012 at 05:20:27PM -0800, Jesse Gross wrote: >> On Tue, Jan 10, 2012 at 4:52 PM, Ben Pfaff wrote: >> > The logic to split up the list of datapaths into multiple Netlink messages >> > was simply wrong, causing the list to be term

Re: [ovs-dev] [PATCH] datapath: Fix multipart datapath dumps.

2012-01-11 Thread Ben Pfaff
On Tue, Jan 10, 2012 at 05:20:27PM -0800, Jesse Gross wrote: > On Tue, Jan 10, 2012 at 4:52 PM, Ben Pfaff wrote: > > 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

Re: [ovs-dev] [PATCH] datapath: Fix multipart datapath dumps.

2012-01-10 Thread Jesse Gross
On Tue, Jan 10, 2012 at 4:52 PM, Ben Pfaff wrote: > 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. > > Bug #9124.

[ovs-dev] [PATCH] datapath: Fix multipart datapath dumps.

2012-01-10 Thread Ben Pfaff
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. Bug #9124. Reported-by: Paul Ingram Signed-off-by: Ben Pfaff --- datap