Re: RX/dropped counter values for tagged packets
From: Eric Dumazet <hidden>
Date: 2013-04-01 03:09:53
From: Eric Dumazet <hidden>
Date: 2013-04-01 03:09:53
On Sun, 2013-03-31 at 18:24 -0700, Ani Sinha wrote:
So in "another_round", if pt_prev is null at the end of the function (not sure if this can actually happen in reality, but from the code it looks like a possibility), the dropped counts will get incremented.
If packets are dropped, we increment rx_dropped. Nothing special with vlan, its the same with non tagged packets. So far so good.