openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 02:37 |
---|---|---|
openstackgerrit | jingting proposed openstack/dragonflow: Support VM live migration https://review.openstack.org/394759 | 03:05 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 03:06 |
openstackgerrit | hujie proposed openstack/dragonflow: uniform the method name for resource operations(sg) https://review.openstack.org/404850 | 03:35 |
openstackgerrit | hujie proposed openstack/dragonflow: uniform the method name for resource operations(lswitch) https://review.openstack.org/404850 | 03:38 |
openstackgerrit | hujie proposed openstack/dragonflow: uniform the method name for resource operations(sg) https://review.openstack.org/407299 | 03:39 |
openstackgerrit | Merged openstack/dragonflow: fix problem about subscriber on neutron server when redis failover https://review.openstack.org/399334 | 03:51 |
openstackgerrit | rajiv proposed openstack/dragonflow: Spec to support service status reporting https://review.openstack.org/402395 | 04:03 |
*** yamamoto_ has joined #openstack-dragonflow | 04:11 | |
openstackgerrit | Merged openstack/dragonflow: Use etcd3 stable release https://review.openstack.org/405983 | 04:19 |
openstackgerrit | Merged openstack/dragonflow: Move test case from test_local_controller to test_df_local_controller https://review.openstack.org/406470 | 04:20 |
openstackgerrit | Merged openstack/dragonflow: Delete deprecated Hacking in tox.ini https://review.openstack.org/406538 | 04:23 |
*** devlaps has joined #openstack-dragonflow | 04:58 | |
*** yamamoto_ has quit IRC | 05:03 | |
*** yamamoto_ has joined #openstack-dragonflow | 05:44 | |
*** oanson has joined #openstack-dragonflow | 06:25 | |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 06:32 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Rename l2_ml2_app.py to l2_app.py https://review.openstack.org/406148 | 06:37 |
*** gampel has joined #openstack-dragonflow | 06:39 | |
openstackgerrit | hujie proposed openstack/dragonflow: Uniform constants in df https://review.openstack.org/405226 | 07:16 |
*** irenab_ has joined #openstack-dragonflow | 07:19 | |
*** shz has quit IRC | 07:24 | |
*** lihi has joined #openstack-dragonflow | 07:25 | |
openstackgerrit | hujie proposed openstack/dragonflow: Uniform constants in df https://review.openstack.org/405226 | 07:27 |
*** gampel has quit IRC | 07:47 | |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 07:57 |
openstackgerrit | hujie proposed openstack/dragonflow: uniform the method name for resource operations(fip) https://review.openstack.org/407395 | 08:22 |
*** dimak has joined #openstack-dragonflow | 08:23 | |
*** zenoway has joined #openstack-dragonflow | 08:43 | |
openstackgerrit | hujie proposed openstack/dragonflow: Uniform constants in df https://review.openstack.org/405226 | 08:58 |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Refactor DHCP app for code reusage https://review.openstack.org/274528 | 09:15 |
*** yuli_s has joined #openstack-dragonflow | 09:57 | |
yuli_s | hello | 09:57 |
yuli_s | yamamoto_, you here ? | 09:57 |
yamamoto_ | hi | 09:58 |
yuli_s | does the tap project wants to support tap of the tap ? | 09:58 |
yamamoto_ | mirroring mirrored traffic you mean? | 09:59 |
yuli_s | yes | 09:59 |
yuli_s | [T1] taps [A] and [T2] taps [T1] | 10:00 |
yuli_s | [T1] taps [A] ; [T2] taps [T1] | 10:00 |
yamamoto_ | i'm not sure. it's currently gray area. i think some implementations supports it. eg. midonet | 10:03 |
yamamoto_ | do you have actual use case? | 10:04 |
yuli_s | sure, left hand admin ;) | 10:04 |
yamamoto_ | left hand? | 10:06 |
yuli_s | the guy with 2 left hands | 10:07 |
yamamoto_ | sorry i don't understand | 10:08 |
yuli_s | it is a joke | 10:08 |
yamamoto_ | ah, ok | 10:09 |
yamamoto_ | i don't think the reference implementation supports it. so i guess we need some capability mechanism for drivers. | 10:09 |
openstackgerrit | Hong Hui Xiao proposed openstack/dragonflow: Add port qos code https://review.openstack.org/337497 | 10:10 |
yuli_s | we have a dilemma here, when T2 taps T1 it can mean that T2 wants to receive only T2 own packets ( not mirrored ones) | 10:11 |
yamamoto_ | good point | 10:11 |
yuli_s | or it can mean, that when T2 taps T1, the T2 will receive all T1 packets including the mirrored\ | 10:11 |
yamamoto_ | midonet implementation is the latter | 10:12 |
yuli_s | hm | 10:13 |
yamamoto_ | does it affect your design much? | 10:14 |
yuli_s | from technical point we can implement both solutions | 10:14 |
*** oanson has quit IRC | 10:15 | |
yamamoto_ | with the latter semantics it might be difficult to avoid loop for some implementations | 10:15 |
yuli_s | yes, you are right | 10:15 |
yuli_s | and we have a solution for this problem | 10:16 |
yamamoto_ | this problem == loop avoidance? | 10:17 |
yuli_s | but Omer does not likes it much | 10:17 |
yuli_s | yamamoto_, nop | 10:17 |
yuli_s | https://review.openstack.org/#/c/396307/14/doc/source/specs/tap_as_a_service.rst | 10:18 |
yuli_s | check "Packet cycling prevention" section | 10:18 |
* yamamoto_ reading | 10:20 | |
yuli_s | each mirrored packet will be received only one time | 10:21 |
*** ntr0py_ is now known as ntr0py | 10:23 | |
yamamoto_ | so, the only problem here is that taas api semantics is unclear? | 10:24 |
yuli_s | at this point yes | 10:27 |
yuli_s | we need to make sure that we work similar to official version | 10:27 |
yamamoto_ | i added it to taas meeting agenda https://wiki.openstack.org/wiki/Meetings/taas | 10:34 |
yamamoto_ | unless there's some good use case, i guess it's the safest to make the plugin prevent it. | 10:35 |
yamamoto_ | how do you think? | 10:35 |
*** rajivk has quit IRC | 10:36 | |
*** rajivk has joined #openstack-dragonflow | 10:36 | |
yuli_s | yamamoto_, yes, for me it is ok ! | 10:37 |
*** gampel has joined #openstack-dragonflow | 10:59 | |
*** rajivk has quit IRC | 11:53 | |
*** rajivk has joined #openstack-dragonflow | 12:06 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Add CRUD class to API NB https://review.openstack.org/407009 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lswitch northbound API methods https://review.openstack.org/407010 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor chassis northbound API methods https://review.openstack.org/407011 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lports northbound API methods https://review.openstack.org/407012 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lrouter northbound API methods https://review.openstack.org/407014 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor floatingip northbound API methods https://review.openstack.org/407015 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor publisher northbound API methods https://review.openstack.org/407016 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor qos policy northbound API methods https://review.openstack.org/407017 | 12:10 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor secgroup northbound API methods https://review.openstack.org/407478 | 12:10 |
openstackgerrit | Lihi Wishnitzer proposed openstack/dragonflow: [wip] See who uses host_routes in tests https://review.openstack.org/407024 | 12:16 |
openstackgerrit | hujie proposed openstack/dragonflow: Fix invalid dpdk configuration https://review.openstack.org/406751 | 12:16 |
*** yuanwei has quit IRC | 12:39 | |
*** yamamoto_ has quit IRC | 13:01 | |
*** lihi has quit IRC | 13:28 | |
*** yamamoto has joined #openstack-dragonflow | 13:49 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Add CRUD class to API NB https://review.openstack.org/407009 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lswitch northbound API methods https://review.openstack.org/407010 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor chassis northbound API methods https://review.openstack.org/407011 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lports northbound API methods https://review.openstack.org/407012 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lrouter northbound API methods https://review.openstack.org/407014 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor floatingip northbound API methods https://review.openstack.org/407015 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor secgroup northbound API methods https://review.openstack.org/407478 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor publisher northbound API methods https://review.openstack.org/407016 | 13:50 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor qos policy northbound API methods https://review.openstack.org/407017 | 13:50 |
*** irenab_ has quit IRC | 13:52 | |
*** yamamoto has quit IRC | 14:07 | |
*** oanson has joined #openstack-dragonflow | 14:08 | |
*** yamamoto has joined #openstack-dragonflow | 14:10 | |
*** yamamoto has quit IRC | 14:11 | |
*** gampel has left #openstack-dragonflow | 14:18 | |
*** devlaps has quit IRC | 14:21 | |
*** yamamoto has joined #openstack-dragonflow | 14:21 | |
*** yamamoto has quit IRC | 14:24 | |
*** yamamoto has joined #openstack-dragonflow | 14:25 | |
*** yamamoto has quit IRC | 14:27 | |
*** yamamoto has joined #openstack-dragonflow | 14:32 | |
*** yamamoto has quit IRC | 14:34 | |
*** yamamoto has joined #openstack-dragonflow | 14:38 | |
*** yamamoto has quit IRC | 14:39 | |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Add close function on publishers https://review.openstack.org/407541 | 14:40 |
openstackgerrit | Omer Anson proposed openstack/dragonflow: Do not use multiproc publishers in fullstack tests https://review.openstack.org/407542 | 14:40 |
*** yamamoto has joined #openstack-dragonflow | 14:41 | |
*** yamamoto has quit IRC | 14:42 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Add CRUD class to API NB https://review.openstack.org/407009 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lswitch northbound API methods https://review.openstack.org/407010 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor chassis northbound API methods https://review.openstack.org/407011 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lports northbound API methods https://review.openstack.org/407012 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lrouter northbound API methods https://review.openstack.org/407014 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor floatingip northbound API methods https://review.openstack.org/407015 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor secgroup northbound API methods https://review.openstack.org/407478 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor publisher northbound API methods https://review.openstack.org/407016 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor qos policy northbound API methods https://review.openstack.org/407017 | 14:48 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: Rename publisher & subscriber in nb api https://review.openstack.org/407548 | 14:48 |
dimak | oanson, can take a look at ^ please? | 14:49 |
oanson | Which one? :) | 14:49 |
dimak | Pick any 10 :) | 14:50 |
oanson | Any 10? | 14:50 |
oanson | You don't have enough chocolate for 10. | 14:50 |
oanson | yuli_s, ping | 14:50 |
dimak | Well, all that start with Refactor are very similar, take a look at any | 14:51 |
dimak | oanson, api_nb is more than 40% slimmer in the last patch | 14:53 |
oanson | Cool | 14:53 |
*** yamamoto has joined #openstack-dragonflow | 14:59 | |
*** yamamoto has quit IRC | 15:00 | |
*** yamamoto has joined #openstack-dragonflow | 15:06 | |
*** yamamoto has quit IRC | 15:07 | |
*** yamamoto has joined #openstack-dragonflow | 15:11 | |
*** yamamoto has quit IRC | 15:15 | |
*** yamamoto has joined #openstack-dragonflow | 15:15 | |
oanson | dimak, ping | 15:36 |
dimak | oanson, yes | 15:37 |
oanson | about your nb refactor code. | 15:37 |
dimak | its still broked | 15:37 |
oanson | Any chance you'll open a bp, and write there which patch depends on which? It's difficult to keep up | 15:37 |
oanson | You can update the commit msgs later (since there'll doubtlessly be comments) | 15:38 |
dimak | Ok, I'll open a BP | 15:38 |
oanson | Thanks | 15:40 |
*** yamamoto has quit IRC | 15:45 | |
*** yamamoto has joined #openstack-dragonflow | 15:54 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Add CRUD class to API NB https://review.openstack.org/407009 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lswitch northbound API methods https://review.openstack.org/407010 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor chassis northbound API methods https://review.openstack.org/407011 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lport northbound API methods https://review.openstack.org/407012 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor lrouter northbound API methods https://review.openstack.org/407014 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor floatingip northbound API methods https://review.openstack.org/407015 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor secgroup northbound API methods https://review.openstack.org/407478 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor publisher northbound API methods https://review.openstack.org/407016 | 16:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow: [WIP] Refactor qos policy northbound API methods https://review.openstack.org/407017 | 16:07 |
*** devlaps has joined #openstack-dragonflow | 16:08 | |
*** yamamoto has quit IRC | 16:12 | |
*** oanson has quit IRC | 16:22 | |
*** yamamoto has joined #openstack-dragonflow | 16:29 | |
*** zenoway has quit IRC | 16:45 | |
*** zenoway has joined #openstack-dragonflow | 16:46 | |
*** zenoway has quit IRC | 16:50 | |
*** dimak has quit IRC | 16:58 | |
*** irenab_ has joined #openstack-dragonflow | 17:21 | |
*** irenab has quit IRC | 17:23 | |
*** irenab_ is now known as irenab | 17:23 | |
*** yamamoto has quit IRC | 17:30 | |
*** dimak has joined #openstack-dragonflow | 19:08 | |
*** devlaps has quit IRC | 19:16 | |
*** devlaps has joined #openstack-dragonflow | 19:17 | |
*** dimak has quit IRC | 19:48 | |
*** gampel has joined #openstack-dragonflow | 19:50 | |
*** gampel has quit IRC | 20:07 | |
*** devlaps has quit IRC | 20:10 | |
*** devlaps has joined #openstack-dragonflow | 21:07 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!