]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Fix ovs_dp_cmd_msg_size()
authorDaniele Di Proietto <daniele.di.proietto@gmail.com>
Thu, 23 Jan 2014 18:47:35 +0000 (10:47 -0800)
committerJesse Gross <jesse@nicira.com>
Wed, 5 Feb 2014 06:21:23 +0000 (22:21 -0800)
commit295bac70bb29940d9128a8cd7f243e2543d8a56b
treed3bca8b4e39d7ebd4951efa95bb7823f47cdacf7
parentb9af8485e7571e84ab11f62c7e678f1355faaa6c
openvswitch: Fix ovs_dp_cmd_msg_size()

commit 912530677cb574a1f4965c3ce214aa284342a923 (openvswitch: Allow user space
to announce ability to accept unaligned Netlink messages) introduced
OVS_DP_ATTR_USER_FEATURES netlink attribute in datapath responses,
but the attribute size was not taken into account in ovs_dp_cmd_msg_size().

Signed-off-by: Daniele Di Proietto <daniele.di.proietto@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/datapath.c