Michael S. Tsirkin wrote: > Isn't the whole command memset to 0 before hand? > Maybe just remove the line? You're right. The memset is hidden in the CMA_CREATE_MSG_CMD* macro, so I overlooked that it was already initialized to 0. - Sean