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 9B2F6A04B0; Sat, 24 Oct 2020 09:47:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AA3285AB1; Sat, 24 Oct 2020 09:47:39 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 08A455AAB for ; Sat, 24 Oct 2020 09:47:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1603525655; 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=aEmAo3Di2zC8r2caQPazkf3lZygZsvs8OPOkRbDtmFI=; b=Kh3znfNJpVs0zlHKssxtbpkZ+2mDAFJ3UPKqcNdC1cGmLSls7eNLsjatigvKAF2Rk3XyV2 WDFMMEk2chlv6NfvkRLPV0ESWlO5ZZYnhEkQ1YjDutQCHe0LUpL757RPQ5ciuM0gKPINFL kbeW0QZUmPoBcvpLNtGnOBkIN+MEV1A= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-179-3wEnnDsuMvq8oM4f5Yrmsw-1; Sat, 24 Oct 2020 03:47:33 -0400 X-MC-Unique: 3wEnnDsuMvq8oM4f5Yrmsw-1 Received: by mail-vk1-f198.google.com with SMTP id j129so1497432vkb.15 for ; Sat, 24 Oct 2020 00:47:33 -0700 (PDT) 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=aEmAo3Di2zC8r2caQPazkf3lZygZsvs8OPOkRbDtmFI=; b=qGrbcvcITIo537WcjwNgFJGGEkBGSGrEw1kd3UjoJKrsf2Hg/NbPmMJhVTeWgTNJ0L HFpSpZzZKlG8319ZmC/SkF5p9pDpFSDZol0Oc+F6uQ6v8YGg6Qhnxq7qwpma3CHzxpr6 qVrhJg5p5bBTCQp/KDr7CpFS2ysFwjSdDwxXd94qvf1c6DegemMIzSxN8tuuKaMbvGsW siQ03ksdXFnThlDMqaZMe0nnssr3ej6XBb4QcKaQadffISxsNdCUiDRUJQZwNK0BI36b +1Irx+sxtbtwWhnY/7lip9QZJuLPRDrS4gDG0mvdxywtEGs26sPz1wCsN6nKclsYe5FO S5BA== X-Gm-Message-State: AOAM531rCBqawz/Q+uWANSKEneAOP9SvVufhKSZKN5a/jUzlFTaVNo00 D4FOhyrSp80Wn/jtnhuqOmmBB1BkwYDyMGW+2aiZZ2nvz+wapnAlLXyKiRcAX0nIP/A4dWDteCN 0mrBtUb0M3wnSApvLxpw= X-Received: by 2002:ab0:784d:: with SMTP id y13mr5952929uaq.86.1603525652877; Sat, 24 Oct 2020 00:47:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzDltn7ZKz+LdWK8KFMp/ymVmyMCGpi7aM+AypLJonTuSEUpZrqJsQ1KkO4SmcHr9qS7M+V0fuOQBTL9MwzSf8= X-Received: by 2002:ab0:784d:: with SMTP id y13mr5952912uaq.86.1603525652680; Sat, 24 Oct 2020 00:47:32 -0700 (PDT) MIME-Version: 1.0 References: <1603496581-35966-1-git-send-email-nicolas.chautru@intel.com> In-Reply-To: <1603496581-35966-1-git-send-email-nicolas.chautru@intel.com> From: David Marchand Date: Sat, 24 Oct 2020 09:47:21 +0200 Message-ID: To: Nicolas Chautru Cc: dev , Akhil Goyal , Tom Rix 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 v5 0/7] BBDEV test updates 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" On Sat, Oct 24, 2020 at 1:43 AM Nicolas Chautru wrote: > > v5: correcting typos again. Quite worrisome spelling disorder. > v4: rebased on main latest Don't forget to update superseded series in patchwork too. Thanks. -- David Marchand