datapath: distinguish between the dropped and consumed skb
authorLi RongQing <roy.qing.li@gmail.com>
Sun, 7 Sep 2014 21:49:02 +0000 (14:49 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 8 Sep 2014 17:43:34 +0000 (10:43 -0700)
commita7d607c58dcc2a58b39b49f06257744c8ac0da82
tree54fb9a0fa30ea40c507f91088c6f3d73daa03484
parentf1112037df05e70f92abe7e2f25ece9f6d766003
datapath: distinguish between the dropped and consumed skb

distinguish between the dropped and consumed skb, not assume the skb
is consumed always

Cc: Thomas Graf <tgraf@noironetworks.com>
Cc: Pravin Shelar <pshelar@nicira.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
datapath/datapath.c