Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Dekel Peled
siienko > ; dev@dpdk.org; Ori Kam > > Subject: Re: [dpdk-dev] [PATCH] ethdev: support action with any config > object type > > On Tue, Jul 02, 2019 at 08:42:41AM +, Dekel Peled wrote: > > Thanks, PSB. > > > > > -Original Message- > > > Fro

Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Dekel Peled
siienko > ; dev@dpdk.org; Ori Kam > > Subject: Re: [dpdk-dev] [PATCH] ethdev: support action with any config > object type > > On 02.07.2019 12:57, Adrien Mazarguil wrote: > > On Tue, Jul 02, 2019 at 08:42:41AM +, Dekel Peled wrote: > >> Thanks, PSB. > >

Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Andrew Rybchenko
; bernard.iremon...@intel.com; Yongseok Koh ; Shahaf Shuler ; Slava Ovsiienko ; arybche...@solarflare.com Cc: dev@dpdk.org; Ori Kam Subject: Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type On 01.07.2019 17:10, Dekel Peled wrote: In current implementation, an action which

Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Adrien Mazarguil
> jingjing...@intel.com; bernard.iremon...@intel.com; Yongseok Koh > > ; Shahaf Shuler ; Slava > > Ovsiienko ; arybche...@solarflare.com > > Cc: dev@dpdk.org; Ori Kam > > Subject: Re: [dpdk-dev] [PATCH] ethdev: support action with any config > > object type > > > >

Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Dekel Peled
> Ovsiienko ; arybche...@solarflare.com > Cc: dev@dpdk.org; Ori Kam > Subject: Re: [dpdk-dev] [PATCH] ethdev: support action with any config > object type > > On 01.07.2019 17:10, Dekel Peled wrote: > > In current implementation, an action which requires parameters must > > ac

Re: [dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-02 Thread Andrew Rybchenko
On 01.07.2019 17:10, Dekel Peled wrote: In current implementation, an action which requires parameters must accept them enclosed in a structure. Some actions require a single, trivial type parameter, but it still must be enclosed in a structure. This obligation results in multiple, action-specifi

[dpdk-dev] [PATCH] ethdev: support action with any config object type

2019-07-01 Thread Dekel Peled
In current implementation, an action which requires parameters must accept them enclosed in a structure. Some actions require a single, trivial type parameter, but it still must be enclosed in a structure. This obligation results in multiple, action-specific structures, each containing a single tri