Re: [ovs-dev] [PATCH] dpif-netdev: Add miniflow bits to dump-flows.

2020-10-21 Thread Stokes, Ian
> On 6/8/20 5:36 PM, William Tu wrote: > > On Mon, Jun 8, 2020 at 7:01 AM Ilya Maximets wrote: > >> > >> On 5/14/20 4:11 PM, William Tu wrote: > >>> The 'dpctl/dump-flows -m' only shows the number of 1-bit in the > >>> miniflow map, the patch outputs additional miniflow bits after it. > >>> The

[ovs-dev] [PATCH ovn 7/8] ovn-sb: Document details of HA_Chassis_Group column ref_chassis.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-sb.xml | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ovn-sb.xml b/ovn-sb.xml index c78984fc867a..749bd0745962 100644 --- a/ovn-sb.xml +++ b/ovn-sb.xml @@ -3906,7 +3906,16 @@ tcp.flags = RST; - A list of which

[ovs-dev] [PATCH ovn 6/8] ovn-sb: Update Service_Monitor documentation.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-sb.xml | 102 + 1 file changed, 56 insertions(+), 46 deletions(-) diff --git a/ovn-sb.xml b/ovn-sb.xml index cdfca499274d..c78984fc867a 100644 --- a/ovn-sb.xml +++ b/ovn-sb.xml @@ -4033,62 +4033,50 @@ tcp.flags

[ovs-dev] [PATCH ovn 8/8] Makefile: Ensure OVN include directories come before OVS ones.

2020-10-21 Thread Ben Pfaff
Otherwise, when files present in both directories, the OVS ones are chosen. This is a problem if the OVS build tree has stray OVN headers (because there was an build there that included OVN). Signed-off-by: Ben Pfaff --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[ovs-dev] [PATCH ovn 2/8] ovn-nb, ovn-sb: Document that LSPs and LRPs must not share names.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-nb.xml | 10 ++ ovn-sb.xml | 13 + 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ovn-nb.xml b/ovn-nb.xml index 38724f3851b1..5a8ac4a0d0e0 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -545,6 +545,11 @@ unique

Re: [ovs-dev] [PATCH ovn 1/8] ovn-nb: Better document dynamic addresses.

2020-10-21 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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. build: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./ovn -I ./include -I

[ovs-dev] [PATCH ovn 4/8] ovn-nb: Better document timestamp columns.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-nb.xml | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/ovn-nb.xml b/ovn-nb.xml index 27d6d056e508..5dbefdd6ae9e 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -55,8 +55,19 @@ -The timestamp (ms)

[ovs-dev] [PATCH ovn 5/8] ovn-sb: Correct documentation about virtual_parent column.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-sb.xml | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ovn-sb.xml b/ovn-sb.xml index 15d47ef039cc..cdfca499274d 100644 --- a/ovn-sb.xml +++ b/ovn-sb.xml @@ -2574,8 +2574,8 @@ tcp.flags = RST; For every Logical_Switch_Port

[ovs-dev] [PATCH ovn 3/8] ovn-nb: Improve documentation of health checks.

2020-10-21 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- ovn-nb.xml | 59 +++--- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/ovn-nb.xml b/ovn-nb.xml index 5a8ac4a0d0e0..27d6d056e508 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -1510,36 +1510,45 @@

[ovs-dev] My Dear in the lord

2020-10-21 Thread revdrjosephmoore
I've invited you to fill out the following form: Untitled form To fill it out, visit: https://docs.google.com/forms/d/e/1FAIpQLScxovn_XYrQtVE3GKUa6Jpt8ANMcC0jLqqQ_M9xsEuVzFlw8g/viewform?vc=0c=0w=1flr=0usp=mail_form_link My Dear in the lord My name is Mrs Ortega Lynmor I am a Norway Citizen who

[ovs-dev] [PATCH 0/2] Backport upstream lockdep bug fix

2020-10-21 Thread Greg Rose
First backport the rcu patch that adds conditional and then the bug fix from Tonghao Zhang that fixes a lockdep bug. Passes Travis here: https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/737547340 Joel Fernandes (Google) (1): compat: rcu: Add support for consolidated-RCU reader

Re: [ovs-dev] [PATCH v4 2/2] Eliminate use of term "slave" in bond, LACP, and bundle contexts.

2020-10-21 Thread Ben Pfaff
On Wed, Oct 21, 2020 at 11:39:05AM +0200, Ilya Maximets wrote: > Thanks for working on this! > Couple of minor comments inline. > > Best regards, Ilya Maximets. Thank you for all the comments. I folded in all of these changes. ___ dev mailing list

Re: [ovs-dev] [PATCH v4 0/2] Use more sensitive terminology.

2020-10-21 Thread Ben Pfaff
Thanks to Alin and Ilya for reviews! I applied these commits to master. On Fri, Oct 16, 2020 at 09:35:14PM -0700, Ben Pfaff wrote: > There's no value in risking turning people away from OVS due to > insensitive terminology choices. We can do better. > > v1->v2: Rebase. > v2->v3: Fix some new

[ovs-dev] Planes de carrera y sucesión.

2020-10-21 Thread Planes de vida y carrera dentro de la organización
Buenas Tardes Quise aprovechar la oportunidad de hacerte una invitación para tomar nuestro curso: Nombre: Planes de carrera y sucesión. Horario: de 10:00 a 17:00 hrs. ¿Cuándo?: Jueves 12 de Noviembre Formato: En línea con interacción en vivo. Lugar: En Vivo desde su computadora Asegurar la

Re: [ovs-dev] [PATCH dpdk-latest 0/3] Revert DPDK 20.05/20.08 sparse commits

2020-10-21 Thread David Marchand
On Wed, Oct 21, 2020 at 9:48 AM Eli Britstein wrote: > > With DPDK 20.11-rc1, travis fails. Reverting the commits that were done > for DPDK 20.05/20.08 fixes it. > > Note: maybe we can avoid merging them to master instead of applying and > reverting. > > Travis: >

[ovs-dev] Why are all the college students flocking to this? Better than Adderall

2020-10-21 Thread Lab Supplements Adderall
Having trouble viewing this email? Please follow this link to see the messaged emailed to you. Product Image Product Image Product Image (Unsubscribe Instructions Here) (Unsubscribe Instructions Here) ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH ovn] tests: Use ovn-nbctl --wait=hv sync for I-P test.

2020-10-21 Thread Gregory Smith
Numan Siddique wrote: > On Thu, Oct 15, 2020 at 4:45 AM Gregory Smith wrote: > > > > Gregory Smith wrote: > > > This patch makes the "controller I-P handling with monitoring disabled" > > > testcase more determinstic, by waiting for flows to be synchronized to > > > the hypervisor before counting

Re: [ovs-dev] [PATCH] travis: Fix kernel download retry.

2020-10-21 Thread Ilya Maximets
On 10/9/20 6:51 PM, Kevin Traynor wrote: > On 19/03/2020 07:32, David Marchand wrote: >> wget stops retrying to download a file when hitting fatal http errors >> like 503. >> But if a previous try had resulted in a partially downloaded ${file}, the >> next wget call tries to download to ${file}.1.

[ovs-dev] [PATCH ovn 3/5] controller: Add load balancer hairpin OF flows.

2020-10-21 Thread numans
From: Numan Siddique Presently to handle the load balancer hairpin traffic (the traffic destined to the load balancer VIP is dnatted to the backend which originated the traffic), ovn-northd adds a lot of logical flows to check this scenario. This patch attempts to reduce the these logical

Re: [ovs-dev] [PATCH v8 4/4] system-dpdk: add negotiation check for userspace-tso

2020-10-21 Thread Ilya Maximets
On 7/9/20 6:48 PM, Gowrishankar Muthukrishnan wrote: > This patch adds minimal check for userspace-tso in system-dpdk > tests, starting with verification on virtio negotiation. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > v8: > - split patch into logical units of changes (as this

[ovs-dev] Q4 Offer On Oracle Cloud Users Contact Lists

2020-10-21 Thread stephanie . flores
Hi, I would like to help you to target your competitor's customers through an email marketing strategy to improve your business? *Significant users list:* oracle cloud users, Salesforce Heroku users, Plesk users, AWS Lambda users, ServiceNow Platform users, SAP Cloud Platform users, Google

[ovs-dev] [PATCH ovn 0/5] Optimize load balancer hairpin logical flows.

2020-10-21 Thread numans
From: Numan Siddique This patch series optimizes the load balancer hairpin logical flows. Presently, ovn-northd generates a lot of these logical flows. Suppose there are 'm' load balancers associated to a logical switch and each load balancer has 'n' VIPs and each VIP has 'p' backends then

[ovs-dev] [PATCH ovn 5/5] northd: Make use of new hairpin actions.

2020-10-21 Thread numans
From: Numan Siddique This patch makes use of the new hairpin OVN actions - chk_lb_hairpin, chk_lb_hairpin_reply and ct_snat_to_vip. Suppose there are 'm' load balancers associated to a logical switch and each load balancer has 'n' VIPs and each VIP has 'p' backends then ovn-northd adds (m *

[ovs-dev] [PATCH ovn 1/5] Add new table Load_Balancer in Southbound database.

2020-10-21 Thread numans
From: Numan Siddique This patch adds a new table 'Load_Balancer' in SB DB and syncs the Load_Balancer table rows from NB DB to SB DB. An upcoming patch will make use of this table for handling the load balancer hairpin traffic. Signed-off-by: Numan Siddique --- northd/ovn-northd.c | 141

[ovs-dev] Schöne Grüße

2020-10-21 Thread mail off via dev
(I.M.F.) Hauptsitz # 1900, AV. PRÄSIDENT DU INTERNATIONALER WÄHRUNGSFONDS REF: -XVGNN82020     Sehr geehrter E-Mail-Inhaber / Fondsempfänger,   Ich habe Ihnen diesen Brief vor einem Monat geschickt, aberich habe noch nichts von Ihnen gehört Ich bin mir nicht sicher, ob Sie es erhalten

[ovs-dev] [PATCH ovn 4/5] actions: Add new actions chk_lb_hairpin, chk_lb_hairpin_reply and ct_snat_to_vip.

2020-10-21 Thread numans
From: Numan Siddique The action - chk_lb_hairpin checks if the packet destined to a load balancer VIP is to be hairpinned back to the same destination and if so, sets the destination register bit to 1. The action - chk_lb_hairpin_reply checks if the packet is a reply of the hairpinned packet.

Re: [ovs-dev] [PATCH v4 1/2] conntrack: Rename "master" connection to "parent" connection.

2020-10-21 Thread Alin Serdean
From: Ben Pfaff Sent: Saturday, October 17, 2020 7:36 AM To: d...@openvswitch.org Cc: Ben Pfaff; Alin Serdean Subject: [PATCH v4 1/2] conntrack: Rename "master" connection to "parent"

[ovs-dev] [PATCH ovn 2/5] northd: Refactor load balancer vip parsing.

2020-10-21 Thread numans
From: Numan Siddique Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. ovn-northd makes use of these functions. Upcoming patch will make use of these util functions for parsing SB Load_Balancers. Signed-off-by: Numan Siddique --- lib/automake.mk | 4 +- lib/lb.c

[ovs-dev] Industrial caster wheels and solutions manufacturer-Mingze CASTER China

2020-10-21 Thread Joy Zheung
Dear Sir or Madam, Guangdong Mingze Casters Wheels company here, the vendor of Durable, Tente caster, Abus, Ace hardware etc; 14 years industrial PU casters Expert, China Credit Manufacture Award, ISO9001:2015 by UKAS/SGS. Glad to hear that your esteemed company is in the market for casters

Re: [ovs-dev] [PATCH] NEWS: Move terminology update to correct place.

2020-10-21 Thread Ilya Maximets
On 10/20/20 6:32 PM, Ben Pfaff wrote: > On Tue, Oct 20, 2020 at 11:35:47AM +0200, Ilya Maximets wrote: >> It's Post-v2.14.0, not v2.14.0. >> >> Fixes: 807152a4ddfb ("Use primary/secondary, not master/slave, as names for >> OpenFlow roles.") >> Signed-off-by: Ilya Maximets > > Oops! Thank you.

[ovs-dev] [PATCH dpdk-latest 3/3] Revert "sparse: Fix build with 20.05 DPDK tracepoints."

2020-10-21 Thread Eli Britstein
This reverts commit 2f531cbdc46d92a3cd78572e3ce0e32eb9fd8d20. Signed-off-by: Eli Britstein --- include/sparse/automake.mk| 1 - include/sparse/rte_trace_point_provider.h | 26 --- 2 files changed, 27 deletions(-) delete mode 100644

[ovs-dev] [PATCH dpdk-latest 1/3] Revert "sparse: Fix build with DPDK 20.08."

2020-10-21 Thread Eli Britstein
This reverts commit 1978550dc36f477f1996b2f10dee24109e8df5c8. Signed-off-by: Eli Britstein --- include/sparse/automake.mk | 1 - include/sparse/rte_mbuf.h | 27 --- 2 files changed, 28 deletions(-) delete mode 100644 include/sparse/rte_mbuf.h diff --git

Re: [ovs-dev] [PATCH] raft: Report jsonrpc backlog in kilobytes.

2020-10-21 Thread Dumitru Ceara
On 10/20/20 6:20 PM, Ilya Maximets wrote: > On 10/20/20 1:51 PM, Dumitru Ceara wrote: >> On 10/20/20 1:16 PM, Ilya Maximets wrote: >>> While sending snapshots backlog on raft connections could quickly >>> grow over 4GB and this will overflow raft-backlog counter. >>> >>> Let's report it in kB

[ovs-dev] [PATCH ovn 1/5] Add new table Load_Balancer in Southbound database.

2020-10-21 Thread numans
From: Numan Siddique This patch adds a new table 'Load_Balancer' in SB DB and syncs the Load_Balancer table rows from NB DB to SB DB. An upcoming patch will make use of this table for handling the load balancer hairpin traffic. Signed-off-by: Numan Siddique --- northd/ovn-northd.c | 141

Re: [ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Eli Britstein
On 10/21/2020 3:31 PM, Ilya Maximets wrote: External email: Use caution opening links or attachments On 10/21/20 2:26 PM, Ilya Maximets wrote: On 10/21/20 2:17 PM, Stokes, Ian wrote: In sparse commit [1], __ATOMIC_* defines were introduced, which cause redefinition errors. Wrap OVS defines

[ovs-dev] [PATCH dpdk-latest 0/3] Revert DPDK 20.05/20.08 sparse commits

2020-10-21 Thread Eli Britstein
With DPDK 20.11-rc1, travis fails. Reverting the commits that were done for DPDK 20.05/20.08 fixes it. Note: maybe we can avoid merging them to master instead of applying and reverting. Travis: https://travis-ci.org/github/elibritstein/OVS/builds/737627018 Eli Britstein (3): Revert "sparse:

Re: [ovs-dev] [PATCH v8 3/4] system-dpdk: macro to set hugepages in numa nodes

2020-10-21 Thread Ilya Maximets
On 7/9/20 6:48 PM, Gowrishankar Muthukrishnan wrote: > Moved commands to set hugepages in every numa node into a macro > for tests to reuse. > > Signed-off-by: Gowrishankar Muthukrishnan > --- Hi. Sorry for so long delays. This patch seems redundant. I think, new tests should not configure

Re: [ovs-dev] [PATCH 0/2] Fixes for GTP-U metadata parsing and formatting.

2020-10-21 Thread Ilya Maximets
On 10/19/20 8:23 PM, Ilya Maximets wrote: > Ilya Maximets (2): > odp-util: Fix using uninitialized gtpu metadata. > odp-util: Add missing comma after gtpu attributes. > > lib/odp-util.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Yi Yang, thanks for review! Applied to

Re: [ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Ilya Maximets
On 10/21/20 2:17 PM, Stokes, Ian wrote: >> In sparse commit [1], __ATOMIC_* defines were introduced, which cause >> redefinition errors. Wrap OVS defines with #ifndef to fix it. > > Thanks for this Eli as well as the testing, was a bit confused myself as the > community CI was passing yesterday

[ovs-dev] [PATCH] NEWS: Move GTP-U entry to correct release.

2020-10-21 Thread Ilya Maximets
GTP-U support was released in 2.14, not 2.13. Fixes: 3c6d05a02e0f ("userspace: Add GTP-U support.") Signed-off-by: Ilya Maximets --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fa8947cb2..0991f5c87 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,9

Re: [ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Eli Britstein
On 10/21/2020 3:17 PM, Stokes, Ian wrote: External email: Use caution opening links or attachments In sparse commit [1], __ATOMIC_* defines were introduced, which cause redefinition errors. Wrap OVS defines with #ifndef to fix it. Thanks for this Eli as well as the testing, was a bit

Re: [ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Ilya Maximets
On 10/21/20 2:26 PM, Ilya Maximets wrote: > On 10/21/20 2:17 PM, Stokes, Ian wrote: >>> In sparse commit [1], __ATOMIC_* defines were introduced, which cause >>> redefinition errors. Wrap OVS defines with #ifndef to fix it. >> >> Thanks for this Eli as well as the testing, was a bit confused

Re: [ovs-dev] [PATCH ovn] ovn-ic: Fix route hash.

2020-10-21 Thread Numan Siddique
On Wed, Oct 14, 2020 at 10:38 PM Han Zhou wrote: > > The 'nexthop' that passed to ic_route_hash() is not fully initialized in > get_nexthop_from_lport_addresses(). 'nexthop' has type of 'struct v46_ip' > which > contains a union to share space for ipv4 and ipv6 address. If only ipv4 >

[ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Eli Britstein
In sparse commit [1], __ATOMIC_* defines were introduced, which cause redefinition errors. Wrap OVS defines with #ifndef to fix it. [1] https://git.kernel.org/pub/scm/devel/sparse/sparse.git/commit/?id=cf8f104749f5bca36852989297af8cc19ff24d5f Tested-at:

Re: [ovs-dev] [PATCH dpdk-latest 0/3] Revert DPDK 20.05/20.08 sparse commits

2020-10-21 Thread Eli Britstein
On 10/21/2020 11:56 AM, Ilya Maximets wrote: External email: Use caution opening links or attachments On 10/21/20 10:34 AM, David Marchand wrote: On Wed, Oct 21, 2020 at 9:48 AM Eli Britstein wrote: With DPDK 20.11-rc1, travis fails. Reverting the commits that were done for DPDK

Re: [ovs-dev] [PATCH dpdk-latest 1/1] sparse: Fix __ATOMIC_* redefinition errors

2020-10-21 Thread Stokes, Ian
> In sparse commit [1], __ATOMIC_* defines were introduced, which cause > redefinition errors. Wrap OVS defines with #ifndef to fix it. Thanks for this Eli as well as the testing, was a bit confused myself as the community CI was passing yesterday initially with RC1, so good catch. One minor

Re: [ovs-dev] [PATCH ovn] ovn-ic: Fix route hash.

2020-10-21 Thread Han Zhou
On Wed, Oct 21, 2020 at 6:38 AM Numan Siddique wrote: > > On Wed, Oct 14, 2020 at 10:38 PM Han Zhou wrote: > > > > The 'nexthop' that passed to ic_route_hash() is not fully initialized in > > get_nexthop_from_lport_addresses(). 'nexthop' has type of 'struct v46_ip' which > > contains a union to

Re: [ovs-dev] [PATCH dpdk-latest 0/3] Revert DPDK 20.05/20.08 sparse commits

2020-10-21 Thread Ilya Maximets
On 10/21/20 10:34 AM, David Marchand wrote: > On Wed, Oct 21, 2020 at 9:48 AM Eli Britstein wrote: >> >> With DPDK 20.11-rc1, travis fails. Reverting the commits that were done >> for DPDK 20.05/20.08 fixes it. >> >> Note: maybe we can avoid merging them to master instead of applying and >>

Re: [ovs-dev] [PATCH 1/2] compat: rcu: Add support for consolidated-RCU reader checking

2020-10-21 Thread 0-day Robot
Bleep bloop. Greetings Greg Rose, 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 Joel Fernandes (Google) needs to sign off. WARNING: Unexpected sign-offs from

Re: [ovs-dev] [PATCH] dpif-netdev: Add miniflow bits to dump-flows.

2020-10-21 Thread William Tu
On Wed, Oct 21, 2020 at 8:47 AM Stokes, Ian wrote: > > > On 6/8/20 5:36 PM, William Tu wrote: > > > On Mon, Jun 8, 2020 at 7:01 AM Ilya Maximets wrote: > > >> > > >> On 5/14/20 4:11 PM, William Tu wrote: > > >>> The 'dpctl/dump-flows -m' only shows the number of 1-bit in the > > >>> miniflow

[ovs-dev] Why are all the college students flocking to this? Better than Adderall

2020-10-21 Thread Lab RxFree
Having trouble viewing this email? Please follow this link to see the messaged emailed to you. Product Image Product Image Product Image (Unsubscribe Instructions Here) (Unsubscribe Instructions Here) ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 2/2] datapath: ovs_ct_exit to be done under ovs_lock

2020-10-21 Thread 0-day Robot
Bleep bloop. Greetings Greg Rose, 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 Tonghao Zhang needs to sign off. WARNING: Unexpected sign-offs from developers who

Re: [ovs-dev] [PATCH v2] windows: Bump OpenSSL version

2020-10-21 Thread Ilya Maximets
On 10/13/20 2:46 PM, Alin Gabriel Serdean wrote: > Switch from OpenSSL 1.0.2 to 1.1.1. > > `mkdir` does not support permission arguments on Windows. Create a wrapper > for it that uses only the last argument and uses `-p` option. Does chmod work fine on windows? Maybe it's better to replace

[ovs-dev] [PATCH 2/2] datapath: ovs_ct_exit to be done under ovs_lock

2020-10-21 Thread Greg Rose
From: Tonghao Zhang Upstream commit: commit 27de77cec985233bdf6546437b9761853265c505 Author: Tonghao Zhang Date: Fri Apr 17 02:57:31 2020 +0800 net: openvswitch: ovs_ct_exit to be done under ovs_lock syzbot wrote: | = | WARNING:

[ovs-dev] [PATCH 1/2] compat: rcu: Add support for consolidated-RCU reader checking

2020-10-21 Thread Greg Rose
From: "Joel Fernandes (Google)" Upstream commit: commit 28875945ba98d1b47a8a706812b6494d165bb0a0 Author: Joel Fernandes (Google) Date: Tue Jul 16 18:12:22 2019 -0400 rcu: Add support for consolidated-RCU reader checking This commit adds RCU-reader checks to