*** wangzhh has joined #openstack-cyborg | 02:13 | |
*** xinranwang has joined #openstack-cyborg | 02:37 | |
*** Yumeng has joined #openstack-cyborg | 02:47 | |
*** chenke has joined #openstack-cyborg | 02:48 | |
*** openstackgerrit has joined #openstack-cyborg | 02:53 | |
openstackgerrit | chenker proposed openstack/cyborg master: Improve objects/device.py UT coverage from 76% to 100% https://review.opendev.org/699906 | 02:53 |
---|---|---|
*** irclogbot_0 has quit IRC | 02:56 | |
*** shaohe_feng has joined #openstack-cyborg | 03:00 | |
*** s_shogo has joined #openstack-cyborg | 03:00 | |
chenke | hi~ | 03:03 |
Yumeng | #info Yumeng | 03:03 |
Yumeng | hi all | 03:03 |
xinranwang | HI all | 03:04 |
xinranwang | #info xinranwang | 03:04 |
s_shogo | #info s_shogo | 03:04 |
s_shogo | hi all | 03:04 |
chenke | #info chenke | 03:04 |
shaohe_feng | #info shaohe_feng | 03:06 |
*** irclogbot_1 has joined #openstack-cyborg | 03:09 | |
*** irclogbot_1 has quit IRC | 03:09 | |
cmurphy | hi o/ | 03:10 |
chenke | Hi cmurphy | 03:11 |
Yumeng | do you know if sundar will come ? | 03:12 |
*** irclogbot_3 has joined #openstack-cyborg | 03:14 | |
shaohe_feng | cmurphy welcome | 03:16 |
cmurphy | hi o/ I wanted to discuss the policy popup team during your team meeting, will the meeting be happening? | 03:17 |
cmurphy | I saw you already discussed it in your last meeting and that you already have a wiki page that outlines the work, which is great :) if you have any questions about the implementation you can feel free to ping me | 03:19 |
shaohe_feng | Thank you cmurphy. | 03:20 |
xinranwang | Thanks cmurphy | 03:21 |
Yumeng | cmurphy Thanks! can you pls help to review https://review.opendev.org/#/c/699099/3 and | 03:21 |
Yumeng | https://review.opendev.org/#/c/699102/3 | 03:21 |
Yumeng | just proposed a spec | 03:21 |
cmurphy | Yumeng: sure! if you use the gerrit topic "policy-popup" it will show up in the reviews section of https://wiki.openstack.org/wiki/Consistent_and_Secure_Default_Policies_Popup_Team and if you have stories created it would help if you linked them in the "progress" section of that page | 03:23 |
cmurphy | I will review the spec and the patch | 03:23 |
Yumeng | ok. I will update the topic. | 03:23 |
Yumeng | and the "progress" section | 03:23 |
cmurphy | thanks :) | 03:24 |
xinranwang | It seems Sundar is not here. | 03:27 |
chenke | Ye. | 03:30 |
chenke | Do you konw if he will come | 03:30 |
xinranwang | Not sure.... | 03:30 |
chenke | :) | 03:31 |
shaohe_feng | we can discuss by ourselves | 03:31 |
shaohe_feng | please feel free to discuss. | 03:31 |
shaohe_feng | for the async bind UT, I have post a patch | 03:32 |
chenke | ok. will review it. | 03:32 |
shaohe_feng | https://review.opendev.org/#/c/699153/ | 03:33 |
shaohe_feng | there will be other patches WIP | 03:33 |
xinranwang | Thanks Shaohe | 03:35 |
xinranwang | Btw, please review microversion spec and patch, too. | 03:35 |
xinranwang | :) | 03:35 |
chenke | should we create a story for every patch | 03:36 |
wangzhh | xinranwang Could u help to paste your link? | 03:37 |
xinranwang | I think we should have story for main implementation | 03:37 |
Yumeng | +1 | 03:37 |
xinranwang | wangzhh: sure | 03:37 |
xinranwang | https://review.opendev.org/#/c/696860/ | 03:37 |
xinranwang | https://review.opendev.org/#/c/699149/ | 03:38 |
xinranwang | Do you have any other patch need to highlight here? | 03:39 |
wangzhh | shaohe, one question, why we split the ext_arq, it is just fpga_arq, should we maintain xxx_arq like gpu, asic ... | 03:40 |
wangzhh | *+1 | 03:41 |
shaohe_feng | wangzhh NO | 03:42 |
shaohe_feng | if no special operation for GPU, just use common arq | 03:42 |
wangzhh | Sorry for long time not attending meeting, did we have an agreement on it? | 03:43 |
shaohe_feng | in our code, will lookup the Specific ARQ, if not found, then fallback to common ARQ | 03:44 |
*** Sundar has joined #openstack-cyborg | 03:44 | |
shaohe_feng | wangzhh yes, we have agreement. | 03:45 |
Sundar | Hi all | 03:45 |
wangzhh | Ok, fine. | 03:45 |
Sundar | Sorry, I was delayed in joining the call | 03:45 |
wangzhh | Hi Sundar. | 03:45 |
shaohe_feng | you can see our code: we add two extensions. | 03:45 |
shaohe_feng | one is the child ExtARQ such as FPGAExtARQ , it driver from ExtARQ | 03:46 |
wangzhh | It makes sense. | 03:48 |
shaohe_feng | and the child ExtARQ for special acc is optional | 03:49 |
shaohe_feng | another is ExtARQJobMixin | 03:50 |
shaohe_feng | it is | 03:50 |
shaohe_feng | used for ExtARQ job management. | 03:50 |
shaohe_feng | it is mandatory | 03:51 |
shaohe_feng | it will used to look up the special acc ExtARQ, and start a Job if need. | 03:51 |
shaohe_feng | Job is determined by special acc ExtARQ | 03:52 |
shaohe_feng | wangzhh that is the logical implementation. | 03:53 |
shaohe_feng | any other questions on the ExtARQ? | 03:53 |
wangzhh | Thx shaohe. | 03:54 |
shaohe_feng | Sundar have add one UT for async bind | 03:54 |
shaohe_feng | https://review.opendev.org/#/c/699153/ | 03:54 |
shaohe_feng | others are WIP. | 03:54 |
*** Sundar has quit IRC | 03:55 | |
*** Sundar has joined #openstack-cyborg | 03:57 | |
Sundar | Hello all, got disconnected due to laptop issues | 03:59 |
Sundar | Anybody still around? | 04:00 |
shaohe_feng | Guess others are enjoying their dinner. | 04:03 |
Sundar | OK, good that you guys had a good discussion. | 04:07 |
Sundar | Take care | 04:07 |
shaohe_feng | thanks, good night | 04:12 |
*** TxGirlGeek has quit IRC | 04:21 | |
*** s_shogo has quit IRC | 04:28 | |
*** links has joined #openstack-cyborg | 06:00 | |
*** jraju__ has joined #openstack-cyborg | 06:04 | |
*** links has quit IRC | 06:05 | |
*** Sundar has quit IRC | 06:06 | |
*** wangzhh has quit IRC | 06:23 | |
*** links has joined #openstack-cyborg | 06:52 | |
*** jraju__ has quit IRC | 06:53 | |
*** irclogbot_3 has quit IRC | 07:44 | |
*** irclogbot_3 has joined #openstack-cyborg | 07:44 | |
*** chenke has quit IRC | 08:03 | |
*** xinranwang has quit IRC | 08:26 | |
*** davidsha has joined #openstack-cyborg | 09:48 | |
openstackgerrit | chenker proposed openstack/cyborg master: BugFix: Modify objects/device.py get_by_device_id method https://review.opendev.org/699949 | 10:32 |
openstackgerrit | chenker proposed openstack/cyborg master: BugFix: Modify objects/device.py get_by_device_id method https://review.opendev.org/699949 | 11:17 |
*** Yumeng has quit IRC | 11:25 | |
openstackgerrit | chenker proposed openstack/cyborg master: Improve objects/device.py UT coverage from 82% to 100% https://review.opendev.org/699906 | 11:28 |
*** shaohe_feng has quit IRC | 12:12 | |
openstackgerrit | YumengBao proposed openstack/cyborg-specs master: Policy Default Refresh for Cyborg https://review.opendev.org/699099 | 13:05 |
*** links has quit IRC | 14:29 | |
*** TxGirlGeek has joined #openstack-cyborg | 16:23 | |
*** TxGirlGeek has quit IRC | 16:31 | |
*** TxGirlGeek has joined #openstack-cyborg | 16:32 | |
*** TxGirlGeek has quit IRC | 16:35 | |
*** TxGirlGeek has joined #openstack-cyborg | 16:43 | |
*** davidsha has quit IRC | 18:05 | |
*** irclogbot_3 has quit IRC | 20:06 | |
*** irclogbot_0 has joined #openstack-cyborg | 20:09 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!