From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BF121423C1; Fri, 13 Jan 2023 13:12:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 995B242D53; Fri, 13 Jan 2023 13:12:21 +0100 (CET) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mails.dpdk.org (Postfix) with ESMTP id 8E06140E03 for ; Fri, 13 Jan 2023 13:12:20 +0100 (CET) Received: by mail-wr1-f41.google.com with SMTP id d2so750755wrp.8 for ; Fri, 13 Jan 2023 04:12:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=lWNX7goEM4TlhhzITFCRVFT7d+8BopeOjJF2Mq2zKXI=; b=CfX1Lbz3W0Z2DE/EXelmQmjrC0Nu/8pZTksaE/SJh1hW397ypODOmlWKELw0uJLuTq tFPGKnJbK2+vpVXpAF9HNpL9x2c/szFtg4qAE1MUkFxPU93MvctCR/Dv2TV2P5SyTMY0 kM1fJSHsgkaWViNOp8PHJCfA7ZKV0gj0/2b/jwDUmsL/IVhK2HbmJfP22ZlRSLTp38Wx 0as2vqmE2MVksnqkC7po6fogv/tU0wNBLN0n4fPJFRAi6nOs8y/jbscyNqnmvBJmktJK Oo3vL+1kgkMM3l+Wp72/h9YJxtX13zFnsdSZ5WID+zZ1plSRXDG+CEXJ5MVWgspPZI5q ia1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=lWNX7goEM4TlhhzITFCRVFT7d+8BopeOjJF2Mq2zKXI=; b=mTGtxSCqOgV34ZvcMJKfyWzyzB88tFGy/w+PCn4F2WY8gKY4V++DR/wrK7zpmsP3Lo //pQbKomvw53EYZ3+QRXN+p5q8p+T7DHOp6l6Q8gD9Z3MJmr9Bx5oBmHfu6dtRVD4Rdj x74gFqt8FHr7WXP0HEbYUNvvayLU20kRbPObwwP8OSNOb+1T0JBex4DEld8dA9h0q/UG LDhEfgV4cqu0rKVgezbvmiWCkX1zzaL92YAfAqhikwlzcTSJFHiwXsc1pGgoxAFTaUPP EAYZZRWs/mLcfOhJC4IYsz+d10bu5BZIsht8SxUHjienpf+MNO9EMhhbiGsRWAVbT2nY CBBw== X-Gm-Message-State: AFqh2kr+qQzUP1kJf0ADMZqAp3zPD2XVt4aNchhbPBS7+t7mdlK1NoJK F9AIdPMZGV0nRbbS51OUIVNLbTTiTQ2t2761 X-Google-Smtp-Source: AMrXdXsit9ttR+VRTuC+5kJ30fyPQKp1ROMuYNKzMHM/7BeIXd3uzS86WFGU6u8rEVRjmBHfieOv4w== X-Received: by 2002:a05:6000:180d:b0:2bc:7f51:41f with SMTP id m13-20020a056000180d00b002bc7f51041fmr11505441wrh.45.1673611940284; Fri, 13 Jan 2023 04:12:20 -0800 (PST) Received: from 6wind.com ([2a01:e0a:5ac:6460:c065:401d:87eb:9b25]) by smtp.gmail.com with ESMTPSA id i10-20020adff30a000000b0024228b0b932sm22630954wro.27.2023.01.13.04.12.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Jan 2023 04:12:18 -0800 (PST) Date: Fri, 13 Jan 2023 13:12:18 +0100 From: Olivier Matz To: Thomas Monjalon Cc: web@dpdk.org Subject: Re: [PATCH] remove Olivier from the Technical Board Message-ID: References: <20230113111418.1646692-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113111418.1646692-1-thomas@monjalon.net> X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org On Fri, Jan 13, 2023 at 12:14:18PM +0100, Thomas Monjalon wrote: > Olivier Matz resigned from the Technical Board in June 2022: > https://mails.dpdk.org/archives/dev/2023-January/259042.html > > Signed-off-by: Thomas Monjalon Acked-by: Olivier Matz > --- > content/techboard/_index.md | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/content/techboard/_index.md b/content/techboard/_index.md > index f00467a..30e88f5 100644 > --- a/content/techboard/_index.md > +++ b/content/techboard/_index.md > @@ -22,7 +22,7 @@ to the development in the following repositories: > > ### Members > > -The 11 members of [techboard@dpdk.org](mailto:techboard@dpdk.org) are: > +The 10 members of [techboard@dpdk.org](mailto:techboard@dpdk.org) are: > > * Aaron Conole (testing leader) > * Bruce Richardson > @@ -32,7 +32,6 @@ The 11 members of [techboard@dpdk.org](mailto:techboard@dpdk.org) are: > * Kevin Traynor > * Konstantin Ananyev > * Maxime Coquelin > -* Olivier Matz > * Stephen Hemminger > * Thomas Monjalon > > -- > 2.39.0 >