Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().

2019-12-02 Thread Ben Pfaff
On Wed, Nov 27, 2019 at 10:04:24AM -0800, Yi-Hung Wei wrote: > On Mon, Oct 14, 2019 at 4:33 PM Ben Pfaff wrote: > > > > Found by inspection. > > > > Signed-off-by: Ben Pfaff > > --- > > ofproto/ofproto-dpif-xlate.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/ofproto/ofproto-dp

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().

2019-11-27 Thread Yi-Hung Wei
On Mon, Oct 14, 2019 at 4:33 PM Ben Pfaff wrote: > > Found by inspection. > > Signed-off-by: Ben Pfaff > --- > ofproto/ofproto-dpif-xlate.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c > index f92cb62c80ce..0fa5d8a7c61b 1006

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().

2019-11-26 Thread Ben Pfaff
On Mon, Oct 14, 2019 at 03:34:21PM -0700, Ben Pfaff wrote: > Found by inspection. > > Signed-off-by: Ben Pfaff Still needs review. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] ofproto-dpif-xlate: Restore table ID on error in xlate_table_action().

2019-10-14 Thread Ben Pfaff
Found by inspection. Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-xlate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index f92cb62c80ce..0fa5d8a7c61b 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xla