*** masber has joined #openstack-cyborg | 06:22 | |
*** openstackgerrit has joined #openstack-cyborg | 06:53 | |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 2 https://review.openstack.org/544187 | 06:53 |
---|---|---|
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 2 https://review.openstack.org/544187 | 07:25 |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 2 https://review.openstack.org/544187 | 07:59 |
*** masber has quit IRC | 08:05 | |
*** zhipeng has joined #openstack-cyborg | 08:14 | |
*** crushil_ has quit IRC | 08:24 | |
openstackgerrit | Andreas Jaeger proposed openstack/cyborg master: Fix doc build warnings https://review.openstack.org/544208 | 08:30 |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 2 https://review.openstack.org/544187 | 08:31 |
openstackgerrit | Andreas Jaeger proposed openstack/cyborg master: Remove ChangeLog https://review.openstack.org/544209 | 08:32 |
openstackgerrit | Merged openstack/cyborg master: Fix doc build warnings https://review.openstack.org/544208 | 09:00 |
openstackgerrit | Merged openstack/cyborg master: Remove ChangeLog https://review.openstack.org/544209 | 09:07 |
openstackgerrit | Merged openstack/cyborg master: queens release doc fix part 2 https://review.openstack.org/544187 | 09:07 |
*** zhipeng has quit IRC | 09:11 | |
openstackgerrit | Andreas Jaeger proposed openstack/cyborg master: It's releasenotes - plural https://review.openstack.org/544228 | 09:44 |
openstackgerrit | Merged openstack/cyborg master: It's releasenotes - plural https://review.openstack.org/544228 | 10:50 |
*** zhipeng has joined #openstack-cyborg | 11:31 | |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 3 https://review.openstack.org/544253 | 11:44 |
*** persia has left #openstack-cyborg | 11:47 | |
*** zhipeng has quit IRC | 12:09 | |
*** zhipeng has joined #openstack-cyborg | 12:18 | |
*** zhipeng has quit IRC | 12:35 | |
*** zhipeng has joined #openstack-cyborg | 12:55 | |
*** zhipeng has quit IRC | 13:04 | |
*** zhipeng has joined #openstack-cyborg | 14:09 | |
*** zhipeng has quit IRC | 14:14 | |
*** Rahul has joined #openstack-cyborg | 14:15 | |
*** Rahul is now known as Guest73111 | 14:15 | |
Guest73111 | Hi All, My Name is Rahul and i am working on Cyborg for my project. I have some questions on the latest code of cyborg. | 14:16 |
Guest73111 | I saw FPGA integration code uploaded in Cyborg github | 14:17 |
Guest73111 | along with a test framework for unit test | 14:17 |
Guest73111 | My question is, | 14:18 |
Guest73111 | 1. As i can see, Deployble and accelerator operations happening in two different ways. RPC serive is peridically checking for deployble and once a new get introduced, it is insert or update into database. On the other hand, Accelerator operations solely dependednt on curl command. How this two are related. I cant see any connection in codebase between Deployble and accelerator operations | 14:22 |
Guest73111 | 2nd question, How program function of IntelFPGADriver will get called. In test framework, IntelFPGADriver getting mocked and using that obj, program function is getting called. But in codebase, there is no call to the fpga driver's function | 14:24 |
Guest73111 | How, it will get called and from which component? is it agent? | 14:24 |
*** zhipeng has joined #openstack-cyborg | 14:31 | |
zhipengh[m] | Hi Rahul | 14:32 |
zhipengh[m] | For question 1, accelerator refers to the data model of the basic functionality of an accelerator card , for example a typical PF | 14:33 |
zhipengh[m] |  Deployable refers to the VFs | 14:34 |
zhipengh[m] | That is why you see RPC calls for  deployable (called by cyborg internal modules ) , and curl for accelerator (called by outside world ) | 14:35 |
zhipengh[m] | Per question 2, the program functionality is not supported in Queens :) and will be in Rocky | 14:37 |
Guest73111 | First i have a question for the last answer, As you said, queens will not support program functionality. Then, how a function ( which is written inside IntelFPGADriver), will get called? | 14:39 |
Guest73111 | i mean, how you are planning to trigger any function (written inside intelFPGADriver) | 14:39 |
Guest73111 | Let say, i want to use discover function written in intelFPGSDriver.. How it will get called? There is no call in current code, other than call from test framework | 14:41 |
zhipeng | so for our current code, we treat Intel FPGA card as a QAT card | 14:42 |
zhipeng | which is just a PCIe card with pre-programed logic | 14:42 |
zhipeng | so there will be no discovery of the functions, so to speak | 14:43 |
zhipeng | you could use the driver to discover the overall metadata of the whole card | 14:43 |
Guest73111 | Thanks Zhipeng for the prompt answer. This is so far understood. | 14:47 |
zhipeng | Guest73111 no problem :) | 14:47 |
Guest73111 | what i try to understand is in the future, if i use cyborg api(which just represent accelerators), how this will be interacting with the deployables. | 14:49 |
zhipeng | Guest73111 so we plan to support programability in Rocky, that means user should be able to call cyborg-api to initiate a new VF in a FPGA card | 14:53 |
zhipeng | so from api point of view, there should be no differency | 14:55 |
zhipeng | the user just created a new acceleration resource | 14:55 |
zhipeng | however the difference will be reflected on the data model, which means deployable tables will represent this newly created VF | 14:55 |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 3 https://review.openstack.org/544253 | 14:57 |
-openstackstatus- NOTICE: Due to a race in stable/queens branch creation and some job removals, Zuul has reported syntax errors for the past hour; if you saw a syntax error reported for "Job tripleo-ci-centos-7-ovb-containers-oooq not defined" you can safely recheck now | 15:04 | |
*** NokMikeR has joined #openstack-cyborg | 15:11 | |
NokMikeR | Hi | 15:12 |
*** Li_Liu has joined #openstack-cyborg | 15:14 | |
zhipeng | NokMikeR hey | 15:15 |
zhipeng | meeting is canceled for this week and next week | 15:15 |
Li_Liu | oh, ok | 15:15 |
zhipeng | but always feel free to ask the questions :) | 15:15 |
zhipeng | check your mailinglist :P | 15:16 |
*** zhipeng has quit IRC | 15:16 | |
*** Li_Liu has quit IRC | 15:20 | |
NokMikeR | ok | 15:20 |
*** NokMikeR has quit IRC | 15:20 | |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 3 https://review.openstack.org/544253 | 15:51 |
openstackgerrit | Zhipeng Huang proposed openstack/cyborg master: queens release doc fix part 3 https://review.openstack.org/544253 | 16:26 |
openstackgerrit | Merged openstack/cyborg master: queens release doc fix part 3 https://review.openstack.org/544253 | 17:06 |
*** Guest73111 has quit IRC | 17:17 | |
*** openstackgerrit has quit IRC | 18:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!