On 3/4/2021 2:30 PM, Xueming Li wrote:
To support extended representor syntax, this patch extends the representor list parsing to support for representor port range in devargs, examples: representor=[1,2,3] - single list representor=[1,3-5,7,9-11] - list with singles and ranges
Isn't above syntax already supported, can you please document what is added? From documentation, what already supported is: -w pci:dbdf,representor=0 -w pci:dbdf,representor=[0-3] -w pci:dbdf,representor=[0,5-11]
Signed-off-by: Xueming Li <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]> Acked-by: Thomas Monjalon <[email protected]> Acked-by: Andrew Rybchenko <[email protected]>
<...>

