Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support

2019-06-07 Thread Jerin Jacob Kollanukkaran
cob Kollanukkaran ; dev@dpdk.org; > >> John McNamara ; Marko Kovacevic > >> ; Nithin Kumar Dabilpuram > >> ; Kiran Kumar Kokkilagadda > >> > >> Cc: Harman Kalra > >> Subject: Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype > >>

Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support

2019-06-06 Thread Ferruh Yigit
r Dabilpuram >> ; Kiran Kumar Kokkilagadda >> >> Cc: Harman Kalra >> Subject: Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support >> >> On 6/2/2019 4:24 PM, jer...@marvell.com wrote: >>> From: Jerin Jacob >>> >>> The fields

Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support

2019-06-06 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, June 6, 2019 9:20 PM > To: Jerin Jacob Kollanukkaran ; dev@dpdk.org; John > McNamara ; Marko Kovacevic > ; Nithin Kumar Dabilpuram > ; Kiran Kumar Kokkilagadda > > Cc: Harman Kalra > Subject:

Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support

2019-06-06 Thread Ferruh Yigit
On 6/2/2019 4:24 PM, jer...@marvell.com wrote: > From: Jerin Jacob > > The fields from CQE needs to be converted to > ptype and rx ol flags in mbuf. This patch adds > create lookup memory for those items to be > used in Fastpath. > > Signed-off-by: Jerin Jacob > Signed-off-by: Kiran Kumar K >