Re: [ovs-dev] [PATCH] conntrack: fix zone sync issue

2020-10-18 Thread 0-day Robot
Bleep bloop. Greetings yang_y_yi, 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. git-am: error: sha1 information is lacking or useless (include/network.h). error: could not build fake ancestor

[ovs-dev] [PATCH] conntrack: fix zone sync issue

2020-10-18 Thread yang_y_yi
From: Yi Yang In some use cases, zone is used to differentiate different conntrack state tables, so zone also should be synchronized if it is set. Signed-off-by: Yi Yang --- include/network.h | 1 + src/build.c | 3 +++ src/parse.c | 5 + 3 files changed, 9 insertions(+) diff

Re: [ovs-dev] YOUR URGENT RESPONSE PLEASE s

2020-10-18 Thread David Lean Russel
Good Day Greetings to you, Thank you for the opportunity to put forward our business proposal to you and your time of evaluation. It is our pleasure to contact you as we are starting to make more funding to invest into a large scale business establishments and projects, around the world. We

Re: [ovs-dev] [PATCH net v4] net: openvswitch: fix to make sure flow_lookup() is not preempted

2020-10-18 Thread Jakub Kicinski
On Sat, 17 Oct 2020 20:24:51 +0200 Eelco Chaudron wrote: > The flow_lookup() function uses per CPU variables, which must be called > with BH disabled. However, this is fine in the general NAPI use case > where the local BH is disabled. But, it's also called from the netlink > context. The below pat

[ovs-dev] From Dr Cardwell

2020-10-18 Thread DR Andrew Cardwell
Hello, How are you, I hope you and your family are in good health in this time of pandemic crisis? My name is Dr Andrew Cardwell. I'm working as a Marketing Consultant/Supplier with an animal Farm Company here in England. I just glanced through your profile and decided to contact you. I wish to

[ovs-dev] Fw: [Bug 209727] New: using smp_processor_id() in preemptible [00000000] code: handler5/356

2020-10-18 Thread Stephen Hemminger
New bug looks like OVS Begin forwarded message: Date: Sun, 18 Oct 2020 11:52:21 + From: bugzilla-dae...@bugzilla.kernel.org To: step...@networkplumber.org Subject: [Bug 209727] New: using smp_processor_id() in preemptible [] code: handler5/356 https://bugzilla.kernel.org/show_bug.c

[ovs-dev] ATTN: Your Account Information May Have Changed

2020-10-18 Thread Score Alert Services
Having trouble viewing this email? Please follow this link to see the messaged emailed to you. Please note, the following message content shown below is an important advertisement sent to you. Product Image Product Image Product Image Product Image (Unsubscribe Instructions Here) ___

[ovs-dev] Special Fixed Loan Interest Rate, From 20, 000 to 32 Million

2020-10-18 Thread tffinancialservice
Please find attached the loan application form, fill and return to i...@tffinancialservice.co.za to enable us proceed. Kind regards, TF Financial Service. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH branch-2.13] netdev-offload-dpdk: Support vxlan encap offload with load actions

2020-10-18 Thread Eli Britstein
Struct match has the tunnel values/masks in match->flow.tunnel/match->wc.masks.tunnel. Load actions such as load:0xa566c10->NXM_NX_TUN_IPV4_DST[], load:0xbba->NXM_NX_TUN_ID[] are utilizing the tunnel masks fields, but those should not be used for matching. Offloading fails if masks is not clear. Fi