[ovs-dev] [PATCH] ofproto-dpif: Correct check_recirc comment

Simon Horman horms at verge.net.au
Thu May 1 08:34:20 UTC 2014


This is a proposed correction for what appears to be
an editing error.

Signed-off-by: Simon Horman <horms at verge.net.au>
---
 ofproto/ofproto-dpif.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index 5eea5ab..ce73afe 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -949,8 +949,8 @@ open_dpif_backer(const char *type, struct dpif_backer **backerp)
 }
 
 /* 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.
+ * supports 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
-- 
1.8.5.2




More information about the dev mailing list