netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/2] GRO drop accounting
@ 2021-01-06 21:55 Jesse Brandeburg
  2021-01-06 21:55 ` [PATCH net-next v1 1/2] net: core: count drops from GRO Jesse Brandeburg
  2021-01-06 21:55 ` [PATCH net-next v1 2/2] ice: remove GRO drop accounting Jesse Brandeburg
  0 siblings, 2 replies; 12+ messages in thread
From: Jesse Brandeburg @ 2021-01-06 21:55 UTC (permalink / raw)
  To: netdev; +Cc: Jesse Brandeburg, intel-wired-lan

Add some accounting for when the stack drops a packet
that a driver tried to indicate with a gro* call. This
helps users track where packets might have disappeared
to and will show up in the netdevice stats that already
exist.

After that, remove the driver specific workaround
that was added to do the same, just scoped too small.

Jesse Brandeburg (2):
  net: core: count drops from GRO
  ice: remove GRO drop accounting

 drivers/net/ethernet/intel/ice/ice.h          | 1 -
 drivers/net/ethernet/intel/ice/ice_ethtool.c  | 1 -
 drivers/net/ethernet/intel/ice/ice_main.c     | 4 +---
 drivers/net/ethernet/intel/ice/ice_txrx.h     | 1 -
 drivers/net/ethernet/intel/ice/ice_txrx_lib.c | 2 --
 net/core/dev.c                                | 2 ++
 6 files changed, 3 insertions(+), 8 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-01-14 13:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 21:55 [PATCH net-next v1 0/2] GRO drop accounting Jesse Brandeburg
2021-01-06 21:55 ` [PATCH net-next v1 1/2] net: core: count drops from GRO Jesse Brandeburg
2021-01-08  0:50   ` Shannon Nelson
2021-01-08 18:26     ` Jesse Brandeburg
2021-01-08 19:21       ` Shannon Nelson
2021-01-08 20:26         ` Saeed Mahameed
2021-01-08 22:17           ` Eric Dumazet
2021-01-14 13:53         ` Jamal Hadi Salim
2021-01-08  9:25   ` Eric Dumazet
2021-01-08 18:35     ` Jesse Brandeburg
2021-01-08 18:45       ` Eric Dumazet
2021-01-06 21:55 ` [PATCH net-next v1 2/2] ice: remove GRO drop accounting Jesse Brandeburg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).