Messages in this thread |  | | Date | Thu, 28 Nov 2013 18:32:52 -0500 (EST) | Subject | Re: [PATCH net] macvtap: fix tx_dropped counting error | From | David Miller <> |
| |
From: Jason Wang <jasowang@redhat.com> Date: Mon, 25 Nov 2013 17:19:04 +0800
> 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 <mst@redhat.com> > Cc: Vlad Yasevich <vyasevic@redhat.com> > Cc: Eric Dumazet <edumazet@google.com> > Signed-off-by: Jason Wang <jasowang@redhat.com>
Applied, thanks Jason.
|  |