[ovs-dev] [PATCH branch-2.7] ofproto-dpif-xlate: Fix leak in learn action

2021-03-02 Thread Darragh O'Reilly via dev
On 2021-03-01 20:44:00, Ilya Maximets via dev wrote: >   > But yes, 2.7 is technically no longer supported.  And since 2.5 reached EOL, > there will be no more upstream releases on branches below 2.12 (last one for > branch-2.11 will be this week).  And fixes will likely not be backported > to

[ovs-dev] [PATCH branch-2.7] ofproto-dpif-xlate: Fix leak in learn action

2021-02-26 Thread Darragh O'Reilly via dev
On 2021-02-25 18:23:00, Gregory Rose via dev wrote: >   > This appears correct from my reading of the code.  LGTM. > > In reason why not to update to a more recent release?  2.7 is pretty > old. > > Acked-by: Greg Rose > Thanks for the review. I don't know why this customer has not upgraded.

[ovs-dev] [PATCH branch-2.7] ofproto-dpif-xlate: Fix leak in learn action

2021-02-25 Thread Darragh O'Reilly via dev
-thread.c:348) start_thread (pthread_create.c:333) clone (clone.S:109 Signed-off-by: Darragh O'Reilly --- ofproto/ofproto-dpif-xlate.c | 4 1 file changed, 4 insertions(+) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index fc7a126ed..5b736709c 100644

Re: [ovs-dev] DPDK: Inter VM communication of iperf3 TCP throughput is very low on same host compare to non DPDK throughput

2017-01-06 Thread Darragh O'Reilly
I see the about the same numbers. Ethtool -k in the non-DPDK VMs show a lot of offloads that are not available in the DPDK VMs. One of these is tcp segmentation offload. When I turned this off, the rate dropped from about 17 to 2 Gbps. On Wed, Jan 4, 2017 at 9:59 AM, Rajalakshmi Prabhakar

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix duplicate multicast packets

2016-11-11 Thread Darragh O'Reilly
the multicast packet to be forwarded. This bug was causing > > duplicate packets when more than one mrouter was behind a trunk port. > > > > Reported-at: > > https://mail.openvswitch.org/pipermail/ovs-discuss/2016-November/042938.html > > Signed-off-by: Darragh O'Reilly <dar