> From: Jason Gunthorpe <[email protected]> > Sent: Saturday, November 8, 2025 12:50 AM > > +enum batch_kind { > + BATCH_CPU_MEMORY = 0, > + BATCH_MMIO, > +};
with 'CPU_MEMORY' (instead of plain 'MEMORY') implies future support of 'DEV_MEMORY'? Reviewed-by: Kevin Tian <[email protected]>
