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 B4DD2A0548; Tue, 20 Dec 2022 22:24:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A962140698; Tue, 20 Dec 2022 22:24:01 +0100 (CET) Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) by mails.dpdk.org (Postfix) with ESMTP id 74D5D40684 for ; Tue, 20 Dec 2022 22:24:00 +0100 (CET) Received: by mail-pl1-f178.google.com with SMTP id n4so13598267plp.1 for ; Tue, 20 Dec 2022 13:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=WSUqtjZRjA+aLRGs5hdyKY5sImOWMpEk+dM1wVV/dV4=; b=2errxz691qpHwusd+Obn6MWbP37Z9kPZkjSA1r7t2ZgJowqffVomNsyiqaJ5S2Za43 rkwc2etuefJNkXJQTFSC0pwt5mElMQC1GwdcGUGHad5xEpAqpR6z6+fh8iSx7iQtDK7e HTDme29UVSeCYj48Cs9bFwAfsWJnu/8ZlyHoNiVSUFTsbDb0gM1RcyjeXSCoYqZ6G3rG NHBrBbta321eHZz3HG0jFqI7ssoXtuO9MEFS1dbbgnUTS6h+s02b2k20aslVD/lk3FPV egW+oLJQjzTW/4FqFXemvvjvIBoHnkvxV+EnkhhYMiiKuC/dXpTNs9f8Fd/ndcPHXbqi yIDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WSUqtjZRjA+aLRGs5hdyKY5sImOWMpEk+dM1wVV/dV4=; b=gIONskA6Xdzp0W1bnbW6Fl2vF7Wk7N54oT0hE/RZ4zwlMMFnnFsgkQqfPj0dYqrUEd rYr43NVVu4qORgF3JBarlTrrveLoYuGk1eEe0DuxFIl6L4OF6wbP3HruUhqaHN92g3Va THbPeqwA1K+XWr2NMPLxRgJFwtVal4aV0CfbRmSomh/xmxMTOnqyP7QAJM54NIaNbRKr jJ+CDKxQ+Rdd/WH6x95Z9rRuCbuO3A97+cPqHfrxpTq6m/AvI8/r8eY+3qZ5O/+a5Fk4 2b4YSFlOBNAXgAW5GwkKTwnFt6ntaIdX4UjqAYx+eIrb/arJbxyz1ustigA0s4tMx7a8 47cQ== X-Gm-Message-State: ANoB5plts9qXMW66u+TXI7IQJmBcdP5SaU3V5XmvETBTt8x7tZo/Wt1Y E94e5SVFXTbybBJQVKMCPit5Rg== X-Google-Smtp-Source: AA0mqf5SZOHWQebSz8sg0EI/tdoceXrJD3CAy0SpVKslXrQ6GuoKP4bgqZwavKyOA/LgMZ6eo7XBwQ== X-Received: by 2002:a17:902:9897:b0:189:9ee0:cc8e with SMTP id s23-20020a170902989700b001899ee0cc8emr47362856plp.57.1671571439759; Tue, 20 Dec 2022 13:23:59 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id cp10-20020a170902e78a00b001788ccecbf5sm9781867plb.31.2022.12.20.13.23.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Dec 2022 13:23:59 -0800 (PST) Date: Tue, 20 Dec 2022 13:23:57 -0800 From: Stephen Hemminger To: Srikanth Yalavarthi Cc: , , , Subject: Re: [PATCH v3 00/38] Implementation of ML CNXK driver Message-ID: <20221220132357.26a8d75f@hermes.local> In-Reply-To: <20221220192645.14042-1-syalavarthi@marvell.com> References: <20221208201806.21893-1-syalavarthi@marvell.com> <20221220192645.14042-1-syalavarthi@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 20 Dec 2022 11:26:07 -0800 Srikanth Yalavarthi wrote: > Marvell ML CNXK Driver > ---------------------- > > This patch series implements common Machine Learning (ML) ROC code > and driver for Marvell Octeon 10 (cnxk) platform. ML inferencing is > supported on cnxk platform through an integrated ML inferencing > processor. The current driver supports programming the ML hardware > engine through offload mode. > > All APIs proposed in the DPDK ML device specification are supported on > the cnxk platform. Is this hardware in the DPDK CI lab? How can the project make sure this isn't broken in future?