aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorBalasubramanian Manoharan <bala.manoharan@linaro.org>2015-10-14 10:33:00 +0530
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-10-27 17:33:07 +0300
commit5a2c7b12c8c62edf9dd3f0c4177b7113e9102e6d (patch)
tree5cff1e899a123b1129501f3960700f2738885c90 /helper
parent41ff87ef41e5669c28f5a017b1f0dcb2c4da93c7 (diff)
validation: classification: added additional suite to test individual PMRs
Additional test suite is added to classification validation suite to test individual PMRs. This suite will test the defined PMRs by configuring pktio separately for every test case. Fixes: https://bugs.linaro.org/show_bug.cgi?id=1542 https://bugs.linaro.org/show_bug.cgi?id=1544 https://bugs.linaro.org/show_bug.cgi?id=1545 https://bugs.linaro.org/show_bug.cgi?id=1546 Signed-off-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Conflicts: test/validation/classification/odp_classification_testsuites.h
Diffstat (limited to 'helper')
-rw-r--r--helper/include/odp/helper/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/include/odp/helper/tcp.h b/helper/include/odp/helper/tcp.h
index defe4221b..42f0cbe1f 100644
--- a/helper/include/odp/helper/tcp.h
+++ b/helper/include/odp/helper/tcp.h
@@ -26,6 +26,7 @@ extern "C" {
* @{
*/
+#define ODPH_TCPHDR_LEN 20 /**< Min length of TCP header (no options) */
/** TCP header */
typedef struct ODP_PACKED {