Re: [dpdk-dev] [PATCH v1 4/8] bus: add probe mode setter

2017-12-11 Thread Shreyansh Jain
On Monday 11 December 2017 06:09 PM, Shreyansh Jain wrote: On Thursday 12 October 2017 01:48 PM, Gaetan Rivet wrote: Introduce new rte_bus operation to configure the probe policy. Implementation is required from buses interested in supporting this configuration element. [...] diff --git a/l

Re: [dpdk-dev] [PATCH v1 4/8] bus: add probe mode setter

2017-12-11 Thread Shreyansh Jain
On Thursday 12 October 2017 01:48 PM, Gaetan Rivet wrote: Introduce new rte_bus operation to configure the probe policy. Implementation is required from buses interested in supporting this configuration element. [...] diff --git a/lib/librte_eal/common/eal_common_options.c b/lib/librte_eal

[dpdk-dev] [PATCH v1 4/8] bus: add probe mode setter

2017-10-12 Thread Gaetan Rivet
Introduce new rte_bus operation to configure the probe policy. Implementation is required from buses interested in supporting this configuration element. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_bus.c | 24 lib/librte_eal/common/eal_common_op