[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

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