Re: [dpdk-dev] [PATCH] raw/common: introduce the Multi-function API

2020-04-02 Thread Thomas Monjalon
Hi, 02/04/2020 11:46, O'loingsigh, Mairtin: > From: Thomas Monjalon > > 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 tryi

Re: [dpdk-dev] [PATCH] raw/common: introduce the Multi-function API

2020-04-02 Thread O'loingsigh, Mairtin
esday, April 1, 2020 10:31 PM To: O'loingsigh, Mairtin Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] raw/common: introduce the Multi-function API Hi, 16/03/2020 20:21, Mairtin o Loingsigh: > Multi-function API allows user to chain xforms of various types > together in a single o

Re: [dpdk-dev] [PATCH] raw/common: introduce the Multi-function API

2020-04-01 Thread Thomas Monjalon
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 recom

[dpdk-dev] [PATCH] raw/common: introduce the Multi-function API

2020-03-16 Thread Mairtin o Loingsigh
Multi-function API allows user to chain xforms of various types together in a single operation Signed-off-by: Mairtin o Loingsigh --- drivers/raw/Makefile |1 + drivers/raw/common/Makefile|8 + drivers/raw/common/multi_fn/Makefile