Thursday, 2020-10-15

*** JamesBenson has joined #openvswitch00:17
*** JamesBenson has quit IRC00:22
*** JamesBenson has joined #openvswitch00:35
*** rcernin has quit IRC02:26
*** rcernin has joined #openvswitch02:50
*** |subz3r0| has quit IRC03:16
*** |subz3r0| has joined #openvswitch03:17
*** |subz3r0| has joined #openvswitch03:17
*** fdangelo has quit IRC03:47
*** mmichelson_ has joined #openvswitch04:53
*** mmichelson has quit IRC04:56
*** ClaesN has joined #openvswitch04:58
*** jgjl has quit IRC05:12
*** jaicaa has quit IRC06:00
*** jaicaa has joined #openvswitch06:02
*** eelco has joined #openvswitch06:13
*** slaweq has joined #openvswitch06:36
*** ralonsoh has joined #openvswitch06:53
*** rcernin has quit IRC07:35
*** rcernin_ has joined #openvswitch07:35
*** rcernin_ has quit IRC07:42
*** dmellado has quit IRC07:43
*** dmellado has joined #openvswitch07:47
*** rcernin_ has joined #openvswitch09:56
*** thaller_afk is now known as thaller10:15
*** rcernin_ has quit IRC10:25
*** rcernin_ has joined #openvswitch10:42
*** tbachman has quit IRC11:02
*** rcernin_ has quit IRC11:06
*** grive has quit IRC11:48
*** rcernin_ has joined #openvswitch12:00
*** grive has joined #openvswitch12:22
*** fdangelo has joined #openvswitch12:23
*** rcernin_ has quit IRC14:27
*** fdangelo has quit IRC14:28
*** eelco has quit IRC15:31
*** tbachman has joined #openvswitch15:32
*** donhw has quit IRC15:48
*** donhw has joined #openvswitch15:53
*** eelco has joined #openvswitch15:53
*** eelco has quit IRC16:03
*** donhw has quit IRC16:06
*** donhw has joined #openvswitch16:09
*** tryauuum has joined #openvswitch16:27
*** dceara has joined #openvswitch17:02
*** mmichelson_ has quit IRC17:19
*** mmichelson has joined #openvswitch17:20
mmichelsonHi everyone17:20
mmichelsonI'm a bit late to the party today. Had some IRC issues17:20
imaximetshi17:21
mmichelson#startmeeting ovn_community_development_discussion17:21
openstackMeeting started Thu Oct 15 17:21:40 2020 UTC and is due to finish in 60 minutes.  The chair is mmichelson. Information about MeetBot at http://wiki.debian.org/MeetBot.17:21
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:21
openstackThe meeting name has been set to 'ovn_community_development_discussion'17:21
mmichelsonI can start things off, but there's not much for me to report.17:22
dcearaHi17:22
mmichelsonBiggest time sink of mine this week has been reviews. I still have more in my queue to look at17:22
mmichelsonI'm also writing up a post that will hopefully go on the OVN website that gives an overview of changes in 20.0917:23
mmichelsonNothing too deep, but more than just what's in the NEWS file.17:23
mmichelsonAnd that's all for me to report17:23
imaximetsI have a very little update.17:26
imaximetsThis week I tried to run OVN tests with clang MemorySanitizer and found on issue with ic.17:27
imaximetsIt hashes struct v46_ip with uninitialized memory inside.17:27
mmichelsonI think I saw a patch from Han with a fix for that17:27
imaximetsYep, I sent a bug report to maillist and zhouhan sent a patch for this.17:28
imaximetsThat's it from my side for OVN this week.17:28
_lore_hi all17:29
_lore_can I go next?17:29
_lore_very quick17:29
mmichelsongo for it17:29
_lore_this week I posted:17:29
_lore_1- iPXE support for ovn17:29
_lore_tested by OSP folks17:29
_lore_2- Renew/Rebind support for IPv6 PD17:30
_lore_3- now I stared working on a BFD implementation in OVN to enable link failure detection for emcp routing17:30
_lore_that's all from my side17:30
dcearaI have a quick update too if I may go next.17:31
mmichelsonyeah I like these quick updates :)17:32
dcearaThanks to zhouhan and Mark Gray for reviews on the ofctrl predictable conflict resolution patches! I sent a v6 and today a v7: http://patchwork.ozlabs.org/project/ovn/patch/1602753150-31918-1-git-send-email-dceara@redhat.com/17:32
zhouhandceara: thank you! I am reviewing now.17:33
dcearazhouhan: Sorry, I think we had some confusion at some point, but I hope it's all sorted out now.17:33
dcearaExcept for that I did some reviews this week and I wanted to bring up to attention numans' question on patch http://patchwork.ozlabs.org/project/ovn/patch/20201014091525.3391981-1-numans@ovn.org/17:34
dcearaThat's it from my side, thanks!17:35
numansdceara, thanks for bringing it up.17:35
dcearanumans: I didn't know if you'd join :)17:35
numansI can go real quick too.17:35
* numans just joined17:35
numansIt would be great if mmichelson zhouhan and others can provide their comments to the link dceara shared.17:36
numansbased on that, I'll spin up next version of reject patch series.17:36
zhouhannumans: is the question about whether we should swap IPs and ETHs together?17:36
numansother than that I worked for reducing the hairpin flows.17:36
numanszhouhan, yes17:37
numanszhouhan, or versus whether to go another ovn field ip.src <-> ip.dst17:37
numanswhich results in another packet-in.17:37
mmichelsonnumans, I'll have a look after this meeting.17:38
numansmmichelson, thanks.17:38
zhouhananother packet-in sounds bad :(17:38
mmichelsonyeah the issue is that the ip.src <-> ip.dst results in a packet in, and then the reject {} does a second packet in.17:38
numanszhouhan, which means we need to swap eth src and eth dst and ip src and ip dst17:38
numansmmichelson, zhouhan FYI we do the same for icmp4.frag_mtu too17:39
zhouhannumans: you mean two packet-ins for frag_mtu?17:40
numansI'm fine to implicitly swap these fields in reject pkt-in, but normally in OVN,  we specify the inner actions to any OVN action17:40
numanszhouhan, the usage of it is - icmp4 { eth.src <-> eth.dst ,...., icmp4.frag_mtu = 1500 ...}17:40
numanszhouhan, this results in packetin for icmp4 action17:40
dcearanumans: In my opinion "reject" is explicit enough to imply that it will generate a packet with addresses swapped.17:41
numansand then again to set icmp4.frag_mtu (with pause flag set for this one)17:41
numanszhouhan, that was suggested by Ben when I worked on it while back17:41
numansI'm fine with both the approaches. I'll respin the patches based on the comments :)17:42
numansThat's it from my side.17:42
zhouhannumans: thanks for the information. I will check it offline.17:42
numanszhouhan, welcome17:42
zhouhanMay I go next?17:43
zhouhanI want to briefly discuss the _is_new problem, if Mark Gray is here?17:43
mmichelsonHm, if he's in here he's using a nick I'm not familiar with17:44
zhouhandceara: thanks for sharing the code that relies on _is_new() for a row inserted in current transaction17:44
zhouhandceara: I think there is some confusion for those interfaces _is_new(), _is_modified() ...17:45
dcearazhouhan: I agree. But we do use them for locally inserted records too. We could make them work in that case too. Which is what Mark's patch does, IIUC.17:45
zhouhandceara: for my understanding these are for tracked changes only. But it seems it is used for checking a row added in current transaction (not committed yet)17:45
zhouhandceara: yes, it is definitely possible to change it.17:46
dcearazhouhan: I think the patch will not break the tracked changes functionality so I think it would be good to have.17:47
zhouhandceara: but if we change, we should make sure it is changed for modify and delete, not only just for insert. (I am not 100% sure if there is any potential problems, need to study more on this)17:47
dcearaBut I'm not extremely familiar with that code so I might be wrong.17:47
dcearazhouhan: OK, I see.17:48
zhouhandceara: let's check more and discuss with Mark Gray.17:48
dcearazhouhan: Ack.17:48
zhouhanI don't have any other updates except the bug fix and some reviews17:49
zhouhanthanks17:49
mmichelsonOkie-dokie. Anyone else have updates?17:50
*** donhw has quit IRC17:51
*** donhw_ has joined #openvswitch17:51
mmichelsonI guess that's it then. Thanks everyone!17:52
mmichelson#endmeeting17:52
openstackMeeting ended Thu Oct 15 17:52:28 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:52
openstackMinutes:        http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-10-15-17.21.html17:52
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-10-15-17.21.txt17:52
openstackLog:            http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-10-15-17.21.log.html17:52
dcearaBye!17:53
*** donhw_ has quit IRC17:58
*** donhw has joined #openvswitch18:03
*** dceara has quit IRC18:05
*** mdgray has joined #openvswitch18:10
*** oanson has quit IRC18:18
*** oanson has joined #openvswitch18:19
*** ralonsoh has quit IRC18:22
*** donhw has quit IRC18:59
*** donhw has joined #openvswitch18:59
*** gregwork has quit IRC19:26
*** imaximets has quit IRC19:28
*** imaximets has joined #openvswitch19:28
*** fdangelo has joined #openvswitch19:40
*** oanson has quit IRC20:15
*** oanson has joined #openvswitch20:15
*** mdgray has quit IRC20:17
*** jobewan has quit IRC21:14
*** dcbw has quit IRC21:15
*** slaweq has quit IRC21:31
*** rcernin_ has joined #openvswitch22:03
*** rcernin_ has quit IRC22:19
*** slaweq has joined #openvswitch22:22
*** slaweq has quit IRC22:38
*** donhw has quit IRC23:43
*** zhouhan_ has joined #openvswitch23:44
*** donhw has joined #openvswitch23:46
*** zhouhan has quit IRC23:47

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!