Re: [PATCH] geneve: add missing rx stats accounting

2017-06-08 Thread David Miller
From: Girish Moodalbail Date: Thu, 8 Jun 2017 11:39:49 -0700 > + ++geneve->dev->stats.rx_dropped; Please use the more canonical post-increment "x++" Please do this in your entire patch. Thanks.

[PATCH] geneve: add missing rx stats accounting

2017-06-08 Thread Girish Moodalbail
There are few places on the receive path where packet drops and packet errors were not accounted for. This patch fixes that issue. Signed-off-by: Girish Moodalbail --- drivers/net/geneve.c | 36 1 file changed, 24 insertions(+),