[dpdk-dev] [PATCH] ethdev: fix missing parenthesis

2015-01-16 Thread Thomas Monjalon
2015-01-16 09:40, Wodkowski, PawelX: > > Good catch! > > Was introduced in commit 4bdefaade6d1 (VMDQ enhancements). > > Note that quite often, when a patch contains too much things, > > we miss this kind of bugs. That's a reason to well split patches. > > What is most surprising I did not spotted

[dpdk-dev] [PATCH] ethdev: fix missing parenthesis

2015-01-16 Thread Wodkowski, PawelX
> Good catch! > Was introduced in commit 4bdefaade6d1 (VMDQ enhancements). > Note that quite often, when a patch contains too much things, > we miss this kind of bugs. That's a reason to well split patches. > What is most surprising I did not spotted this, neither the compiler what I think it sh

[dpdk-dev] [PATCH] ethdev: fix missing parenthesis

2015-01-15 Thread Thomas Monjalon
2015-01-09 16:05, Michal Jastrzebski: > Signed-off-by: Pawel Wodkowski Good catch! Was introduced in commit 4bdefaade6d1 (VMDQ enhancements). Note that quite often, when a patch contains too much things, we miss this kind of bugs. That's a reason to well split patches. Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH] ethdev: fix missing parenthesis

2015-01-09 Thread Michal Jastrzebski
From: Pawel Wodkowski Signed-off-by: Pawel Wodkowski --- lib/librte_ether/rte_ethdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index 4c1a494..d13301a 100644 --- a/lib/librte_ether/rte_ethdev.c +++ b/li