Merged,
Maxim.
On 07/15/15 12:20, Bala Manoharan wrote:
Reviewed-by: Balasubramanian Manoharan <[email protected]
<mailto:[email protected]>>
P.S: May be the patch description needs to change
fixed.
On 14 July 2015 at 18:36, Ivan Khoronzhuk <[email protected]
<mailto:[email protected]>> wrote:
I suppose, the intention was to check only ODP_PMR_IPPROTO capability.
Signed-off-by: Ivan Khoronzhuk <[email protected]
<mailto:[email protected]>>
---
test/validation/classification/odp_classification_tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/validation/classification/odp_classification_tests.c
b/test/validation/classification/odp_classification_tests.c
index 502105e..6e8d152 100644
--- a/test/validation/classification/odp_classification_tests.c
+++ b/test/validation/classification/odp_classification_tests.c
@@ -807,7 +807,7 @@ static void
classification_test_pmr_terms_cap(void)
unsigned long long retval;
/* Need to check different values for different platforms */
retval = odp_pmr_terms_cap();
- CU_ASSERT(retval | (1 << ODP_PMR_IPPROTO));
+ CU_ASSERT(retval & (1 << ODP_PMR_IPPROTO));
}
static void classification_test_pktio_configure(void)
--
1.9.1
_______________________________________________
lng-odp mailing list
[email protected] <mailto:[email protected]>
https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp