On 31/05/18 12:01, Bharat Kumar Gogada wrote: >> static void arm_smmu_sync_cd(void *cookie, int ssid, bool leaf) { >> + struct arm_smmu_cmdq_ent cmd = { >> + .opcode = CMDQ_OP_CFGI_CD_ALL, > > Hi Jean, here CMDQ_OP_CFGI_CD opcode 0x5. Woops, nice catch! I pushed fixes for all comments so far to branch sva/current Thanks, Jean