From: yufengmx <yufengx.mo@intel.com>
To: dts@dpdk.org, yinan.wang@intel.com, zhaoyan.chen@intel.com,
lihongx.ma@intel.com
Cc: yufengmx <yufengx.mo@intel.com>
Subject: [dts] [PATCH V1 1/1] framework/trex: ignore trex default dst mac setting
Date: Fri, 6 Sep 2019 14:59:09 +0800 [thread overview]
Message-ID: <20190906065909.11717-2-yufengx.mo@intel.com> (raw)
In-Reply-To: <20190906065909.11717-1-yufengx.mo@intel.com>
set trex stream mac_dst_override_mode flag to be a STLStreamDstMAC_PKT status to avoid dst mac changed.
Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
framework/pktgen_trex.py | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/framework/pktgen_trex.py b/framework/pktgen_trex.py
index 159750e..c6c904b 100644
--- a/framework/pktgen_trex.py
+++ b/framework/pktgen_trex.py
@@ -221,7 +221,8 @@ class TrexConfigStream(object):
from trex_stl_lib.api import (
STLTXCont, STLTXSingleBurst, STLTXMultiBurst,
STLPktBuilder, STLProfile, STLVM,
- STLStream, STLFlowLatencyStats)
+ STLStream, STLStreamDstMAC_PKT,
+ STLFlowLatencyStats)
# set trex class
self.STLStream = STLStream
@@ -232,6 +233,7 @@ class TrexConfigStream(object):
self.STLTXSingleBurst = STLTXSingleBurst
self.STLTXMultiBurst = STLTXMultiBurst
self.STLFlowLatencyStats = STLFlowLatencyStats
+ self.STLStreamDstMAC_PKT = STLStreamDstMAC_PKT
def _set_var_default_value(self, config):
default = {
@@ -332,8 +334,10 @@ class TrexConfigStream(object):
raise Exception(msg)
pkt = self.STLPktBuilder(pkt=_pkt, vm=vm)
- _stream = self.STLStream(packet=pkt, mode=mode_inst, isg=isg,
- flow_stats=flow_stats)
+ _stream = self.STLStream(
+ packet=pkt, mode=mode_inst, isg=isg,
+ flow_stats=flow_stats,
+ mac_dst_override_mode=self.STLStreamDstMAC_PKT)
return _stream
--
2.21.0
next prev parent reply other threads:[~2019-09-06 6:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-06 6:59 [dts] [PATCH V1 0/1] " yufengmx
2019-09-06 6:59 ` yufengmx [this message]
2019-09-18 10:27 ` [dts] [PATCH V1 1/1] " Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190906065909.11717-2-yufengx.mo@intel.com \
--to=yufengx.mo@intel.com \
--cc=dts@dpdk.org \
--cc=lihongx.ma@intel.com \
--cc=yinan.wang@intel.com \
--cc=zhaoyan.chen@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).