On 07-04-22, 11:28, Dave Jiang wrote: > The driver currently programs the system pasid to the WQ preemptively when > system pasid is enabled. Given that a dwq will reprogram the pasid and > possibly a different pasid, the programming is not necessary. The pasid_en > bit can be set for swq as it does not need pasid pasid programming but > needs the pasid_en bit. Remove system pasid programming on device config > write. Add pasid programming for kernel wq type on wq driver enable. The > char dev driver already reprograms the dwq on ->open() call so there's no > change. Applied, thanks -- ~Vinod