linux: Report supported user features to the kernel
authorThomas Graf <tgraf@redhat.com>
Thu, 19 Dec 2013 15:20:42 +0000 (16:20 +0100)
committerJesse Gross <jesse@nicira.com>
Fri, 20 Dec 2013 18:03:02 +0000 (10:03 -0800)
Following commit (''netlink: Do not enforce alignment of last Netlink
attribute''), signal the ability to receive unaligned Netlink messages
to the datapath to enable utilization of zerocopy optimizations.

Opening a datapath is now done by issueing a OVS_DP_CMD_SET in order
to overwrite previously set user features.

Signed-off-by: Thomas Graf <tgraf@redhat.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>

No differences found