Re: [dpdk-dev] [PATCH v5 3/5] bus/vdev: bus scan by multi-process channel

2018-04-24 Thread Thomas Monjalon
24/04/2018 07:51, Jianfeng Tan: > --- a/drivers/bus/vdev/Makefile > +++ b/drivers/bus/vdev/Makefile > +CFLAGS += -DALLOW_EXPERIMENTAL_API You need to do the same for meson.build.

[dpdk-dev] [PATCH v5 3/5] bus/vdev: bus scan by multi-process channel

2018-04-23 Thread Jianfeng Tan
To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device driver is supposed to locate (or request more) the detail information from the primary. Signed-off-by: Jianfeng Tan Reviewed-by: Qi Zha