15:00:28 #startmeeting fdio-vpp 15:00:28 Meeting started Tue May 11 15:00:28 2021 UTC and is due to finish in 60 minutes. The chair is DaveBarach. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:28 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:28 The meeting name has been set to 'fdio_vpp' 15:02:59 #info mackonstan 15:04:12 #chair dmarion 15:04:12 Warning: Nick not in channel: dmarion 15:04:12 Current chairs: DaveBarach dmarion 15:04:34 #topic CSIT (maciek reporting) 15:04:47 #info Physical and virtual infrastructure updates 15:05:20 #info Vexxhost DC move almost done, last four servers will be moved from MTL1 to YUL1 tomorrow, and we are done with the phy machines move. 15:05:58 #info Mgmt/IPMI IPv4 addr renumbering to happen shortly, to put all hosts in the same subnet(s). 15:06:48 #info Open item1: OpenStack vRouter still used for accessing LF IT VM applications left behind in MTL1 (jenkins master, gerrit, etc) 15:07:05 #info Resolution1: LF IT VM apps will move to YUL1 in the next few weeks, and then all problems should go away. 15:07:18 #info Open item2: intermittent (much less frequent now after we went into full daily esca calls with involved parties) git fetch failures and jenkins connection resets. 15:07:26 #link https://secure.vexxhost.com/billing/viewticket.php?tid=NOB-607778&c=4Dp0GdHT 15:07:38 #info Resolution2: Continue daily 15min calls for situation review with involved parties, until all parties satisfies and min 2-day uninterrupted operation evident. 15:09:40 #info Test breakages: 15:09:51 #info NAT44ed multi-worker keep testing intermittently, less frequently after recent patch, but still vpp crashing. 15:10:15 #info Sporadic VPP crashes in get statistics. 15:10:58 #info Few other under investigation. 15:11:18 #info Work highlights: 15:11:25 #info CSIT in AWS - 2-node and 3-node tests running smoothly, ENA DPDK driver making VPP packets drop on tx. Moving ahead with Jenkins onboarding, will be publishing results for a subset of CSIT tests in CSIT-2106 report. 15:12:06 #info Merging VPP & Linux telemetry - VPP perfmon bundles, Linux bcc/bpf tracing tools, using OpenMetrics format for storage and post-processing. 15:13:19 #info Moving to json models for test oper data and results storage, querying and post processing. Would be good to hear from vpp-dev community what queries people would like execute against CST test result data e.g. over specific time period or for specific git patch period to say verify specific patch(set) impact on things. 15:13:31 #info Ongoing work to make TRex behaving as a deterministic and reliable traffic generator at high 100GbE rates. 15:13:43 #info Revamp of ipsec tests, as CSIT suffering from test suite overload (269 tests at last count). See Maciek recent patches for tests being axed, under review. 15:13:56 #info Generic effort to reduce number of tests, remove redundant packet path testing. See Maciek recent patches, under review. 15:14:10 #info Other CSIT-2106 work, see link 15:14:17 #link https://wiki.fd.io/view/CSIT/csit2106_plan 15:14:41 #topic Host Stack(Florin) 15:14:59 #info lots of patches in the last month 15:15:25 #info improvements in session layer for connect/listen APIs - Lots more config knobs 15:15:44 #info working to improve active-open performance 15:16:03 #info moving active-opens to the first worker since the main thread tends to sleep a lot 15:16:15 #info improve half-open connection tracking 15:16:57 #info bunch of TCP cleanup, bulk buffer translation 15:17:12 #info improvements in vcl test code, server 15:17:49 #info now have a DTLS vcl test 15:18:19 #topic Documentation (Ole reporting) 15:19:12 #info need to find a home for documentation, e.g. to auto-update main website docs 15:19:50 #info dwallace: LFN has a license for readthedocs 15:20:35 #info any community volunteers for maintaining / writing docs more than welcome 15:21:12 #info dwallace: need to help e.g. Google find up-to-date docs 15:21:28 #topic Release Mgmt (Andrew) 15:21:58 #info 21.06 RC1 in a few weeks 15:22:13 #info 5/25 (Weds) will pull the release throttle 15:23:02 #topic Coverity 15:23:27 #info look at list on github, broken out by owner/maintainer 15:26:20 #link https://github.com/vpp-dev/vpp-coverity-report 15:27:47 #info vppapigen "training wheels" to be removed in this release 15:28:27 #info vppapigen added message status (experimental, production, etc)  to JSON 15:29:05 #topic Infra Status(DaveW) 15:29:32 #info three intermittent false failures: punt tests fixed 15:29:59 #info vpp device job fails when 2 jobs run / both try to reconfigure the i40e at the same time 15:30:18 #info intermittent vcl / ldp make test failure on the arm platform 15:30:38 #info "that one is driving me crazy..." 15:31:14 #info reenabled Naginator to (temporarily) address Jenkins comms reset problems 15:32:06 #info trying to avoid Vexxhost virtual-router bailing-wire / bubble-gum to improve network reliability 15:32:40 #info DW spending hours/day updating vexxhost ticket w/ data 15:33:24 #info proposal to use vpp instead of current  virtual router technology, early stage discussions 15:38:41 #topic make test (cont'd from last meeting) 15:39:34 #Info short-term, move tests back to centralized location 15:39:52 #topic node enqueue improvements 15:40:19 #info currently: enqueues very fast when all pkts go to same destination 15:40:51 #info rewrote vlib_node_enqueue_to_next(...) to use SIMD instrs 15:41:46 #info significant change, but reduces 20 clocks to 2 or 3 clocks in the general case 15:43:16 #info handoff code in progress 15:43:33 #info multiple tx queue support in progress 15:44:27 #info not clear whether the two in-progress items will end up in 21.06 15:45:14 #info will try to combine handoff frames 15:48:27 #info should improve high worker count scenarios where the number of tx queues is lower than the number of workers 15:51:09 #info multiple places hash packets to queues. Want to create infra to handle the problem in a general way 15:54:22 #endmeeting