Revision 997e068ebc17d8d57e735578df44b6341cd5f2f3 authored by Pravin B Shelar on 24 December 2014, 00:20:32 UTC, committed by David S. Miller on 24 December 2014, 04:57:31 UTC
Today vport-send has complex error handling because it involves
freeing skb and updating stats depending on return value from
vport send implementation.
This can be simplified by delegating responsibility of freeing
skb to the vport implementation for all cases. So that
vport-send needs just update stats.

Fixes: 91b7514cdf ("openvswitch: Unify vport error stats
handling")
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent cbe7e76
History
File Mode Size
Kconfig -rw-r--r-- 904 bytes
Makefile -rw-r--r-- 100 bytes
bfs.h -rw-r--r-- 1.4 KB
dir.c -rw-r--r-- 8.6 KB
file.c -rw-r--r-- 4.9 KB
inode.c -rw-r--r-- 11.7 KB

back to top