Re: [dpdk-dev] [PATCH v2 3/8] devargs: introduce insert function

2017-07-11 Thread Thomas Monjalon
11/07/2017 01:19, Gaetan Rivet: > This new function expects a fully-formed rte_devargs, previously parsed > and allocated. > > It does not check whether the new rte_devargs is compatible with current > bus configuration, but will replace any eventual existing one for the same > device. Please exp

[dpdk-dev] [PATCH v2 3/8] devargs: introduce insert function

2017-07-10 Thread Gaetan Rivet
This new function expects a fully-formed rte_devargs, previously parsed and allocated. It does not check whether the new rte_devargs is compatible with current bus configuration, but will replace any eventual existing one for the same device. Signed-off-by: Gaetan Rivet --- lib/librte_eal/bsdap