From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EDEFEA052A; Fri, 10 Jul 2020 17:23:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB02B1DA1C; Fri, 10 Jul 2020 17:23:09 +0200 (CEST) Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by dpdk.org (Postfix) with ESMTP id EE1AC1DA19 for ; Fri, 10 Jul 2020 17:23:08 +0200 (CEST) Received: by mail-wr1-f43.google.com with SMTP id f2so6335165wrp.7 for ; Fri, 10 Jul 2020 08:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=WMCtKNAi68dvxUfvm33v5VqIGsFBUA9P+m0Q9d6A0vg=; b=VtE9ulglOFTCtfobjiWfJZOoufQlmVVCreWxeYqh9NThWZ20IUQuzQQrE48yYaF1m3 CtUF6HaXqcIb0QKkFUElLzOxNm4fi0H+3afZNN0I72ns1WjiPkuLD2u9o0+looNpNj5V 7gGjEjpa5mrDGP1ComTyVp4kriDeGNgaIEtgO6kAuM+N3BlLxMQ8fXcoRv+367vATTzS KohMDPZ14VgHv+I2UWgq1vs7iH2oQZN/8FKVoPrU5lYMq8scRJt/R1ZLz69WRb1y0+Yf 6deak/aBlkEKhnTIALYp2VMH16MD5ugiN3YWmQjWiZHljQJutt6W6aRrBzwRujINkSxv /98Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=WMCtKNAi68dvxUfvm33v5VqIGsFBUA9P+m0Q9d6A0vg=; b=BmY2DW4LokLBg2PYeHMwosRHA+PXpzELN/oolrJw+wHzVWivdJSHlRrJYR5j5ubwPo LafyiC3ziC6q6ZlnWNTmin+DRRWcRsNEsTV5Ns5lCbs0Xdz6N+jaahgdqy8neCk63FMe elV6msEn2qZYkwk8lq/Qc3vW4v0wuuivT6e77XwEdhBLdD/GMLZ3HA6Aum+QaXDgYkHL VCtEMduVGutUTXXzGR8sL8hPPKg0tp5YZpaY1/GFPBIVKm5l1ZoGVfFVf4/ObFpx/EV1 kis23e8lt7un4eN02Ke7Hvi4ySrCupa214GnYgPY4H1P0uV6PZqhkyTlDVIK/HpJKMB7 kG/Q== X-Gm-Message-State: AOAM530vIVv2OURfGXQy0fPvagLE83r++UVBXw847wH2Hc7pQTw9Cr03 6+DpvAaiGR4G5M+X2QHgFwunkXm74LeouQ== X-Google-Smtp-Source: ABdhPJxo5lkvQzrIQd8ZP9YSCeRMxJ7imI9F+EGRhLDFvke5LZKfeAEcIrqU/jBD07Lp6Hgm5ERIYg== X-Received: by 2002:adf:f3cd:: with SMTP id g13mr65183641wrp.45.1594394588406; Fri, 10 Jul 2020 08:23:08 -0700 (PDT) Received: from 6wind.com (2a01cb0c0005a600345636f7e65ed1a0.ipv6.abo.wanadoo.fr. [2a01:cb0c:5:a600:3456:36f7:e65e:d1a0]) by smtp.gmail.com with ESMTPSA id a22sm9530615wmj.9.2020.07.10.08.23.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jul 2020 08:23:07 -0700 (PDT) Date: Fri, 10 Jul 2020 17:23:07 +0200 From: Olivier Matz To: dev@dpdk.org Message-ID: <20200710152307.GH5869@platinum> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Subject: [dpdk-dev] Minutes of Technical Board Meeting, 2020-07-01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Meeting notes for the DPDK technical board meeting held on 2020-07-01 Members Attending ----------------- - Bruce - Ferruh - Hemant - Honnappa - Jerin - Kevin - Konstantin - Olivier (chair) - Stephen - Thomas The technical board meetings takes place every second Wednesday on IRC channel #dpdk-board, at 3pm UTC. Meetings are public and DPDK community members are welcome to attend. Next meeting will be on Wednesday 2020-07-15 @3pm UTC, and will be chaired by Stephen. Providing driver-specific data-path APIs in DPDK ------------------------------------------------ Following this thread http://patchwork.dpdk.org/patch/71445. The techboard voted that data-path driver-specific APIs relying on hardware descriptors in DPDK are allowed. Despite some risks (more work for maintenance, lack of consistency, vendor locking, less focus on generic APIs), we think performance improvement justifies it in this case. Future similar changes will still require an approval from the techboard if there is no consensus in mailing list. Renaming default git branch names --------------------------------- The 'master' branches in DPDK git repositories will be renamed right after the 20.08 release. It will be announced in 20.08 deprecation notice. The name of the branch in the main repository will be 'main'. The branch name for each -next repository is up the the tree maintainers.