Hi Steven, On Tue, Oct 5, 2021, at 17:54, Xueming Li wrote: > Slash is used to split global device arguments. > > To support path value which contains slash, this patch parses devargs by > locating both slash and layer name key: > bus=a,name=/some/path/class=b,k1=v1/driver=c,k2=v2 > "/class=" and "/driver" are valid start of a layer. > > Signed-off-by: Xueming Li <[email protected]>
The code looks good to me, and after executing with the test suite it seems to behave properly. Reviewed-by: Gaetan Rivet <[email protected]> -- Gaetan Rivet

