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 ADD05A0A0E; Wed, 28 Apr 2021 10:01:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C01540147; Wed, 28 Apr 2021 10:01:57 +0200 (CEST) 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 2697540041 for ; Wed, 28 Apr 2021 10:01:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619596915; 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=Ig32qn7gyyKCzrui17fRD85hCXsY78WtO9pL552iuaA=; b=Gufe564w7CoeAkCqrrJ7+3fdvFCyIFqLaEMVRbqKjw2FelwC7iwqx6fE85UDiVM4AAz4nK I8/m/0f9+v6oAkvfNRLxMJRgDqR2DTu/GoGuFIh7YPtJ8TIlDaBe1lSgR13s9s9Of8hfMK a9Vp8TL19b8x077Fh2lj1CKQGfT+I50= 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-211-oHyL_G6ZOaeNSaYmtnpgtw-1; Wed, 28 Apr 2021 04:01:51 -0400 X-MC-Unique: oHyL_G6ZOaeNSaYmtnpgtw-1 Received: by mail-vk1-f198.google.com with SMTP id y70-20020a1f32490000b02901df8c87c514so10110304vky.4 for ; Wed, 28 Apr 2021 01:01:51 -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=Ig32qn7gyyKCzrui17fRD85hCXsY78WtO9pL552iuaA=; b=fC+9wgvDovll3GbxtMy15pKAYM8bbjAZy4zT40a1gK3n08kUJ1We3+p5hnszIgkjpj gpCfbU6TyBIV1MUL9oEkQL67RxPkgewKWgDW8DzLx+spuNntF6AQRKcTHsk34DuU1cR9 v41Ia5SCprzhje1hhzu6qfu3/VuFKisdsxHK8xfl0Go//QHyd6a3Zw4J+mkDwyZDe1jb mhjDKNXYm5anDj2MbrwtOscbJDu6OZy6uUkaOgFxsJDwTrkO1VHB8ElDJyBnsbMxxVv6 p4ptpjXCPiqd3ZBPBtDqVx1oOyfV7zXhDWir2ltJDathECsvA/EGtVxYH8xT3PaKaS7D GErA== X-Gm-Message-State: AOAM533oBj5nTVghcZqONPf8x7bmazjYOas5jHiU+mIBxoZUIwGZFYPq wlOc91G4ldGaHkAXG9VoAyx0lspgxQE2Fz6QxobKUGQ9yg7M3crn9A9Jbh9hOJa4q9D8IJjq9Tj 5PTWsX90YmS2OFNNI3aA= X-Received: by 2002:ab0:4757:: with SMTP id i23mr572688uac.87.1619596910873; Wed, 28 Apr 2021 01:01:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyafRwm8QFWnJRKYGZYMWxtXj4M+nmv/byvulL12Psooc9jB9ah4fxENVlK/NBPSaB7KLNvO8hJQ1iQfvd36LY= X-Received: by 2002:ab0:4757:: with SMTP id i23mr572666uac.87.1619596910660; Wed, 28 Apr 2021 01:01:50 -0700 (PDT) MIME-Version: 1.0 References: <20210306162942.6845-1-pbhagavatula@marvell.com> <20210426174441.2302-1-pbhagavatula@marvell.com> <20210426174441.2302-2-pbhagavatula@marvell.com> In-Reply-To: <20210426174441.2302-2-pbhagavatula@marvell.com> From: David Marchand Date: Wed, 28 Apr 2021 10:01:39 +0200 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob Kollanukkaran , Thomas Monjalon , Shijith Thotton , Ray Kinsella , Neil Horman , Anatoly Burakov , 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 v2 01/33] event/cnxk: add build infra and device setup 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" Hello Pavan, On Mon, Apr 26, 2021 at 7:45 PM wrote: > diff --git a/doc/guides/eventdevs/cnxk.rst b/doc/guides/eventdevs/cnxk.rst > new file mode 100644 > index 000000000..e94225bd3 > --- /dev/null > +++ b/doc/guides/eventdevs/cnxk.rst > @@ -0,0 +1,55 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2021 Marvell International Ltd. > + > +OCTEON CNXK SSO Eventdev Driver > +========================== I did not see a v2, so simply reporting this in case you are not aware. Documentation generation fails (seen in GHA): [2772/3339] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'. [2773/3339] Compiling C object 'examples/c590b3c@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'. [2774/3339] Linking target examples/dpdk-ipv4_multicast. [2775/3339] Generating html_guides with a custom command. FAILED: doc/guides/html /usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 21.05.0-rc1 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W Warning, treated as error: /home/runner/work/dpdk/dpdk/doc/guides/eventdevs/cnxk.rst:5:Title underline too short. OCTEON CNXK SSO Eventdev Driver ========================== [2776/3339] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_common.c.o'. [2777/3339] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.c.o'. -- David Marchand