linux_dsm_epyc7002/drivers/net/ethernet/google/gve
Catherine Sullivan 438b43bdb9 gve: Fix case where desc_cnt and data_cnt can get out of sync
desc_cnt and data_cnt should always be equal. In the case of a dropped
packet desc_cnt was still getting updated (correctly), data_cnt
was not. To eliminate this bug and prevent it from recurring this
patch combines them into one ring level cnt.

Signed-off-by: Catherine Sullivan <csully@google.com>
Reviewed-by: Sagi Shahar <sagis@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-08-05 13:18:53 -07:00
..
gve_adminq.c
gve_adminq.h
gve_desc.h
gve_ethtool.c gve: Fix case where desc_cnt and data_cnt can get out of sync 2019-08-05 13:18:53 -07:00
gve_main.c gve: replace kfree with kvfree 2019-07-18 16:31:27 -07:00
gve_register.h
gve_rx.c gve: Fix case where desc_cnt and data_cnt can get out of sync 2019-08-05 13:18:53 -07:00
gve_tx.c
gve.h gve: Fix case where desc_cnt and data_cnt can get out of sync 2019-08-05 13:18:53 -07:00
Makefile gve: Add ethtool support 2019-07-01 19:36:35 -07:00