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 E9B0F42C4A; Wed, 7 Jun 2023 09:30:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76A55410F6; Wed, 7 Jun 2023 09:30:48 +0200 (CEST) Received: from mail-ua1-f53.google.com (mail-ua1-f53.google.com [209.85.222.53]) by mails.dpdk.org (Postfix) with ESMTP id DDA7F40A84 for ; Wed, 7 Jun 2023 09:30:46 +0200 (CEST) Received: by mail-ua1-f53.google.com with SMTP id a1e0cc1a2514c-783f88ce557so2952741241.3 for ; Wed, 07 Jun 2023 00:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686123046; x=1688715046; 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=6Sg8t8458Ed788xQMEP24Tw3DnRB58iaizOLAtb431c=; b=mWTjO0RB4RTLqnGqqkSlak+qL/9GHqjgZPmRHHf9W9Jc+enB+Psjxz860USmPPEMU0 tBEm6Cb2MltYGAdQ36dpJuTYHeKhwtBRUbqzVK9CGwMuc/VRZXIPh4dOekKvFyylx1GW zPsCMfnEVitSXAJAIayo3/AAWRsCkqDTPADJjcf1Zuw5Wp/n+0Rc7csN/dRfwr9DY72h cdmBAryDTEue2NrdVekQJ50HqZu4iOsxLI4AaBLQDOe3fJtvI28FHd5aSkZWGIlBZwNd +44R6KCc9DcF/JEwsqbx9VcFM1E4FEcVipLDerAb938l6JkstdCMZagmyV41se1s59VR OUZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686123046; x=1688715046; 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=6Sg8t8458Ed788xQMEP24Tw3DnRB58iaizOLAtb431c=; b=Q20XcHCJ/eLoVgjQo7c0F9izq+dvdyFK/6ycmazhVmDdfKtxk6q9lWiwSqscWllU0l oWizPpewclBnLxzuJh8YrNzzLX2/B6ZyICSdWLv+44BfNKerBlJFetHaQqKzxkYyYxgJ FdtUaAIeXQjxqkXFC1+aC7n+0TpME+I+VvaZcnp8RbfdrA10LG5c1ukPe8jVp6HIL3TP Sq+eSJWq8ARcqC30FTa1FTslbgEbJ4DNnxSMWogZThOHCBLRdB54719unaVt1UZ0albQ U0pWPp0gzR1Zl525miIUlrSMgV/A4dj0Hr/mS/bRsUHWx6PNojG9bUZ2nyUpOvIUkj4h eUIg== X-Gm-Message-State: AC+VfDxTmAOS5XF24iMdFEda2fHyKJ+dvnEYGUItRrAPkDrfhIfW/+ar qsTiCNljymULfP8pW6D3ErwoOLmU/Hmq28/EDk4= X-Google-Smtp-Source: ACHHUZ78sErwAoGP6Z8Efv43f20iRCy456hq09s/u/5k/Pm9KNhDxH0Asm1Tmz30VnAuMrAbnLoImrWz+unrZsSqLxE= X-Received: by 2002:a67:eb87:0:b0:43b:3457:5d2c with SMTP id e7-20020a67eb87000000b0043b34575d2cmr838908vso.26.1686123046193; Wed, 07 Jun 2023 00:30:46 -0700 (PDT) MIME-Version: 1.0 References: <20230606144746.708388-1-zhirun.yan@intel.com> <20230607035144.1214492-1-zhirun.yan@intel.com> <20230607035144.1214492-3-zhirun.yan@intel.com> In-Reply-To: <20230607035144.1214492-3-zhirun.yan@intel.com> From: Jerin Jacob Date: Wed, 7 Jun 2023 13:00:20 +0530 Message-ID: Subject: Re: [PATCH v9 02/17] graph: split graph worker into common and default model 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, mattias.ronnblom@ericsson.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 Wed, Jun 7, 2023 at 9:29=E2=80=AFAM Zhirun Yan wr= ote: > > To support multiple graph worker model, split graph into common > and default. Naming the current walk function as rte_graph_model_rtc > cause the default model is RTC(Run-to-completion). > > Signed-off-by: Haiyue Wang > Signed-off-by: Cunming Liang > Signed-off-by: Zhirun Yan Acked-by: Jerin Jacob