On 10/08/20 14:13, Muneendra Kumar M wrote: > Agreed: > So from the user we need to provide UUID and the cgroup associated info with > VM to the kernel interface. Is this correct? Yes. > There is no issues with UUID passing as one of the arg. > Coming to the other cgroup associated VM here are the options which we can > send > > 1)openfd: > We need a utility which opens the cgroup path and pass the fd details to the > interface. > And we can use the cgroup_get_from_fd() utility to get the associated cgroup > in the kernel. > Dependent on utilty. This looks good to me. Paolo