Re: [ovs-dev] [PATCH] ovsdb-idl: Add memory report function.

2021-10-22 Thread Han Zhou
On Thu, Oct 14, 2021 at 4:46 AM Ilya Maximets wrote: > > Added new function to return memory usage statistics for database > objects inside IDL. Statistics similar to what ovsdb-server reports. > Not counting _Server database as it should be small, hence doesn't > worth adding extra code to the o

Re: [ovs-dev] [PATCH] ovsdb: Don't let transaction history grow larger than the database.

2021-10-22 Thread Han Zhou
On Thu, Oct 14, 2021 at 7:58 AM Ilya Maximets wrote: > > If user frequently changes a lot of rows in a database, transaction > history could grow way larger than the database itself. This wastes > a lot of memory and also makes monitor_cond_since slower than > usual monotor_cond if the transactio

[ovs-dev] " Add support for DHCP Option 12 (Hostname)"

2021-10-22 Thread Brendan Doyle
Just wondering was this patch backported, if so could someone provide a pointer Thanks ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v2 1/1] datapath-windows:Reset PseudoChecksum value only for TX direction offload case

2021-10-22 Thread Wilson Peng
While testing OVS-windows flows for the DNAT/SNAT action, the checksum in TCP header is set incorrectly when TCP offload is enabled by default. As a result,the packet will be dropped on the Windows VM when processing the packet from Linux VM which has included correct checksum at first. On the Wi

Re: [ovs-dev] [PATCH v1 1/1] datapath-windows:Reset PseudoChecksum value only for TX direction offload case

2021-10-22 Thread 0-day Robot
Bleep bloop. Greetings Wilson Peng, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Author Wilson Peng needs to sign off. WARNING: Unexpected sign-offs from developers who

[ovs-dev] [PATCH v1 1/1] datapath-windows:Reset PseudoChecksum value only for TX direction offload case

2021-10-22 Thread Wilson Peng
From: Wilson Peng While testing OVS-windows flows for the DNAT/SNAT action, the checksum in TCP header is set incorrectly when TCP offload is enabled by default. As a result,the packet will be dropped on the Windows VM when processing the packet from Linux VM which has included correct checksum