On Wed, Feb 23, 2022 at 12:09:02PM -0700, Alex Williamson wrote: > On Sun, 20 Feb 2022 11:57:07 +0200 > Yishai Hadas <yishaih@xxxxxxxxxx> wrote: > > > > +enum { > > + MLX5_SUSPEND_VHCA_IN_OP_MOD_SUSPEND_MASTER = 0x0, > > + MLX5_SUSPEND_VHCA_IN_OP_MOD_SUSPEND_SLAVE = 0x1, > > +}; > ... > > + > > +enum { > > + MLX5_RESUME_VHCA_IN_OP_MOD_RESUME_SLAVE = 0x0, > > + MLX5_RESUME_VHCA_IN_OP_MOD_RESUME_MASTER = 0x1, > > +}; > > Please consider using more inclusive terminology. Thanks, Lets use initiator/responder - I think that is still aligned with PCIe? Jason