From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 62F2FA059B; Fri, 10 Apr 2020 11:08:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E518C1C1F1; Fri, 10 Apr 2020 11:07:59 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by dpdk.org (Postfix) with ESMTP id 561A41C12A for ; Fri, 10 Apr 2020 11:07:58 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id t10so1300863iln.2 for ; Fri, 10 Apr 2020 02:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=kd5do3IrJm6QEqoGNof5TYvq9EstwFMnQFK9y10NaXM=; b=fmlK7uwzfny/YzTjEKQyTVkec9rgAg+kt4p1ilbRbnhFFftRJ/uw3ntv6ROz5qs7q+ yUVIC7ybtKiqGxG6Ol/hGaSgJpBaK7SC5W4mTQJePjT6UjJbDVjjBFC8LNoQJixNPhNS jkXuhte3JhM2ackp5uagK7D8RTt6EwWgwc9JCmUc7lmeipdQWKEwBPAC8AIPuK4bLfe8 mmBE8cWa8H78VHRU1dhCZamjZXFmvD7Qjai8WdoReQDDGnld73H4ql9OWiVIT4fPxsFQ MKIble4xklahVwQFrFMHN6iPKXdMgs3F+JaGO0bw99aFrEbfEZlOjRGknJiGsh0a1NZP PJ9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kd5do3IrJm6QEqoGNof5TYvq9EstwFMnQFK9y10NaXM=; b=gQPOpbWrVGna4Qm6nKYH44TeekIiplhinpORd93daQNGTbdHVmaIyO/1MpOdsVWcqG 0D4lvkVPLFsmklLQoIdvjMTy0K30IuxoLgniLheWp0ZW4K3W8Fua3ckWAIUE310KAnwm xB4yPV0LeqveCnPY6ZR7cy9LPaorrEHXPNhYCQhPOFdwONXwTLWTz6wadTStoViPT0YZ DWeCDUKYC8yDO6Vn79EC2kH2O14P/TZHEGvgx5JY84GvEM4fPPeA07isAEks/rKfmvbd ZcPwBQEdayhsGnmZ2k0DwpAYWxXmm1ZlaAkzTFHclV7PGH+1G1YT42PYyUHVSC44oTMI O/iw== X-Gm-Message-State: AGi0PuaGxBi2QDnZgSkWzWAPhpxRy7WkSEU91nSH/VIm0ZSDe7/L3Ff+ bSn+f7mX8fOiUt5CbSDbgMASqoWD4LS07XhIHc5ErUfO X-Google-Smtp-Source: APiQypKdNUFgJHYc8JAo6gITs5X7QjK1dsCB207NbXD2C/bfBkEV2/fi6TI/hlmCMQ9XXz6BRSmHKgPVKZt73TMPhf8= X-Received: by 2002:a92:cecd:: with SMTP id z13mr4142280ilq.271.1586509677739; Fri, 10 Apr 2020 02:07:57 -0700 (PDT) MIME-Version: 1.0 References: <20200331192945.2466880-1-jerinj@marvell.com> <20200405085613.1336841-1-jerinj@marvell.com> <7c6e060b-8277-6419-b730-06864259053c@semihalf.com> In-Reply-To: <7c6e060b-8277-6419-b730-06864259053c@semihalf.com> From: Jerin Jacob Date: Fri, 10 Apr 2020 14:37:41 +0530 Message-ID: To: Andrzej Ostruszka Cc: Jerin Jacob Kollanukkaran , dev Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v4 00/29] graph: introduce graph subsystem X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Apr 10, 2020 at 4:43 AM Andrzej Ostruszka wrote: > > On 4/5/20 10:55 AM, jerinj@marvell.com wrote: > > From: Jerin Jacob > > > > Using graph traversal for packet processing is a proven architecture > > that has been implemented in various open source libraries. > > > > Graph architecture for packet processing enables abstracting the data > > processing functions as =E2=80=9Cnodes=E2=80=9D and =E2=80=9Clinks=E2= =80=9D them together to create a > > complex =E2=80=9Cgraph=E2=80=9D to create reusable/modular data process= ing functions. > > > > The patchset further includes performance enhancements and modularity > > to the DPDK as discussed in more detail below. > [...] > > Jerin et al. > > I have finished the review and have no more comments ... apart from that > I like it :). Thanks for the review. I will send the v5 after addressing all the comments= . > > With regards > Andrzej Ostruszka >