Re: [dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named opaque type

2018-02-14 Thread Thomas Monjalon
> >>> Ethdev APIs to add callback return the callback object as "void *", > >>> update return type to actual object type > >>> "struct rte_eth_rxtx_callback *" > >>> > >>> Signed-off-by: Ferruh Yigit > >>> --- > >>> +* ethdev: functions add rx/tx callback will return named opaque type > >>> + rte

Re: [dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named opaque type

2018-02-12 Thread Hemant Agrawal
On 2/10/2018 5:32 PM, Jerin Jacob wrote: -Original Message- From: Yigit, Ferruh Sent: Friday, February 9, 2018 10:18 AM To: Neil Horman ; Mcnamara, John ; Kovacevic, Marko Cc: dev@dpdk.org; Yigit, Ferruh ; Ananyev, Konstantin ; Stephen Hemminger ; Richardson, Bruce ; Thomas Monjalon

Re: [dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named opaque type

2018-02-10 Thread Jerin Jacob
; , "Richardson, Bruce" > , Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named > opaque type > > > > > -Original Message- > > From: Yigit, Ferruh > > Sent: Friday, February 9, 2018 10:18 AM > > T

Re: [dpdk-dev] [PATCH v2] doc: update ethdev APIs to return named opaque type

2018-02-09 Thread Ananyev, Konstantin
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, February 9, 2018 10:18 AM > To: Neil Horman ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org; Yigit, Ferruh ; Ananyev, Konstantin > ; Stephen Hemminger > ; Richardson, Bruce ; > Thomas Monjalon > Subject: [PATCH v2]