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 21C2241E99; Wed, 15 Mar 2023 06:53:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DEF340A7A; Wed, 15 Mar 2023 06:53:57 +0100 (CET) Received: from mail-ua1-f51.google.com (mail-ua1-f51.google.com [209.85.222.51]) by mails.dpdk.org (Postfix) with ESMTP id 50735400EF for ; Wed, 15 Mar 2023 06:53:56 +0100 (CET) Received: by mail-ua1-f51.google.com with SMTP id s23so12036138uae.5 for ; Tue, 14 Mar 2023 22:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678859635; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=n2uWfwpVO9vj3DW6fGwAlAY9Wp8Rug+/MvhMyaZ7owc=; b=SvDlApuCww9qVfBa64hWrbFotJgXPPB5h/g8P3PdOYkKO4o29OagOq+dkDUg3N7iz0 zOVzi2y+iFXwtn02BwUvhVW4yUk6aXjsSIlFiN5k801CKx8Ef99euLHZaogPlrc6P0le xD/UrN3BK7zRFHQPoP4kuZdQNGvanan1dy2v++D3s7U4l2CEKcVWE26ntS556pfM/YDl acjGOqG5xAPGKYZM6m4bna5PiONvcn1dZxqaUxBUfHzpHIByii8jAI7RTaN96QUd1EBC RqX432cZLKRMDSYMH8GIrueQL1x8lb0aXMaBEmo/kqRHRMuo2qzZnS4nx3drvLUdp87s NQYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678859635; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=n2uWfwpVO9vj3DW6fGwAlAY9Wp8Rug+/MvhMyaZ7owc=; b=YLAschenxUOKT6NX818M8W4jIIExLtf97ESIcbdAwsYz+fcXTBocsUUcD3EzyjuIi2 vxnC0B3n1QWzIVprR5NFPQSuVOEKuxl9zF/sGc3lEIs7HJdCdKCMJSPA93zke9HTQF7r 1zxzi0P6Ey4DhnU3/pafzYI+5pyE47PNQKyOGYA9Bm5LB8VI6icJfzOvsQdxVVA8hNdj dirKMvqlNNdamr21WZA6kuA0g/rFiH63PcrdCflXYbPI1q0GOUMAN8JP3FavhPUHxG9t 1YWgmpDCVO5f9ZxQJPdwp8Xfp4DGAwsdM9nUALC8XZ5KK2zTexJkE08cFt5rmRLaCv8h qhBQ== X-Gm-Message-State: AO0yUKWdiXwusa4fOZ18pU+82srAnboFYLBg6nfN3JkYVYGveeP1Nds7 8iS1KHwkpJOT4ypfnqz/AkvDtrdVydHRC7A41431QG6TNBUNEQ== X-Google-Smtp-Source: AK7set8MG9i7T1ib4ZjbZvlCItAnKzweDOK5CIktoYmlZeUUtnOAqQsVH5ofOMf4z3OHmTxd0g3hCutYyavYe+AQKoc= X-Received: by 2002:ab0:5402:0:b0:688:d612:2024 with SMTP id n2-20020ab05402000000b00688d6122024mr25640387uaa.2.1678859635587; Tue, 14 Mar 2023 22:53:55 -0700 (PDT) MIME-Version: 1.0 References: <20230313174015.13602-1-syalavarthi@marvell.com> <20230314064501.14876-1-syalavarthi@marvell.com> In-Reply-To: <20230314064501.14876-1-syalavarthi@marvell.com> From: Jerin Jacob Date: Wed, 15 Mar 2023 11:23:29 +0530 Message-ID: Subject: Re: [PATCH v2 1/1] doc: fix cnxk platform HW accelerator blocks list To: Srikanth Yalavarthi Cc: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , Prince Takkar , dev@dpdk.org, sshankarnara@marvell.com, jerinj@marvell.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Tue, Mar 14, 2023 at 12:15=E2=80=AFPM Srikanth Yalavarthi wrote: > > Add ML to the list of platform hardware accelerator blocks, > and added reference to ML device driver. > > Fixes: fe83ffd9ec2e ("ml/cnxk: add skeleton") > > Signed-off-by: Srikanth Yalavarthi > Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/for-next-net. Thanks > > --- > > v2: > * Updated fixes and commit message > * Updated device table index > > doc/guides/platform/cnxk.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/platform/cnxk.rst b/doc/guides/platform/cnxk.rst > index aadd60b5d4..4a1966c66b 100644 > --- a/doc/guides/platform/cnxk.rst > +++ b/doc/guides/platform/cnxk.rst > @@ -76,6 +76,8 @@ DPDK subsystem. > +---+-----+----------------------------------------------------------= ----+ > | 12| GPIO| rte_rawdev = | > +---+-----+----------------------------------------------------------= ----+ > + | 13| ML | rte_mldev = | > + +---+-----+----------------------------------------------------------= ----+ > > PF0 is called the administrative / admin function (AF) and has exclusive > privileges to provision RVU functional block's LFs to each of the PF/VF. > @@ -165,6 +167,9 @@ This section lists dataplane H/W block(s) available i= n cnxk SoC. > #. **Regex Device Driver** > See :doc:`../regexdevs/cn9k` for REE Regex device driver information. > > +#. **ML Device Driver** > + See :doc:`../mldevs/cnxk` for Machine Learning device driver informat= ion. > + > Procedure to Setup Platform > --------------------------- > > -- > 2.17.1 >