[dts] [patch V1 1/2] add dpdk send protocol packet size code

xu,huilong huilongx.xu at intel.com
Tue Jan 10 07:54:49 CET 2017


Signed-off-by: "xu,huilong" <huilongx.xu at intel.com>
---
 framework/settings.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/framework/settings.py b/framework/settings.py
index df2a491..acffa34 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -161,7 +161,12 @@ HEADER_SIZE = {
     'tcp': 20,
     'vxlan': 8,
 }
-
+"""
+dpdk send protocol packet size.
+"""
+PROTOCOL_PACKET_SIZE = {
+    'lldp': 110,
+}
 
 """
 Default session timeout.
-- 
1.9.3



More information about the dts mailing list