[ovs-dev] [PATCH 1/2] db-ctl-base: remove the recurse member from struct cmd_show_table

Andy Zhou azhou at nicira.com
Thu Jul 23 20:36:57 UTC 2015


On Tue, Jul 21, 2015 at 11:41 AM, Ben Pfaff <blp at nicira.com> wrote:
> On Fri, Jul 17, 2015 at 05:12:44PM -0700, Andy Zhou wrote:
>> The 'recurse' is used during run time to suppress duplicated prints.
>> It is not essential to describe how show command should work.
>>
>> This patch remove the 'recurse' member. Duplicated prints is now
>> suppressed by maintaining an 'sset' of tables that have been printed
>> at run time.
>>
>> Signed-off-by: Andy Zhou <azhou at nicira.com>
>
> There's a stray bit of text here:
Removed.
>
> Acked-by: Ben Pfaff <blp at nicira.com>

Thanks for the review!  Pushed.



More information about the dev mailing list