datapath: Avoid skb-clone in upcall
authorPravin Shelar <pshelar@nicira.com>
Thu, 29 Sep 2011 23:33:06 +0000 (16:33 -0700)
committerPravin Shelar <pshelar@nicira.com>
Thu, 29 Sep 2011 23:33:06 +0000 (16:33 -0700)
commit36ce148c6d2105dc2e485ec169bcc9998ffebf9d
tree2b25b3c45bd960edf65c06cfbbae90b2d3ae60c5
parent6ecf431e1df3dc011e8a67e4864d324c65f4be17
datapath: Avoid skb-clone in upcall

There is not need to clone skb while sending packet to user-space.
Since data is only read from packet skb.

Signed-off-by: Pravin Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c
datapath/datapath.c