Difference between revisions of "VPP/Meeting"

From fd.io
< VPP
Jump to: navigation, search
m (Agenda)
m (Agenda)
Line 39: Line 39:
 
* VPP release 16.06 planning
 
* VPP release 16.06 planning
 
** see [[//wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_16.06 16.06 release plan]]
 
** see [[//wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_16.06 16.06 release plan]]
** packaging updates (CJ Collier, Tom Herbert, Ed Warnicke)
 
 
** Release branch pulled (stable/16.06)
 
** Release branch pulled (stable/16.06)
 +
** packaging updates (CJ Collier, Tom Herbert, Ed Warnicke)
 +
** Bug fix mechanics: commit into stable/16.06, git cherry-pick into master
 +
** Committers
 +
*** Please watch for missing double-commits
 +
*** Please no binary API (.../vpp/api/vpe.api) changes w/ out discussion on vpp-dev@lists.fd.io
 +
** Test, test, test...
 
* fd.io infrastructure discussion
 
* fd.io infrastructure discussion
 
** verify / csit breaks
 
** verify / csit breaks
 
** Jira resolution field
 
** Jira resolution field
 
** Ticket scrub [[https://rt.linuxfoundation.org | Open Tickets]]
 
** Ticket scrub [[https://rt.linuxfoundation.org | Open Tickets]]
 +
** Jira <--> Gerrit integration not working anymore. See VPP-57, VPP-63
 
* JIRA walkthrough
 
* JIRA walkthrough
** Bug scrub:
+
** Open Bugs
*** Hate bug scrubs
+
* Code Base activity report - 30 merged (up from 23 last week)
*** We need to clean up multiple completed issues
+
** NSH move to plugin/project
*** Decide which remaining issues must be addressed in r16.06
+
** Numerous bugfixes
* Code Base activity report - 23 merged (down from 50+ last week) - highlights
+
** A dozen bugfixes
+
** Ipv6-IOAM proof-of-work
+
 
* Consumability
 
* Consumability
** Switched tarball download to fd.io Nexus. Any problems?
 
** Moderate to severe verify job issues: switch from openjdk-7 to openjdk-8, calmed down now
 
 
** Other issues getting in the way?
 
** Other issues getting in the way?
* Tech topics:
 
** Plugin Signing
 
*** RSA-encrypted SHA256 signature draft.
 
*** What's the right way to manage certificates and/or keychain APIs to acquire a set of public keys of the form shown below?
 
<pre>
 
/*
 
* Extract these bits from a .pem file as follows:
 
*
 
* openssl rsa -in <mykeys.pem> -out <textfile> -pubout -modulus -text
 
*
 
* pubkey_N shows up in <textfile> as "Modulus=<long-hex-string>",
 
* right before -----BEGIN PUBLIC KEY-----
 
*
 
* pubkey_E shows up as "publicExponent: <decimal>(<hex>)", right
 
* after the (private) key modulus. Seems to be constant, 0x10001.
 
*/
 
static const char *pubkey_N = "DEADBEEFFEEDFACE blah blah blah"; 
 
static const char *pubkey_E = "010001";
 
</pre>
 
** API trace replay fast restart
 
  
 
== Meeting Minutes ==
 
== Meeting Minutes ==

Revision as of 12:38, 17 May 2016

Meeting Details

Weekly on Tuesday from 8-9am PST. WebEx Link

Meeting number: 	207 546 363 
Meeting password:	cVt69ppV

Join by phone
+1-408-525-6800 Call-in toll number (US/Canada)
+1-866-432-9903 Call-in toll-free number (US/Canada)
Access code: 207 546 363
Numeric meeting password: 04537446

Global call-in numbers:
https://ciscosales.webex.com/ciscosales/globalcallin.php?serviceType=MC&ED=348266027&tollFree=1

Toll-free dialing restrictions: 
https://www.webex.com/pdf/tollfree_restrictions.pdf

Agenda

The next VPP meeting is scheduled for May 17, 2016 with the following agenda:

  • Agenda Additions
  • Reports from other fd.io projects
    • CSIT
    • Honeycomb
    • NSH / SFC
    • ONE-LISP
    • Sandbox
  • VPP release 16.06 planning
    • see [16.06 release plan]
    • Release branch pulled (stable/16.06)
    • packaging updates (CJ Collier, Tom Herbert, Ed Warnicke)
    • Bug fix mechanics: commit into stable/16.06, git cherry-pick into master
    • Committers
      • Please watch for missing double-commits
      • Please no binary API (.../vpp/api/vpe.api) changes w/ out discussion on vpp-dev@lists.fd.io
    • Test, test, test...
  • fd.io infrastructure discussion
    • verify / csit breaks
    • Jira resolution field
    • Ticket scrub [| Open Tickets]
    • Jira <--> Gerrit integration not working anymore. See VPP-57, VPP-63
  • JIRA walkthrough
    • Open Bugs
  • Code Base activity report - 30 merged (up from 23 last week)
    • NSH move to plugin/project
    • Numerous bugfixes
  • Consumability
    • Other issues getting in the way?

Meeting Minutes

2016-05-10

2016-05-03

2016-04-26

2016-04-19

Note meeting ended on 2016-04-26 on IRC

2016-04-12

2016-04-05

  • Meeting cancelled due to Training/Hackfest

2016-03-22

2016-03-15

2016-03-08

2016-03-01

2016-02-23

2016-02-16