diff options
author | Harshitha Ramamurthy <hramamurthy@google.com> | 2024-04-01 23:45:27 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-04-03 11:11:15 +0100 |
commit | 5dee3c702c20b62bc12b72edb495740bf06d97b3 (patch) | |
tree | ff309e6681d2f5c24b5d5a5efd1d403584fc5b00 /net/unix/garbage.c | |
parent | 4cbc70f6ec5e06f93e617d3f2d7f8dc47c0c9067 (diff) | |
download | linux-stable-5dee3c702c20b62bc12b72edb495740bf06d97b3.tar.gz linux-stable-5dee3c702c20b62bc12b72edb495740bf06d97b3.tar.bz2 linux-stable-5dee3c702c20b62bc12b72edb495740bf06d97b3.zip |
gve: make the completion and buffer ring size equal for DQO
For the DQO queue format, the gve driver stores two ring sizes
for both TX and RX - one for completion queue ring and one for
data buffer ring. This is supposed to enable asymmetric sizes
for these two rings but that is not supported. Make both fields
reference the same single variable.
This change renders reading supported TX completion ring size
and RX buffer ring size for DQO from the device useless, so change
those fields to reserved and remove related code.
Reviewed-by: Praveen Kaligineedi <pkaligineedi@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Harshitha Ramamurthy <hramamurthy@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/garbage.c')
0 files changed, 0 insertions, 0 deletions