test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [patch V1 1/2] add dpdk send protocol packet size code
@ 2017-01-10  6:54 xu,huilong
  2017-01-10  6:54 ` [dts] [patch V1 2/2] update shutdown_api and jumboframes check tx-packets code xu,huilong
  0 siblings, 1 reply; 4+ messages in thread
From: xu,huilong @ 2017-01-10  6:54 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: "xu,huilong" <huilongx.xu@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-12  2:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10  6:54 [dts] [patch V1 1/2] add dpdk send protocol packet size code xu,huilong
2017-01-10  6:54 ` [dts] [patch V1 2/2] update shutdown_api and jumboframes check tx-packets code xu,huilong
2017-01-12  1:20   ` Liu, Yong
2017-01-12  2:02     ` Xu, HuilongX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).