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 045E542DD0; Tue, 4 Jul 2023 11:10:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7A1240F18; Tue, 4 Jul 2023 11:10:37 +0200 (CEST) Received: from mail-vs1-f52.google.com (mail-vs1-f52.google.com [209.85.217.52]) by mails.dpdk.org (Postfix) with ESMTP id 4E92540042 for ; Tue, 4 Jul 2023 11:10:36 +0200 (CEST) Received: by mail-vs1-f52.google.com with SMTP id ada2fe7eead31-44363f4f128so3778790137.1 for ; Tue, 04 Jul 2023 02:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688461835; x=1691053835; 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=RWHsz41RbGyIf5nzRMGaWCJXkGshzIQrMM2cCbP7VVs=; b=OVSIKOUiItp+3O/YzE+O9+bGwQspqwzWAYz1hIzHS2Vuw/QOQbL6DVleP58chkt8lh 1K2rmD2FCvjlaIAYskLA57ZVcj1kNQuUvqx/NURbdovy+bFiqUQchejRN3xsC2LmLDFr WziaodALyKCTBmlLacmu4zM5vJsLkLZ+vXDS4YAU+gnkv4YuxWKsIbrkyK85Ad9sDxtq zWfabCl3+kDAqr+PrEiJMd6AG9d4ijKMgMkZYV3eX+MFhFci/x+nHGsJ3zPwXB6ocG/Z CbweAgDuRkn1bqt61vqd5UDU/5sGj9Zxk6QYwCc9iHuN1nmMMo8AMQrNNUBD4yOntj+t kFUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688461835; x=1691053835; 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=RWHsz41RbGyIf5nzRMGaWCJXkGshzIQrMM2cCbP7VVs=; b=XaTXLfuBPi+THTfivplErjhMEUcXU2MDTCFE1M6RRgsSOQyjYmynmKzuocJc+a4v0K YgQX8kuCLyw8jiG9c9eJynPR1TZ+XHqvAXNJUB4uh0PHubO7QD+vdNHhwOmToVTkQR+M 7zDK4/mEVKAjmTnvIhAaPLdu8qUMqwoCc4sgVJAT0b9BcZ3HsNkwqFItJSO7Gc+cUvfm Tvwtydh7VMfTI7pBH1Ro2Iqr7ZI/2xH0sNchOLrvPG1HNXAFbxVqWvBS7PdSt7GelTjn tYmjzX8shesf6mvGmnyRuKApPhNyCscsgZg7r7m2NskoE4bCUHKLiVBga0MdzMFYWUD2 X1Qw== X-Gm-Message-State: ABy/qLa62dnpYuf+fX5Rfwt5ASjo4XodXHYwKaJuyxGB5tao9kHOmzlp UZt/QyrNHMD3QvCqvRwBjlApYoeC1DG+m8RcBkM= X-Google-Smtp-Source: APBJJlGJud7JSQAVSTwbnHuBeGGwzwR6EhCktTKISWcxKGe9GR6C1Y6X7LdgHKHZC5JlWL02SOdlBE+dXHukvRGv9cY= X-Received: by 2002:a67:ce8b:0:b0:443:538b:cd2b with SMTP id c11-20020a67ce8b000000b00443538bcd2bmr4761032vse.2.1688461835442; Tue, 04 Jul 2023 02:10:35 -0700 (PDT) MIME-Version: 1.0 References: <20230703072919.760043-1-zhirun.yan@intel.com> <20230703095542.1229602-1-zhirun.yan@intel.com> In-Reply-To: <20230703095542.1229602-1-zhirun.yan@intel.com> From: Jerin Jacob Date: Tue, 4 Jul 2023 14:40:09 +0530 Message-ID: Subject: Re: [PATCH v2] graph: fix graph model check in core binding To: Zhirun Yan Cc: dev@dpdk.org, jerinj@marvell.com, kirankumark@marvell.com, ndabilpuram@marvell.com, qi.fu@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 Mon, Jul 3, 2023 at 3:35=E2=80=AFPM Zhirun Yan wr= ote: > > Fix graph model check in core binding with graph. And rte_graph_clone() > need to use valid params rather than NULL pointer. > Update release notes for new mcore dispatch model. Please add Fixes: > Signed-off-by: Zhirun Yan > --- > app/test/test_graph.c | 15 ++++++++++++--- > doc/guides/rel_notes/release_23_07.rst | 12 ++++++++++++ > lib/graph/graph.c | 2 +- > 3 files changed, 25 insertions(+), 4 deletions(-) > +* **Added mcore dispatch model in rte_graph library.** > + > + * Added set, get and validate model APIs to enhance graph framework > + to chose different walk models. Adding one line for what is "mcore dispatch model" will be good. > + * Added clone graph, bind graph with lcore and affinity node with > + lcore APIs to support mcore dispatch model. I think, Above, statement, you can remove. > + > * **Added PDCP Library.** > > Added an experimental library to provide PDCP UL and DL processing of = packets. > @@ -200,6 +207,11 @@ New Features > > Enhanced the GRO library to support TCP packets over IPv6 network. > > +* **Update l3fwd-graph sample application.** > + > + Added a new cmdline option ``--model`` which can be used to chose > + RTC or mcore dispatch model. > +