Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-04 Thread Ferruh Yigit
t;>>> -Original Message- >>>>> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson >>>>> Sent: Friday, December 1, 2017 10:33 AM >>>>> To: Yigit, Ferruh >>>>> Cc: Thomas Monjalon ; dev@dpdk.org; >

Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-04 Thread Bruce Richardson
ev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > >>> Sent: Friday, December 1, 2017 10:33 AM > >>> To: Yigit, Ferruh > >>> Cc: Thomas Monjalon ; dev@dpdk.org; > >>> vl...@cloudius-systems.com > >>> Subject: Re: [dpdk-dev] [PATCH 7

Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-01 Thread Ferruh Yigit
ber 1, 2017 10:33 AM >>> To: Yigit, Ferruh >>> Cc: Thomas Monjalon ; dev@dpdk.org; >>> vl...@cloudius-systems.com >>> Subject: Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object >>> >>> On Fri, Dec 01, 2017 at 02:29:57AM +, F

Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-01 Thread Bruce Richardson
mas Monjalon ; dev@dpdk.org; > > vl...@cloudius-systems.com > > Subject: Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object > > > > On Fri, Dec 01, 2017 at 02:29:57AM +, Ferruh Yigit wrote: > > > "struct rte_eth_rxtx_callback" is defined

Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-01 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, December 1, 2017 10:33 AM > To: Yigit, Ferruh > Cc: Thomas Monjalon ; dev@dpdk.org; > vl...@cloudius-systems.com > Subject: Re: [dpdk-dev] [PATCH 7/7] et

Re: [dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-12-01 Thread Bruce Richardson
On Fri, Dec 01, 2017 at 02:29:57AM +, Ferruh Yigit wrote: > "struct rte_eth_rxtx_callback" is defined as internal data structure but > used in public APIs. > > Checking the API documentation shows that intention was using this > object as opaque object. Data structure only used in delete APIs

[dpdk-dev] [PATCH 7/7] ethdev: use opaque user callback object

2017-11-30 Thread Ferruh Yigit
"struct rte_eth_rxtx_callback" is defined as internal data structure but used in public APIs. Checking the API documentation shows that intention was using this object as opaque object. Data structure only used in delete APIs which doesn't require to know the internals of the data structure. Conv