[dpdk-dev] [PATCH v2] Mem: Fixes small memory leak due to missing free.

2015-05-19 Thread Erik Ziegenbalg
From: eziegenb A function in cmdline.c has a return that does not free buf properly. Signed-off-by: Erik Ziegenbalg --- lib/librte_cmdline/cmdline.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/librte_cmdline/cmdline.c b/lib/librte_cmdline/cmdline.c index

[dpdk-dev] rte_acl test-acl app

2014-10-24 Thread Erik Ziegenbalg
uint32_t ** and I double checked to make sure I'm passing along proper values. Is x the expected result? If so, I am getting the same for packets that should not match. Thank you, Erik Ziegenbalg

[dpdk-dev] rte_acl test-acl app

2014-10-24 Thread Erik Ziegenbalg
uint32_t ** and I double checked to make sure I'm passing along proper values. Is x the expected result? If so, I am getting the same for packets that should not match. Thank you, Erik Ziegenbalg

[dpdk-dev] TEST-ACL rules file (no html)

2014-09-04 Thread Erik Ziegenbalg
Hey everyone, I have a question pertaining to the test-acl app that comes with the dpdk. I noticed that the program requires a rulesf file. Does anyone know the formatting needed for it to parse the rules correctly? I skimmed through the parser code and it seems like it is looking for an '@' to st

[dpdk-dev] Test-ACL rules file

2014-09-04 Thread Erik Ziegenbalg
Hey everyone, I have a question pertaining to the test-acl app that comes with the dpdk. I noticed that the program requires a rulesf file. Does anyone know the formatting needed for it to parse the rules correctly? I skimmed through the parser code and it seems like it is looking for an '@' to st