> -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Thursday, June 6, 2019 9:50 PM > To: Jerin Jacob Kollanukkaran <[email protected]>; [email protected]; John > McNamara <[email protected]>; Marko Kovacevic > <[email protected]>; Nithin Kumar Dabilpuram > <[email protected]>; Kiran Kumar Kokkilagadda > <[email protected]> > Cc: Harman Kalra <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype support > > On 6/6/2019 4:59 PM, Jerin Jacob Kollanukkaran wrote: > > > > > >> -----Original Message----- > >> From: Ferruh Yigit <[email protected]> > >> Sent: Thursday, June 6, 2019 9:20 PM > >> To: Jerin Jacob Kollanukkaran <[email protected]>; [email protected]; > >> John McNamara <[email protected]>; Marko Kovacevic > >> <[email protected]>; Nithin Kumar Dabilpuram > >> <[email protected]>; Kiran Kumar Kokkilagadda > >> <[email protected]> > >> Cc: Harman Kalra <[email protected]> > >> Subject: Re: [dpdk-dev] [PATCH v1 25/58] net/octeontx2: add ptype > >> support > >> > >> On 6/2/2019 4:24 PM, [email protected] wrote: > >>> From: Jerin Jacob <[email protected]> > >>> > >>> 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 <[email protected]> > >>> Signed-off-by: Kiran Kumar K <[email protected]> > >>> Signed-off-by: Harman Kalra <[email protected]> > >> > >> <...> > >> > >>> @@ -1,4 +1,7 @@ > >>> DPDK_19.05 { > >>> + global: > >>> + > >>> + otx2_nix_fastpath_lookup_mem_get; > >> > >> Why this function is in the .map file? > > > > It is used by octeontx2 eventdev driver in driver/event/octeontx2 > > OK, any way to get rid of it, like using event-eth adapters etc ?
OK. I will try to rework to get rid of this function exposing. > > > > >> .map file is for the functions that this PMD exposes to application > >> to call, this look intended to use within the library itself, if so no > >> need to > be in .map file. > >> > >>> > >>> local: *; > >>> }; > >>> > >

