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 D9DB742B8A; Wed, 24 May 2023 10:13:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63F5140ED8; Wed, 24 May 2023 10:13:09 +0200 (CEST) Received: from mail-ua1-f49.google.com (mail-ua1-f49.google.com [209.85.222.49]) by mails.dpdk.org (Postfix) with ESMTP id 954464067E for ; Wed, 24 May 2023 10:13:07 +0200 (CEST) Received: by mail-ua1-f49.google.com with SMTP id a1e0cc1a2514c-783ff10cdbaso514535241.2 for ; Wed, 24 May 2023 01:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684915987; x=1687507987; 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=ubSUkAs2d+7taM40j8zsme9PtqGAsZJrmg2W9UVhiyk=; b=pMq/aSbUwNaACuCxPTjESDeeI+AyT8EV9Z0Sz4cOq/YLacZEBILydl1fuV0iccUkUC 2oax2L9N2squARfZf/S0DGvhGhxoBobJctTGKJFLd96FxKjG902afq5lPJw+/R12GxIl ATAafqWS2R5779I5SOJ4LKSsJY6MihmiOv2qUjdtznbIkt+WU+Ew1XLejTKAnfoN/2Wa Pqp1/DR6fCqf0TBwH4eLVh8H90B/5hjqVVZGIFUWs4Jrj5CN70lm8HdrChuKGjKO7BBE xz6LkChvTF1LU5ttoDz3I1skZnRYqwb7bnGRhcbuYxF42ZzvCGqRP7mV2lbVMEui/Wv/ /VyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684915987; x=1687507987; 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=ubSUkAs2d+7taM40j8zsme9PtqGAsZJrmg2W9UVhiyk=; b=Kdh0HZfcZXSYqdoS4tliSJTctPP1GSqYsl6MLwrOcH5VnRWmazh0SUlfbXt0TKOLeK Fe6Jhf2jiz6zx9RZTjVQQBI9AJEw2toNgDJdP3fmJtb7tzCZWEVoOzkF9zLBhq0zAiuB TwPuv9W4KApKGSi5PJeWRBALS4U7V/Y9lqKaRoWgklgfQ/pTjnlwDFjwUBuHoDcCcS2t kiIiRj+8naGsXRww+xUl5z7QCmi+rGdcY9ZOEmL/R8BNprx3brpJeIoybJ8hVlrRX0E1 E8Lc8tD2Edqf0JILZZitRpnxbiot+fCJDA9z/ac/nvi7HkowYjeaIeG54jwULPl6K0Mb 7TVQ== X-Gm-Message-State: AC+VfDwO1ffQgLbzLhsVCS/kYSng1O318CUGLmpkJxHTcRUlL6K9aIt2 htDqYfc1hH5qkmFcdoQqTt3dn8inFbxhVLGV/CA= X-Google-Smtp-Source: ACHHUZ6g9glwp49aT71k9nhS0BAGB2EG48XIUSgPXN++sl9iYYcrNLVg3A4ufel+SsxyMwhBkLYdPI/IMsVhso+Y0RY= X-Received: by 2002:a1f:6046:0:b0:43f:bcad:db6b with SMTP id u67-20020a1f6046000000b0043fbcaddb6bmr6478837vkb.10.1684915986888; Wed, 24 May 2023 01:13:06 -0700 (PDT) MIME-Version: 1.0 References: <20230331040306.3143693-1-zhirun.yan@intel.com> <20230509060347.1237884-1-zhirun.yan@intel.com> <20230509060347.1237884-16-zhirun.yan@intel.com> In-Reply-To: <20230509060347.1237884-16-zhirun.yan@intel.com> From: Jerin Jacob Date: Wed, 24 May 2023 13:42:40 +0530 Message-ID: Subject: Re: [PATCH v6 15/15] doc: update multicore dispatch model in graph guides To: Zhirun Yan Cc: dev@dpdk.org, jerinj@marvell.com, kirankumark@marvell.com, ndabilpuram@marvell.com, stephen@networkplumber.org, pbhagavatula@marvell.com, cunming.liang@intel.com, haiyue.wang@intel.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, May 9, 2023 at 11:35=E2=80=AFAM Zhirun Yan w= rote: > > Update graph documentation to introduce new multicore dispatch model. > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan > --- > doc/guides/prog_guide/graph_lib.rst | 59 +++++++++++++++++++++++++++-- > 1 file changed, 55 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/prog_guide/graph_lib.rst b/doc/guides/prog_guide/= graph_lib.rst > index 1cfdc86433..72e26f3a5a 100644 > --- a/doc/guides/prog_guide/graph_lib.rst > +++ b/doc/guides/prog_guide/graph_lib.rst > @@ -189,14 +189,65 @@ In the above example, A graph object will be create= d with ethdev Rx > node of port 0 and queue 0, all ipv4* nodes in the system, > and ethdev tx node of all ports. > > -Multicore graph processing > -~~~~~~~~~~~~~~~~~~~~~~~~~~ > -In the current graph library implementation, specifically, > -``rte_graph_walk()`` and ``rte_node_enqueue*`` fast path API functions > +graph model chossing Graph models > +~~~~~~~~~~~~~~~~~~~~ > +Currently, there are 2 different walking model. Use model -> models