Skip to content

umr: Completion: Fix regex for PCI bus names

Luben Tuikov requested to merge ltuikov/umr:main into main

Fix regex for PCI bus names. Previously we may see something like this: 0000:0b:00.0 master=pci:0000:0b:00.0 while the correct output should be this: 0000:0b:00.0 This commit fixes the regex to do just this.

Cc: Tom StDenis tom.stdenis@amd.com Signed-off-by: Luben Tuikov luben.tuikov@amd.com

Merge request reports