Just restored file mode from 755 to 644.
Signed-off-by: Antonio Fischetti
---
ofproto/ofproto.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 ofproto/ofproto.c
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
old mode 100755
new mode 100644
--
2.4
This patch adds some comments to the dpcls_lookup() funtion,
which is one of the most important places where the Userspace
wildcard matching happens.
The purpose is to give some more explanations on its design
and also on how it works.
Signed-off-by: Antonio Fischetti
---
lib/dpif-netdev.c | 40
Fix build warning: 'flags_mask' may be used uninitialized.
Signed-off-by: Antonio Fischetti
---
lib/odp-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/odp-util.c b/lib/odp-util.c
index b4689cc..10fb6c2 100644
--- a/lib/odp-util.c
+++ b/lib/odp-util.c
p and will run all the time. More details
in comments inside dpacl_build() and acl_builder_thread() functions.
Signed-off-by: Antonio Fischetti
---
lib/dpif-netdev.c | 634 +-
1 file changed, 633 insertions(+), 1 deletion(-)
diff --git