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 12E1EA0C45; Mon, 13 Sep 2021 21:02:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F135740151; Mon, 13 Sep 2021 21:02:42 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mails.dpdk.org (Postfix) with ESMTP id 8C8FC4014F for ; Mon, 13 Sep 2021 21:02:41 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id n4so6469070plh.9 for ; Mon, 13 Sep 2021 12:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/Lzs0MBMr7vfG/WMlqGmeVaygLQItw8wXfN5UnVlM/w=; b=k72vKkg1QTDCCorUefgTPPL1B36Jz2ma2cHKt8UJdvXz1osDApqgZq/zZsgMKDfzsr Kn5xtzdkEsRULEpHkqq2ZaT7lYGHLwyW0NXLn8R9scJ4c3V7NMmL9+bYaqMqy1Z+Sz/z ajUPdECGQs1QXhzxEZs4mIVXn7U7JyrKc9KtKST65TDklPLufmShVIMDwy/AaLGJhVNU IXErfe0rGT986dYflEOt9Hqaz3GUCRiJm0yiht58mjDy/LDs6v0Il+HaV+6MbfXK2Qg/ TvaUbQDxAmqGBTbXRmRi/CdbWJGuJTIOc4QEnxkd5qYxct5U87vRBSf1kHL0YwxuInls JztA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/Lzs0MBMr7vfG/WMlqGmeVaygLQItw8wXfN5UnVlM/w=; b=Duj0W44tYomOeq4mTIvst/2aRV6NNvN2ahj5n1L57NlBoqqlesYxVeE3esud6egiN2 4GZlX7A0WhXrWptEJym4jAxd87cJWUp0O7nNw3Hna5hivY0TbxBtv1zmWH+6k1rBU7P8 PVIMBBoi9COfxF5gekhM4jLueAJ5Pro/NcpbDbaENZ+3uaKmFRGCx0WbYmaYXVygvZJS bpCZMJ5fo5T+MxkbuNAX+k+B2vBIOBbZ877H68Fb422kH8y3yQ0mmxnWCWuop4ZZmGut tTLPpVnxcLzaWAFWpS+4fn27YIeaTm6/0x7MH2PxmhUfIGTgJZ/YXINVFs4UiC+HPIJT URww== X-Gm-Message-State: AOAM5300OCVJdwP7EmzeCHAhdEkoud8IAVBLnEAGkJ8biJBE8ieSGgOr xO7SvoWtaJgjJTIbarAkB+nGZA== X-Google-Smtp-Source: ABdhPJwqsKtbFkAmlL2lbIrrXMKIR5TRhVuXzl4n7CCNkvnHoPdZw2ScNCDVr+XgXalVodC3xIiUdg== X-Received: by 2002:a17:902:bd42:b0:138:d3ca:c387 with SMTP id b2-20020a170902bd4200b00138d3cac387mr11761300plx.51.1631559760647; Mon, 13 Sep 2021 12:02:40 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id f144sm7651459pfa.24.2021.09.13.12.02.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 12:02:40 -0700 (PDT) Date: Mon, 13 Sep 2021 12:02:37 -0700 From: Stephen Hemminger To: "Dumitrescu, Cristian" Cc: "dev@dpdk.org" Message-ID: <20210913120237.62e294ed@hermes.local> In-Reply-To: References: <20210910133713.93103-1-cristian.dumitrescu@intel.com> <20210913164443.16875-1-cristian.dumitrescu@intel.com> <20210913095121.38c39aaa@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to internal header file 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 Sender: "dev" On Mon, 13 Sep 2021 18:42:39 +0000 "Dumitrescu, Cristian" wrote: > > -----Original Message----- > > From: Stephen Hemminger > > Sent: Monday, September 13, 2021 5:51 PM > > To: Dumitrescu, Cristian > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH V3 01/24] pipeline: move data structures to > > internal header file > > > > On Mon, 13 Sep 2021 17:44:20 +0100 > > Cristian Dumitrescu wrote: > > > > > Start to consolidate the data structures and inline functions required > > > by the pipeline instructions into an internal header file. > > > > > > Signed-off-by: Cristian Dumitrescu > > > --- > > > Depends-on: series-18297 ("[V4,1/4] table: add support learner tables") > > > > Won't this change will make future changes to API/ABI harder because more > > of the pipeline internals are exposed to application? > > Not at all, this header file is internal to the library and not accessible to the application. Good