Re: [ovs-dev] [PATCH v11 2/5] dpif: Make get_datapath_cap() access support by pointer.

2024-03-15 Thread Eelco Chaudron
On 11 Mar 2024, at 18:51, Eric Garver wrote: > This avoids copying the support struct onto the stack. > > Signed-off-by: Eric Garver > --- This change looks good to me. Thanks for catching this. //Eelco Acked-by: Eelco Chaudron ___ dev mailing

[ovs-dev] [PATCH v11 2/5] dpif: Make get_datapath_cap() access support by pointer.

2024-03-11 Thread Eric Garver
This avoids copying the support struct onto the stack. Signed-off-by: Eric Garver --- ofproto/ofproto-dpif.c | 59 +- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index