Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-11 Thread Ed Czeck
On Wed, Mar 10, 2021 at 5:46 PM Ferruh Yigit wrote: > > On 3/10/2021 9:53 PM, Ed Czeck wrote: > > On Wed, Mar 10, 2021 at 11:44 AM Ferruh Yigit > > wrote: > >> > >> On 3/10/2021 3:02 PM, Ed Czeck wrote: > >>> On Tue, Mar 9, 2021 at 12:36 PM Ferruh Yigit > >>> wrote: > > On 3/9/2021 4

Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-10 Thread Ferruh Yigit
On 3/10/2021 9:53 PM, Ed Czeck wrote: On Wed, Mar 10, 2021 at 11:44 AM Ferruh Yigit wrote: On 3/10/2021 3:02 PM, Ed Czeck wrote: On Tue, Mar 9, 2021 at 12:36 PM Ferruh Yigit wrote: On 3/9/2021 4:08 PM, Ed Czeck wrote: In this commit we generalize the movement of user-specified meta data b

Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-10 Thread Ed Czeck
On Wed, Mar 10, 2021 at 11:44 AM Ferruh Yigit wrote: > > On 3/10/2021 3:02 PM, Ed Czeck wrote: > > On Tue, Mar 9, 2021 at 12:36 PM Ferruh Yigit wrote: > >> > >> On 3/9/2021 4:08 PM, Ed Czeck wrote: > >>> In this commit we generalize the movement of user-specified > >>> meta data between mbufs and

Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-10 Thread Ferruh Yigit
On 3/10/2021 3:02 PM, Ed Czeck wrote: On Tue, Mar 9, 2021 at 12:36 PM Ferruh Yigit wrote: On 3/9/2021 4:08 PM, Ed Czeck wrote: In this commit we generalize the movement of user-specified meta data between mbufs and FPGA AXIS tuser fields using user-defined hook functions. - Previous use of P

Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-10 Thread Ed Czeck
On Tue, Mar 9, 2021 at 12:36 PM Ferruh Yigit wrote: > > On 3/9/2021 4:08 PM, Ed Czeck wrote: > > In this commit we generalize the movement of user-specified > > meta data between mbufs and FPGA AXIS tuser fields using > > user-defined hook functions. > > > > - Previous use of PMD dynfields are rem

Re: [dpdk-dev] [PATCH v4 5/6] net/ark: generalize meta data between FPGA and PMD

2021-03-09 Thread Ferruh Yigit
On 3/9/2021 4:08 PM, Ed Czeck wrote: In this commit we generalize the movement of user-specified meta data between mbufs and FPGA AXIS tuser fields using user-defined hook functions. - Previous use of PMD dynfields are removed - Hook function added to ark_user_ext - Add hook function calls in Rx