Re: [dpdk-dev] [PATCH v1 12/13] ethdev: process declarative eth devargs

2018-08-31 Thread Gaƫtan Rivet
On Fri, Aug 31, 2018 at 01:10:48PM +0300, Andrew Rybchenko wrote: > On 08/30/2018 04:42 PM, Gaetan Rivet wrote: > > Process the class-specific arguments in a devargs. > > This processing takes the form of setting the proper eth_dev fields when > > relevant. > > > > Signed-off-by: Gaetan Rivet > >

Re: [dpdk-dev] [PATCH v1 12/13] ethdev: process declarative eth devargs

2018-08-31 Thread Andrew Rybchenko
On 08/30/2018 04:42 PM, Gaetan Rivet wrote: Process the class-specific arguments in a devargs. This processing takes the form of setting the proper eth_dev fields when relevant. Signed-off-by: Gaetan Rivet --- lib/librte_ethdev/eth_private.h | 5 +++ lib/librte_ethdev/rte_class_eth.c | 62

[dpdk-dev] [PATCH v1 12/13] ethdev: process declarative eth devargs

2018-08-30 Thread Gaetan Rivet
Process the class-specific arguments in a devargs. This processing takes the form of setting the proper eth_dev fields when relevant. Signed-off-by: Gaetan Rivet --- lib/librte_ethdev/eth_private.h | 5 +++ lib/librte_ethdev/rte_class_eth.c | 62 +++ lib/librte_eth