Re: [ovs-dev] [PATCH] rhel/systemd: Set ovsdb-server timeout to 5 minutes

2024-04-15 Thread Jon Kohler
> On Apr 11, 2024, at 9:43 AM, Chris Riches wrote: > > On 11/04/2024 14:24, Ilya Maximets wrote: >> On 4/11/24 10:59, Chris Riches wrote: >>> From what we know so far, the DB was full of stale connection-tracking >>> information such as the following: >>> >>> [...] >>> >>> Once the host was

Re: [ovs-dev] [PATCH] seq: Make read of the current value atomic

2023-03-30 Thread Jon Kohler
> On Mar 30, 2023, at 11:57 AM, Jon Kohler wrote: > > > >> On Mar 28, 2023, at 1:32 PM, Mike Pattrick wrote: >> >> On Mon, Mar 27, 2023 at 7:25 AM Eelco Chaudron wrote: >>> >>> Make the read of the current seq->value atomic, i.e., not n

Re: [ovs-dev] [PATCH] seq: Make read of the current value atomic

2023-03-30 Thread Jon Kohler
> On Mar 28, 2023, at 1:32 PM, Mike Pattrick wrote: > > On Mon, Mar 27, 2023 at 7:25 AM Eelco Chaudron wrote: >> >> Make the read of the current seq->value atomic, i.e., not needing to >> acquire the global mutex when reading it. On 64-bit systems, this >> incurs no overhead, and it will

Re: [ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-09-12 Thread Jon Kohler
> On Sep 12, 2022, at 4:17 PM, Ilya Maximets wrote: > > On 6/24/22 22:01, Ilya Maximets wrote: >> On 6/16/22 16:07, Jon Kohler wrote: >>> >>> >>>> On Jun 3, 2022, at 1:00 PM, Ilya Maximets wrote: >>>> >>>> On 6/3/22 16:

Re: [ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-06-16 Thread Jon Kohler
> On Jun 3, 2022, at 1:00 PM, Ilya Maximets wrote: > > On 6/3/22 16:47, Jon Kohler wrote: >> >> >>> On Jun 2, 2022, at 5:50 PM, Ilya Maximets wrote: >>> >>> On 6/2/22 23:13, Jon Kohler wrote: >>>> Any takers? I’m hoping I’ve

Re: [ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-06-03 Thread Jon Kohler
> On Jun 2, 2022, at 5:50 PM, Ilya Maximets wrote: > > On 6/2/22 23:13, Jon Kohler wrote: >> Any takers? I’m hoping I’ve got the right mailing list, as I did see >> the thread get generated on the mailing list website? > > Hey, Jon. > > Yes, it's the r

Re: [ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-06-02 Thread Jon Kohler
Any takers? I’m hoping I’ve got the right mailing list, as I did see the thread get generated on the mailing list website? > On May 31, 2022, at 10:03 AM, Jon Kohler wrote: > > > >> On May 26, 2022, at 9:11 PM, Jon Kohler wrote: >> >> For netdev_li

Re: [ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-05-31 Thread Jon Kohler
> On May 26, 2022, at 9:11 PM, Jon Kohler wrote: > > For netdev_linux_update_via_netlink(), hint to the kernel that > we do not need it to gather netlink internal stats when we want > to update the netlink flags, as those stats are not rendered > within OVS. > > Ba

[ovs-dev] [PATCH] netdev-linux: skip some internal kernel stats gathering

2022-05-26 Thread Jon Kohler
nything or not. Given this call is more intermittent, its of lesser concern. Signed-off-by: Jon Kohler Acked-by: Greg Smith --- lib/netdev-linux.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c index 2766b3f2bf..f0246d3b2b 100644 --- a/lib/