Re: [PATCH v2] net/gve: change QPLs to be queue resources

2024-07-05 Thread Ferruh Yigit
On 6/14/2024 12:53 AM, Joshua Washington wrote: > Prior to this change, queue page lists (QPLs) were kept as device > resources, being stored in the gve_priv struct. This does not make > sense because each QPL inherently belongs to a single queue. > > This change moves all QPL resources into the q

[PATCH v2] net/gve: change QPLs to be queue resources

2024-06-13 Thread Joshua Washington
Prior to this change, queue page lists (QPLs) were kept as device resources, being stored in the gve_priv struct. This does not make sense because each QPL inherently belongs to a single queue. This change moves all QPL resources into the queues themselves, and couples QPL allocation/registration

[PATCH v2] net/gve: change QPLs to be queue resources

2024-06-13 Thread Joshua Washington
Prior to this change, queue page lists (QPLs) were kept as device resources, being stored in the gve_priv struct. This does not make sense because each QPL inherently belongs to a single queue. This change moves all QPL resources into the queues themselves, and couples QPL allocation/registration