datapath: genl_notify() on port disappearances.
authorEthan Jackson <ethan@nicira.com>
Wed, 24 Aug 2011 00:20:00 +0000 (17:20 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Sep 2011 00:21:49 +0000 (17:21 -0700)
commitf14d80834e73e5e91892e4763e01ccfd3a2d3be2
treeedc9ee891bfce5fb0c923939313d38c7ec26648d
parente408762f5d16370d9308c22f8f9853d911e92a95
datapath: genl_notify() on port disappearances.

Before this patch, if a vport detached itself from the datapath
without interaction from userspace, rtnetlink notifications would
be sent, but genl notifications would not.

Feature #6809.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/datapath.h
datapath/dp_notify.c