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 3840CA054F; Mon, 15 Feb 2021 10:33:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 073F11606FC; Mon, 15 Feb 2021 10:33:29 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 4746940FDF for ; Mon, 15 Feb 2021 10:33:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613381606; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TbvM0IE/REHUSLIw/5AzJx4J3CLff+1nNnBU6FzieZQ=; b=PjO/i8WEpG31q3WSc+CK/gGkWqwFD/BLInLaIdMKYu9nOXaPQLbFbQR9mGanVBFwGh5lH1 SB4NC5b9pDAFbeDtNgDmilIQDDFPxQ4NdI1Cvqkovx46w0KVBPMDYxjFGSx2YO1G3OKlAp GGM0oOkMeqJVIAlELGSIufmoKWDi34I= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-419-IptnymjzPHCusZMWGAyCeQ-1; Mon, 15 Feb 2021 04:33:24 -0500 X-MC-Unique: IptnymjzPHCusZMWGAyCeQ-1 Received: by mail-vs1-f71.google.com with SMTP id g10so1056043vsb.5 for ; Mon, 15 Feb 2021 01:33:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TbvM0IE/REHUSLIw/5AzJx4J3CLff+1nNnBU6FzieZQ=; b=TWzds9fq0Jr8BcN4Su+rlISVmL9RlaVhguZasxSMLBP2C+LHc0F1o4MNp/suAkmPU3 AKavK8vCY5mloGx0OZNysqjupMPtpmqduDeI1RMN9+/fR3vxn5dtYj9ayHRv+d1BOnRr fAYdefEJfJUEoMZYi/tOsbAudBIh7SSR1zKXe54ayLXTjEAlO/c5/4Lx6Gft6V126wgf ODdJSRuEQ4r1NIwTWKJ1ldwOINvBrrrzQG5zRBojlxo2yEGGzUVG8bmsNJLqKiwzP4Re PP3gGb5nscQXytMrjG7VthdtmGjKrMcY/JK0ax328biQwxc7W/In+ZXC9irW9O6b65LM s6fQ== X-Gm-Message-State: AOAM533Y/kjz4eoEDvkhNfZ5RH83jXLHZ5gwxWrho3SKcSSuwaUfHW2c 6PvXpGAdpJlAVwlH9Jc/1kSqFUF01yZZ2360Bz6RpVTUaDtbNP0itVotQqq7AwZicjDFg7B0sY4 Ueglbd0BQ2wDXztXhaRI= X-Received: by 2002:a67:8ec7:: with SMTP id q190mr8127399vsd.10.1613381603561; Mon, 15 Feb 2021 01:33:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJwjrjg/O5tFy39pQuz/P/cl6U3c76mwJT09mfjVXEM+BMS7wgWZtSsQi7Ypua5w+hLdY1x0E2p0ZANLjZSBZaI= X-Received: by 2002:a67:8ec7:: with SMTP id q190mr8127396vsd.10.1613381603345; Mon, 15 Feb 2021 01:33:23 -0800 (PST) MIME-Version: 1.0 References: <20210215091402.2486167-1-thomas@monjalon.net> In-Reply-To: <20210215091402.2486167-1-thomas@monjalon.net> From: David Marchand Date: Mon, 15 Feb 2021 10:33:12 +0100 Message-ID: To: Thomas Monjalon Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] version: 21.05-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Mon, Feb 15, 2021 at 10:14 AM Thomas Monjalon wrote: > > Start a new release cycle with empty release notes. > > Signed-off-by: Thomas Monjalon Acked-by: David Marchand -- David Marchand