Difference between revisions of "GoVPP/Meeting"
From fd.io
								< GoVPP
												
				Dwallacelf  (Talk | contribs)  | 
				Dwallacelf  (Talk | contribs)   | 
				||
| (23 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== Meeting Schedule and Logistics ==    | == Meeting Schedule and Logistics ==    | ||
| − | |||
GoVPP meetings are held every other week on even weeks on Thursdays from 6:30-7:30am Pacific Time.<br>  | GoVPP meetings are held every other week on even weeks on Thursdays from 6:30-7:30am Pacific Time.<br>  | ||
| Line 24: | Line 23: | ||
** Web-based IRC client: ircs://irc.libera.chat:6697/  | ** Web-based IRC client: ircs://irc.libera.chat:6697/  | ||
** Gamja Web IRC client: https://web.libera.chat/gamja/  | ** Gamja Web IRC client: https://web.libera.chat/gamja/  | ||
| + | |||
== Agenda ==  | == Agenda ==  | ||
| Line 37: | Line 37: | ||
* '''#topic Technical Discussion''' || Technical Discussion  | * '''#topic Technical Discussion''' || Technical Discussion  | ||
** Review Open PRs  | ** Review Open PRs  | ||
| − | **   | + | ** Review Open Issues  | 
| − | **   | + | ** Design Improvements  | 
| − | *   | + | *** Optimize writing to socket in the message request (use the request buffer and handle the actual write from the API)  | 
| − | **   | + | *** Remove the unnecessary message callback goroutine  | 
| − | **   | + | *** <s>Rework the GetMessageID</s>  | 
| − | *  | + | *** <s>Decrease the number of allocated objects (Issue#254 / PR#253)</s> [Didn't work]  | 
| − | **   | + | |
| − | *  | + | |
| − | ***   | + | |
* '''#endmeeting''' || End Meeting Recording on IRC  | * '''#endmeeting''' || End Meeting Recording on IRC  | ||
* HOW TO VOTE ON IRC:  | * HOW TO VOTE ON IRC:  | ||
| − | ** Start Vote on IRC: '''#startvote Approve a most brilliant, illustrious proposal -1,0,+1'''  | + | ** Start Vote on IRC: '''#startvote Approve a most brilliant, illustrious proposal? -1,0,+1''' <br> Note: '?' is required as the delimiter before the voting options  | 
** Cast Vote on IRC: '''#vote +1''' | '''#vote 0''' | '''#vote -1'''  | ** Cast Vote on IRC: '''#vote +1''' | '''#vote 0''' | '''#vote -1'''  | ||
** End Vote on IRC: '''#endvote'''  | ** End Vote on IRC: '''#endvote'''  | ||
| − | == Meeting Minutes   | + | == Meeting Minutes ==  | 
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | Meeting minutes links are published on [https://github.com/FDio/govpp/discussions/46 Github].  | |
| − | [  | + | |
| − | + | ||
| − | + | ||
| − | ==  | + | == FD.io GoVPP Meeting IRC-Bot Archive Links ==  | 
| − | + | === 2023 FD.io GoVPP Meetings IRC-Bot Index ===  | |
| − | + | * https://ircbot.wl.linuxfoundation.org/meetings/fdio-meeting/2023/fd_io_tsc/govpp_community_meeting  | |
| − | + | ||
| − | === 2022  | + | === 2022 FD.io GoVPP Meetings IRC-Bot Index ===  | 
| − | + | * https://ircbot.wl.linuxfoundation.org/meetings/fdio-meeting/2022/fd_io_tsc/govpp_community_meeting  | |
| − | + | ||
| − | + | ||
Latest revision as of 14:08, 10 July 2025
Contents
Meeting Schedule and Logistics
GoVPP meetings are held every other week on even weeks on Thursdays from 6:30-7:30am Pacific Time.
Meetings are held using Zoom for screen sharing and audio and IRC for recording meeting minutes.
Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/5301185804
Or iPhone one-tap (US Toll):  +14086380968,,5301185804# or +16465588656,,5301185804#
Or Telephone:
    Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll)
    +1 855 880 1246 (US Toll Free)
    +1 877 369 0926 (US Toll Free)
    Meeting ID: 530 118 5804
    International numbers available: https://zoom.us/zoomconference?m=ppBOQMQTVxGYmbxNsVemC6KNo8eX2ptF
- IRC
- #fdio-meeting room on [1]
 - Web-based IRC client: ircs://irc.libera.chat:6697/
 - Gamja Web IRC client: https://web.libera.chat/gamja/
 
 
Agenda
- #startmeeting GoVPP Community Meeting || Start Meeting Recording on IRC
 -  #topic Roll Call / Agenda Bashing || Roll Call, Agenda Bashing (all, 5 minutes)
-  'chair' attendees (edit as necessary) on IRC:
#chair dwallacelf edwarnicke sknat - Attendees please #info <your name> on IRC
 - Call for any new topics for the agenda
 
 -  'chair' attendees (edit as necessary) on IRC:
 -  #topic Action Items || Review Action Items From Previous Meeting
- Open action items in GoVPP Meeting Minutes
 
 - #topic Inputs From Projects || Inputs From Projects: VPP, NSM, Calico/VPP, ...
 -  #topic Technical Discussion || Technical Discussion
- Review Open PRs
 - Review Open Issues
 -  Design Improvements
- Optimize writing to socket in the message request (use the request buffer and handle the actual write from the API)
 - Remove the unnecessary message callback goroutine
 -  
Rework the GetMessageID -  
Decrease the number of allocated objects (Issue#254 / PR#253)[Didn't work] 
 
 - #endmeeting || End Meeting Recording on IRC
 -  HOW TO VOTE ON IRC:
-  Start Vote on IRC: #startvote Approve a most brilliant, illustrious proposal? -1,0,+1 
Note: '?' is required as the delimiter before the voting options - Cast Vote on IRC: #vote +1 | #vote 0 | #vote -1
 - End Vote on IRC: #endvote
 
 -  Start Vote on IRC: #startvote Approve a most brilliant, illustrious proposal? -1,0,+1 
 
Meeting Minutes
Meeting minutes links are published on Github.