Re: [dpdk-dev] [PATCH v3] pci: implement find_device bus operation

2017-06-21 Thread Thomas Monjalon
08/06/2017 01:54, Gaetan Rivet: > Signed-off-by: Gaetan Rivet > --- > This patch depends on: > > bus: attach / detach API > http://dpdk.org/ml/archives/dev/2017-May/066330.html > http://dpdk.org/dev/patchwork/patch/24489/ Please insert this patch the related series above.

[dpdk-dev] [PATCH v3] pci: implement find_device bus operation

2017-06-07 Thread Gaetan Rivet
Signed-off-by: Gaetan Rivet --- This patch depends on: bus: attach / detach API http://dpdk.org/ml/archives/dev/2017-May/066330.html http://dpdk.org/dev/patchwork/patch/24489/ v1 --> v2 * Use the newly defined rte_dev_match_t type v2 --> v3 * Use new comparison behavior. --- lib/librte_ea