On Thu, Sep 17, 2015 at 03:01:48PM +0000, Alin Serdean wrote: > Currently when running the vswitch daemon we get a lot of messages of the > form: > 2015-09-10T23:04:21Z|07255|dpif(revalidator11)|WARN|system@ovs-system: failed > to flow_del (Invalid argument). > > The userspace expects after sending a delete flow command, to receive the flow > key of the deleted flow. > > Currently we only send back the statiscs. This patch appends back the flow key > attribute for to the response buffer for the flow commands new, modify and > delete. > > This patch also responds to the userspace with ENOENT in the case the flow > was not modified, deleted, created or retrieved. > > Also incorporate some refactors. > > Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> > Acked-by: Sorin Vinturis <svintu...@cloudbasesolutions.com> > Acked-by: Sairam Venugopal <vsai...@vmware.com> > --- > This patch is intended for branch-2.4 as well. > v2 address comments, add acks
Applied to master and branch-2.4, thanks! _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev