Re: [ovs-dev] [PATCH v2] ovn: Avoid nb_cfg update notification flooding

2018-03-25 Thread Anil Venkata
Acked-By: Venkata Anil I have reviewed and tested the patch. It looks good to me. Thanks Anil On Mon, Mar 26, 2018 at 11:09 AM, Anil Venkata wrote: > > On Sat, Mar 24, 2018 at 7:06 AM, Han Zhou wrote: > >> Anil, thanks for the

Re: [ovs-dev] [PATCH v2] ovn: Avoid nb_cfg update notification flooding

2018-03-25 Thread Anil Venkata
On Sat, Mar 24, 2018 at 7:06 AM, Han Zhou wrote: > Anil, thanks for the review! > > On Thu, Mar 22, 2018 at 11:12 PM, Anil Venkata > wrote: > > > > Is it possible to add a test for this patch i.e testing if hypervisors > correctly updating > >

[ovs-dev] 您已终止您的帐户(立即更新)ovs-dev@openvswitch.org

2018-03-25 Thread Postmaster
lE8a0F: ovs-dev@openvswitch.org b11NECe36R30N86~C8k62`A8v84^10b37v84�F7l42�0C^76N14�E5�C7z0B]F2u31b11NECv84�AENF6\0F~C4SD1�77�0C�F7~D9b11NEC24\0FeF6~C8k62`A8v84^10b37002 zCBS73SD6m88Y04t06 Y82g9C`A8`F3SD6m88~C8k62�F7l42�0C�F7pB9QFBN0A�62v84�FEcA5�CDeB0oC0m3B`A8v84^10b37002

Re: [ovs-dev] OVS will hit an assert if encap(nsh) is done in bucket of group

2018-03-25 Thread Yang, Yi
I tried the below fix patch you mentioned, it did fix this issue. diff --git a/lib/ofp-actions.c b/lib/ofp-actions.c index db85716..87797bc 100644 --- a/lib/ofp-actions.c +++ b/lib/ofp-actions.c @@ -6985,9 +6985,6 @@ ofpact_is_set_or_move_action(const struct ofpact *a) case

Re: [ovs-dev] OVS will hit an assert if encap(nsh) is done in bucket of group

2018-03-25 Thread Yang, Yi Y
Jan, thank you so much, very exhaustive analysis :), I'll double check your fix patch. From: Jan Scheurich [mailto:jan.scheur...@ericsson.com] Sent: Sunday, March 25, 2018 9:09 AM To: Yang, Yi Y Cc: d...@openvswitch.org; Zoltán Balogh Subject:

[ovs-dev] . A few of your incoming messages has been suspended

2018-03-25 Thread Ferdinand Sarindat (HA-GTO/ADKU)
Your Messages Has Been Suspended By Microsoft Outlook Team A few of your incoming messages has been suspended by microsoft verification Team because your email box account has not been properly verify. Do verify now to receive your suspended messages now.

[ovs-dev] -WINNING AWARD NOTIFICATION

2018-03-25 Thread subarucartelinternational
SUBARU CARTEL GLO INTERNATIONAL LOTTO PROGRAM. Kindly View your Winning Notification attachment below, If you fine the notification on spam kindly move it into inbox to enable you view the winning properly, Once again Congratulation. Sincerely Management Mr.Peter

[ovs-dev] cześć piękna

2018-03-25 Thread Jack
Witaj piekna, czy moge cie poznac? Bede szczesliwy, jesli bedziemy mogli byc bliskimi przyjaciólmi. Prosze, przywitaj sie, to bedzie zaszczyt. Wielbiciel. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] lib/netdev-tc-offloads: Fix frag first/later translation

2018-03-25 Thread Roi Dayan
On 25/03/2018 12:11, Roi Dayan wrote: Fragment mask (any and later) always exists so we need to test for FLOW_NW_FRAG_LATER only if the state is FLOW_NW_FRAG_ANY. Before this fix we could pass frag no and first at the same time to TC which is also not tested there for bad frag state. This fix

Re: [ovs-dev] [PATCH V1 1/2] lib/tc: Handle error parsing action in nl_parse_single_action

2018-03-25 Thread Roi Dayan
On 22/03/2018 12:39, Roi Dayan wrote: On 21/03/2018 12:55, Simon Horman wrote: On Mon, Mar 12, 2018 at 02:58:46PM +0200, Roi Dayan wrote: Raise the error up instead of ignoring it. Before this commit beside an error an incorrect rule was also printed. Signed-off-by: Roi Dayan

[ovs-dev] [PATCH] lib/netdev-tc-offloads: Fix frag first/later translation

2018-03-25 Thread Roi Dayan
Fragment mask (any and later) always exists so we need to test for FLOW_NW_FRAG_LATER only if the state is FLOW_NW_FRAG_ANY. Before this fix we could pass frag no and first at the same time to TC which is also not tested there for bad frag state. This fix make sure we only pass frag first/later if