From 9b2cb97179426f083b1d22b505b61607de5e0c36 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 1 May 2014 17:34:20 +0900 Subject: [PATCH] ofproto-dpif: Correct check_recirc comment This is a proposed correction for what appears to be an editing error. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.0