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 66141A0C43; Tue, 19 Oct 2021 13:32:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A28B4115B; Tue, 19 Oct 2021 13:32:15 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 23E4C410F4 for ; Tue, 19 Oct 2021 13:32:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634643132; 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=cWJRLghRzgUXXSPsca+mkC2uG+DSbgrIS14kHD6BciA=; b=MjHwFYgX+ETgsnO5FpFfDrjSRW7seC/rk7ahZQTYJ+MQl0jTnbC3/Ng/xPMm1XESoPrA9D NcVESotKZjbdRFRoC2NK6vTecUCJkxPggDXQKlWkxyrcTjo0tmx693hvJV26AxtElj8gBM tKHdsA/tXUNzqQkhP8ny9n/N4Pbs6jQ= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-602-Az9Urs7aNf6K4hFTs30hZA-1; Tue, 19 Oct 2021 07:32:09 -0400 X-MC-Unique: Az9Urs7aNf6K4hFTs30hZA-1 Received: by mail-lj1-f197.google.com with SMTP id a20-20020a2eb554000000b0020de66f70bcso787218ljn.1 for ; Tue, 19 Oct 2021 04:32:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cWJRLghRzgUXXSPsca+mkC2uG+DSbgrIS14kHD6BciA=; b=xaPyfqcLGRVKs7q6puheW3D9rYxsxcumXmJayX2jwiX/Qp9wdZPj6ZyCvKn/4tuT/A 312MimMS2pkhK+FnjaYpr9ZHYH6OD07E1jajhVaje/re9dy1HtKL3iVXk4fgJJsuCR9S TIncifpUEi+XnpdGrpHfcUues6BM8jOOD6Ft6FDWzfHlayWCL4TCXBDSCpZCDhmPbhOM D3w+N9hl46tW1vHPh36SHTBX/IB/9wl6nroXoTVHQbolZCUxxIHnStrZ0GvzEcMAldo5 CM/CxIOpTXka8zJqGnu33xpqTc3IelLkJdV/F/8ZTpgSbv6B+GpzO9JlfZjPAzoT/bJ6 6+3g== X-Gm-Message-State: AOAM533nzZD0utYe/ZtuGbasXzSE2SH0EOPIMdMMgoB8NFNb7rtUYpPJ 4OBbrmDQy00B6tv1EeMppFPyCt5VGshbnN6UuHNaa7TqPTKgg/K4dN3n3HNhoA+wXJccQar/H/D 1m50tDwGXDWUM+ov4JbU= X-Received: by 2002:a2e:9588:: with SMTP id w8mr6183468ljh.81.1634643127564; Tue, 19 Oct 2021 04:32:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyobrLtG1bUsEYgIZrF7VsWNLJWom0VlUse4WzqEdmdB/U3WzD3ZZoFKe0pI3DYQoPwVM3CVNFcoatwFkseTX0= X-Received: by 2002:a2e:9588:: with SMTP id w8mr6183450ljh.81.1634643127380; Tue, 19 Oct 2021 04:32:07 -0700 (PDT) MIME-Version: 1.0 References: <20211015191944.56315-1-stephen@networkplumber.org> In-Reply-To: <20211015191944.56315-1-stephen@networkplumber.org> From: David Marchand Date: Tue, 19 Oct 2021 13:31:55 +0200 Message-ID: To: Stephen Hemminger , Jerin Jacob Kollanukkaran Cc: dev , Nithin Dabilpuram , Thomas Monjalon 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] doc: fix spelling in cnxk guide 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 Fri, Oct 15, 2021 at 9:20 PM Stephen Hemminger wrote: > > Fix spelling error which is causing reports of other patches > failing. > > Fixes: 69daa9e5022b ("net/cnxk: support inline security setup for cn10k") > Signed-off-by: Stephen Hemminger Applied, thanks. Jerin fyi, I took this patch in main directly to fix false positives in CI. -- David Marchand