gve: Remove the code of clearing PBA bit
authorZiwei Xiao <ziweixiao@google.com>
Tue, 9 May 2023 22:51:23 +0000 (15:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 May 2023 09:30:46 +0000 (10:30 +0100)
commitf4c2e67c1773d2a2632381ee30e9139c1e744c16
tree7ae6837fe5c4c816ed011f0f9fbb2b4a01617886
parente14cadfd80d76f01bfaa1a8d745b1db19b57d6be
gve: Remove the code of clearing PBA bit

Clearing the PBA bit from the driver is race prone and it may lead to
dropped interrupt events. This could potentially lead to the traffic
being completely halted.

Fixes: 5e8c5adf95f8 ("gve: DQO: Add core netdev features")
Signed-off-by: Ziwei Xiao <ziweixiao@google.com>
Signed-off-by: Bailey Forrest <bcf@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/google/gve/gve_main.c