"dpif-netlink" is the dpif to communicate with kernel. So replace "dpif-linux" with "dpif-netlink".
Signed-off-by: William Tu <[email protected]> --- ofproto/ofproto-dpif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif.h b/ofproto/ofproto-dpif.h index 2433a548c6d0..90432fa2678b 100644 --- a/ofproto/ofproto-dpif.h +++ b/ofproto/ofproto-dpif.h @@ -19,7 +19,7 @@ * * ofproto-dpif provides an ofproto implementation for those platforms which * implement the netdev and dpif interface defined in netdev.h and dpif.h. The - * most important of which is the Linux Kernel Module (dpif-linux), but + * most important of which is the Linux Kernel Module (dpif-netlink), but * alternatives are supported such as a userspace only implementation * (dpif-netdev), and a dummy implementation used for unit testing. * -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
