Thanks for the review, pushed to master,
Jarno
On Mar 28, 2014, at 1:25 PM, Pravin Shelar wrote:
> On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme
> wrote:
>> Use netlink_has_listeners() and NLM_F_ECHO flag to determine if a
>> reply is needed or not for OVS_FLOW_CMD_NEW, OVS_FLOW_CMD_SET,
On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme wrote:
> Use netlink_has_listeners() and NLM_F_ECHO flag to determine if a
> reply is needed or not for OVS_FLOW_CMD_NEW, OVS_FLOW_CMD_SET, or
> OVS_FLOW_CMD_DEL. Currently, OVS userspace does not request a reply
> for OVS_FLOW_CMD_NEW, but usually
Use netlink_has_listeners() and NLM_F_ECHO flag to determine if a
reply is needed or not for OVS_FLOW_CMD_NEW, OVS_FLOW_CMD_SET, or
OVS_FLOW_CMD_DEL. Currently, OVS userspace does not request a reply
for OVS_FLOW_CMD_NEW, but usually does for OVS_FLOW_CMD_DEL, as stats
may have changed.
Signed-of