netdev: Add new "struct netdev_rx" for capturing packets from a netdev.
authorBen Pfaff <blp@nicira.com>
Fri, 10 May 2013 21:39:19 +0000 (14:39 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 10 May 2013 21:39:36 +0000 (14:39 -0700)
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 <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>

No differences found