Re: [RFC PATCH 07/11] net: Introduce global queues

2020-06-30 Thread Jonathan Lemon
On Wed, Jun 24, 2020 at 10:17:46AM -0700, Tom Herbert wrote: > Global queues, or gqids, are an abstract representation of NIC > device queues. They are global in the sense that the each gqid > can be map to a queue in each device, i.e. if there are multiple > devices in the system, a gqid can map t

[RFC PATCH 07/11] net: Introduce global queues

2020-06-24 Thread Tom Herbert
Global queues, or gqids, are an abstract representation of NIC device queues. They are global in the sense that the each gqid can be map to a queue in each device, i.e. if there are multiple devices in the system, a gqid can map to a different queue, a dqid, in each device in a one to many mapping.