[dts] [PATCH V1 1/2] pktgen/ixia: fix ping ipv6 issue

Yao, Lei A lei.a.yao at intel.com
Tue Jan 14 07:45:00 CET 2020



> -----Original Message-----
> From: Mo, YufengX <yufengx.mo at intel.com>
> Sent: Tuesday, January 14, 2020 2:45 PM
> To: dts at dpdk.org; Yao, Lei A <lei.a.yao at intel.com>
> Cc: Mo, YufengX <yufengx.mo at intel.com>
> Subject: [dts][PATCH V1 1/2] pktgen/ixia: fix ping ipv6 issue
> 
> 
> fix ixia ping ipv6 issue.
> 
> Signed-off-by: yufengmx <yufengx.mo at intel.com>
Acked-by: Lei Yao <lei.a.yao at intel.com>
> ---
>  framework/pktgen_ixia.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/pktgen_ixia.py b/framework/pktgen_ixia.py index
> 14b5d5b..43ec52c 100644
> --- a/framework/pktgen_ixia.py
> +++ b/framework/pktgen_ixia.py
> @@ -661,7 +661,7 @@ class Ixia(SSHConnection):
>          """
>          Send ping6 packet from IXIA ports.
>          """
> -        port = self.pci_to_port(pci)['card']
> +        port = self.pci_to_port(pci)
>          ixia_port = "%d %d %d" % (self.chasId, port['card'], port['port'])
>          self.send_expect("source ./ixTcl1.0/ixiaPing6.tcl", "% ")
>          cmd = 'ping6 "%s" "%s" %s' % (self.ipv6_to_tcl_format(ipv6),
> --
> 2.21.0



More information about the dts mailing list