Re: [dpdk-dev] [PATCH 1/2] bus/pci: rename devargs parameter id to addr

2018-10-11 Thread Thomas Monjalon
10/10/2018 08:48, Andrew Rybchenko: > On 10/3/18 10:40 PM, Thomas Monjalon wrote: > > We could match devices by their PCI id (vendor id, device id, etc). > > But for now, only matching by PCI address is implemented. > > The devargs parameter "id" is renamed "addr" to reflect its real meaning. > > >

Re: [dpdk-dev] [PATCH 1/2] bus/pci: rename devargs parameter id to addr

2018-10-09 Thread Andrew Rybchenko
On 10/3/18 10:40 PM, Thomas Monjalon wrote: We could match devices by their PCI id (vendor id, device id, etc). But for now, only matching by PCI address is implemented. The devargs parameter "id" is renamed "addr" to reflect its real meaning. Signed-off-by: Thomas Monjalon Reviewed-by: Andre

[dpdk-dev] [PATCH 1/2] bus/pci: rename devargs parameter id to addr

2018-10-03 Thread Thomas Monjalon
We could match devices by their PCI id (vendor id, device id, etc). But for now, only matching by PCI address is implemented. The devargs parameter "id" is renamed "addr" to reflect its real meaning. Signed-off-by: Thomas Monjalon --- drivers/bus/pci/pci_params.c | 6 +++--- 1 file changed, 3 in