X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;fp=ofproto%2Fofproto-dpif.c;h=7d082bcc760244be9527363b3471c68549b291c1;hb=9b2cb97179426f083b1d22b505b61607de5e0c36;hp=5eea5ab60640c9b4b38f16d7e6cee3694bd1560b;hpb=9620f50ccce53b75c45949f3984029fa67241afe;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 5eea5ab60..7d082bcc7 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -948,9 +948,9 @@ open_dpif_backer(const char *type, struct dpif_backer **backerp) return error; } -/* Tests whether 'backer''s datapath supports recirculation Only newer datapath - * supports OVS_KEY_ATTR in OVS_ACTION_ATTR_USERSPACE actions. We need to - * disable some features on older datapaths that don't support this feature. +/* Tests whether 'backer''s datapath supports recirculation. Only newer + * datapaths support OVS_KEY_ATTR_RECIRC_ID in keys. We need to disable some + * features on older datapaths that don't support this feature. * * Returns false if 'backer' definitely does not support recirculation, true if * it seems to support recirculation or if at least the error we get is