On Tue, Oct 27, 2020 at 10:28:00PM +0530, Numan Siddique wrote: > On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff <[email protected]> wrote: > > > > When a tunnel key was requested, the implementation was not smart enough > > to reassign a port that had been automatically assigned the same > > key. This fixes the problem and adds a test. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > + if (!ovs_list_is_empty(&sb_only)) { > > + LIST_FOR_EACH_SAFE(op, next, list, &sb_only) { > > There is a checkpatch error here. > > With that addressed, > Acked-by: Numan Siddique <[email protected]>
Thanks, I fixed it. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
