From: Jason Wang Date: Mon, 25 Nov 2013 09:19:04 +0000 (+0800) Subject: macvtap: fix tx_dropped counting error X-Git-Tag: v3.13-rc3~28^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3e22b75c01fe1e075d91504b29019a05d8d373;p=pandora-kernel.git macvtap: fix tx_dropped counting error After commit 8ffab51b3dfc54876f145f15b351c41f3f703195 (macvlan: lockless tx path), tx stat counter were converted to percpu stat structure. So we need use to this also for tx_dropped in macvtap. Otherwise, the management won't notice the dropping packet in macvtap tx path. Cc: Michael S. Tsirkin Cc: Vlad Yasevich Cc: Eric Dumazet Signed-off-by: Jason Wang Acked-by: Michael S. Tsirkin Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed