Re: [dpdk-dev] [PATCH] net/dpaa2: set port in the mbuf

2019-10-09 Thread Nipun Gupta
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 8, 2019 3:09 PM > To: Nipun Gupta ; dev@dpdk.org > Cc: Hemant Agrawal ; Sachin Saxena > > Subject: Re: [PATCH] net/dpaa2: set port in the mbuf > > On 10/4/2019 12:01 PM, Nipun Gupta wrote: > > This patch sets the port i

Re: [dpdk-dev] [PATCH] net/dpaa2: set port in the mbuf

2019-10-08 Thread Ferruh Yigit
On 10/4/2019 12:01 PM, Nipun Gupta wrote: > This patch sets the port in mbuf for all the scenarios within > fd to mbuf API Hi Nipun, What is the impact of not setting 'port' field for all the scenarios? If it breaks something, do you want to backport this patch? By converting it to a fix patch..

[dpdk-dev] [PATCH] net/dpaa2: set port in the mbuf

2019-10-04 Thread Nipun Gupta
This patch sets the port in mbuf for all the scenarios within fd to mbuf API Signed-off-by: Nipun Gupta Acked-by: Hemant Agrawal --- drivers/net/dpaa2/dpaa2_rxtx.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/drivers/net/dpaa2/dpaa2_rxtx.