From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Mo, YufengX" <yufengx.mo@intel.com>,
"dts@dpdk.org" <dts@dpdk.org>,
"Wang, Yinan" <yinan.wang@intel.com>,
"Chen, Zhaoyan" <zhaoyan.chen@intel.com>,
"Ma, LihongX" <lihongx.ma@intel.com>
Cc: "Mo, YufengX" <yufengx.mo@intel.com>
Subject: Re: [dts] [PATCH V1 1/1] framework/trex: ignore trex default dst mac setting
Date: Wed, 18 Sep 2019 10:27:40 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB23D67@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20190906065909.11717-2-yufengx.mo@intel.com>
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yufengmx
> Sent: Friday, September 6, 2019 2:59 PM
> To: dts@dpdk.org; Wang, Yinan <yinan.wang@intel.com>; Chen, Zhaoyan
> <zhaoyan.chen@intel.com>; Ma, LihongX <lihongx.ma@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts] [PATCH V1 1/1] framework/trex: ignore trex default dst mac
> setting
>
>
> 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
prev parent reply other threads:[~2019-09-18 10:27 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 ` [dts] [PATCH V1 1/1] " yufengmx
2019-09-18 10:27 ` Tu, Lijuan [this message]
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=8CE3E05A3F976642AAB0F4675D0AD20E0BB23D67@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=lihongx.ma@intel.com \
--cc=yinan.wang@intel.com \
--cc=yufengx.mo@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).