From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 304721B40E for ; Wed, 6 Jun 2018 07:34:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jun 2018 22:34:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,482,1520924400"; d="scan'208";a="46780269" Received: from shecgisg006.sh.intel.com ([10.239.39.68]) by orsmga007.jf.intel.com with ESMTP; 05 Jun 2018 22:34:48 -0700 Received: from shecgisg006.sh.intel.com (localhost [127.0.0.1]) by shecgisg006.sh.intel.com with ESMTP id w565Ylgj023339; Wed, 6 Jun 2018 13:34:47 +0800 Received: (from yufengmx@localhost) by shecgisg006.sh.intel.com with œ id w565YlRI023335; Wed, 6 Jun 2018 13:34:47 +0800 From: yufengx.mo@intel.com To: dts@dpdk.org Cc: yufengmx Date: Wed, 6 Jun 2018 13:34:46 +0800 Message-Id: <1528263286-23120-5-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1528263286-23120-1-git-send-email-yufengx.mo@intel.com> References: <1528263286-23120-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V1 4/4] ipfix_flow_classify: framework setting X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 05:34:50 -0000 From: yufengmx add sctp head size definition Signed-off-by: yufengmx --- framework/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/settings.py b/framework/settings.py index 07c3ac6..99107fd 100644 --- a/framework/settings.py +++ b/framework/settings.py @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2018 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -173,6 +173,7 @@ HEADER_SIZE = { 'ipv6': 40, 'udp': 8, 'tcp': 20, + 'sctp': 132, 'vxlan': 8, } """ -- 1.9.3