Re: [openflowplugin-dev] PortReason Flag not set properly during port deletes

2018-04-10 Thread D Arunprakash
Patch merged in master, please run csit on the genius patch and let us know the results. Regards, Arun From: Faseela K Sent: Tuesday, April 10, 2018 2:07 PM To: D Arunprakash ; Suja T ; openflowplugin-dev

Re: [openflowplugin-dev] Doubt on openflow reconciliation logic

2018-04-10 Thread D Arunprakash
If you enable bundle reconciliation, then all the groups and flows will be deleted before pushing the new flows and groups. Otherwise, normal reconciliation will just replace the old flows and groups and won’t do any cleanup. There is no table specific flow deletion in resync. Regards, Arun

Re: [openflowplugin-dev] PortReason Flag not set properly during port deletes

2018-04-10 Thread Faseela K
Hi Arun, Any update on this? :) Thanks, Faseela From: D Arunprakash Sent: Monday, April 02, 2018 3:03 PM To: Faseela K ; Suja T ; openflowplugin-dev Cc: genius-...@lists.opendaylight.org; odl netvirt dev

[openflowplugin-dev] Doubt on openflow reconciliation logic

2018-04-10 Thread Faseela K
Hi openflowplugin-devs, In COE, we have a usecases where we need to manage one flow table on a bridge, outside ODL. However there are several other flow tables on the same bridge which is managed by ODL as well. 1. What will be the behavior of resync in such a case? Will ODL wipe off

Re: [openflowplugin-dev] Doubt on openflow reconciliation logic

2018-04-10 Thread Josh Hershberg
As far as I can tell from ...openflowplugin.applications.frm.impl.FlowNodeReconciliationImpl#createMessages the first thing done during reconciliation is that all flows and groups are deleted. Although bundles are not yet implemented for upgrade, the plan is to also remove all flows and groups as

Re: [openflowplugin-dev] [genius-dev] Move datastoreutils and other infra utilities outside mdsalutil?

2018-04-10 Thread Faseela K
Just an FYI. We have added a new feature called “odl-genius-tools”, and have started migrating some of the datastore related utils to a new module called genius/tools [0]. This is just to make a light weight feature for use by applications who just need datastore related utils. Please