From: Ben Pfaff Date: Fri, 10 May 2013 21:39:19 +0000 (-0700) Subject: netdev: Add new "struct netdev_rx" for capturing packets from a netdev. X-Git-Tag: sliver-openvswitch-1.10.90-3~13^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=796223f5bc3a4896e6398733c798390158479400;hp=796223f5bc3a4896e6398733c798390158479400;p=sliver-openvswitch.git netdev: Add new "struct netdev_rx" for capturing packets from a netdev. Separating packet capture from "struct netdev" means that there is no remaining per-"struct netdev" state, which will allow us to get rid of "struct netdev_dev" (by renaming it "struct netdev"). Signed-off-by: Ben Pfaff Acked-by: Ethan Jackson ---