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 70BEEA057B; Wed, 1 Apr 2020 23:31:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A7E051C1AD; Wed, 1 Apr 2020 23:31:12 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id A4C8B1C199 for ; Wed, 1 Apr 2020 23:31:11 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 3504E662; Wed, 1 Apr 2020 17:31:10 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 01 Apr 2020 17:31:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=81u0P3y16GJvYAhO/bz/0T1qJ/dmZcqj3ZaXJCW2GqE=; b=ccGiYuMcuJ8g xfDudK5G5ZT0ezuIj0pLjwNYgS6nHW0NxMJHlXKi4ID3+AMIo8tGkK3YeB5fDTRT 7pimb71yHtkcvA3r0oIIrAx+jOnPmcrFJkZcICyV4OiCm3jPX8OuhhjAkBN7EmMG fGClvaIZn1MOddPPdDeCdTEJh0yctoY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=81u0P3y16GJvYAhO/bz/0T1qJ/dmZcqj3ZaXJCW2G qE=; b=CgZqdr2RrCGG8IMkWYZG9ttU5KDF1bm/EFqwVIJsVfkPW9A2I4+/fG/nX YOsyoYL6PDKkoqT6+ziNGUmsDhZ7nEsPUtY0kJSF4tRHdjT++6mG6cHk6PPABhWL 8bnx8prRG7VSziG6XwpaW1mfVjpNzHm1u6fysrNnX2Sdmt3CzElijR8tQn1qXwVJ MIs+VHz6oDKO3f+WkE8NhyVMa02yFFkn1PJgotqoGAp3HnZrVCD//KHE3jnnPhWy dEvDbJDLvnNt05Dvs3LOcjm2//Sl95LszRbqR+jcNdmVRRQMkJG9Yvphlk9SzObn SNHaj0riIZFViuJBjk8lAghPCgxqg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrtddvgdduiedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 10C29306CC2E; Wed, 1 Apr 2020 17:31:08 -0400 (EDT) From: Thomas Monjalon To: Mairtin o Loingsigh Cc: dev@dpdk.org Date: Wed, 01 Apr 2020 23:31:06 +0200 Message-ID: <1967048.aiPYRZItUj@xps> In-Reply-To: <1584386504-17800-1-git-send-email-mairtin.oloingsigh@intel.com> References: <1584386504-17800-1-git-send-email-mairtin.oloingsigh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] raw/common: introduce the Multi-function API 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" Hi, 16/03/2020 20:21, Mairtin o Loingsigh: > Multi-function API allows user to chain xforms of various > types together in a single operation Please could you elaborate a bit more? Which problem are you trying to address? What is the design? How it can be used? For such feature proposal, I recommend a design discussion before starting the development.