DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase
@ 2015-08-13 10:33 Maciej Gajdzica
  2015-08-17 16:20 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Maciej Gajdzica @ 2015-08-13 10:33 UTC (permalink / raw)
  To: dev

Renamed function name to comply with coding standard.

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
---
 app/test/test_table.c     |    2 +-
 app/test/test_table_acl.c |    2 +-
 app/test/test_table_acl.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/test/test_table.c b/app/test/test_table.c
index de6c27d..676dab2 100644
--- a/app/test/test_table.c
+++ b/app/test/test_table.c
@@ -192,7 +192,7 @@ test_table(void)
 
 #ifdef RTE_LIBRTE_ACL
 	printf("\n\n\n\n************ACL tests************\n");
-	if (test_table_ACL() < 0)
+	if (test_table_acl() < 0)
 		return -1;
 #endif
 
diff --git a/app/test/test_table_acl.c b/app/test/test_table_acl.c
index e4e9b9c..3a64e47 100644
--- a/app/test/test_table_acl.c
+++ b/app/test/test_table_acl.c
@@ -579,7 +579,7 @@ fail:
 }
 
 int
-test_table_ACL(void)
+test_table_acl(void)
 {
 
 
diff --git a/app/test/test_table_acl.h b/app/test/test_table_acl.h
index f57cb27..a64c3e6 100644
--- a/app/test/test_table_acl.h
+++ b/app/test/test_table_acl.h
@@ -32,4 +32,4 @@
  */
 
 /* Test prototypes */
-int test_table_ACL(void);
+int test_table_acl(void);
-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase
  2015-08-13 10:33 [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase Maciej Gajdzica
@ 2015-08-17 16:20 ` De Lara Guarch, Pablo
  2015-12-07  3:00   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2015-08-17 16:20 UTC (permalink / raw)
  To: Gajdzica, MaciejX T, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica
> Sent: Thursday, August 13, 2015 11:33 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to
> lowercase
> 
> Renamed function name to comply with coding standard.
> 
> Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase
  2015-08-17 16:20 ` De Lara Guarch, Pablo
@ 2015-12-07  3:00   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-12-07  3:00 UTC (permalink / raw)
  To: Gajdzica, MaciejX T; +Cc: dev

> > Renamed function name to comply with coding standard.
> > 
> > Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
> 
> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-07  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-13 10:33 [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase Maciej Gajdzica
2015-08-17 16:20 ` De Lara Guarch, Pablo
2015-12-07  3:00   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).