Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add custom topology command

2018-05-16 Thread Wisam Monther
] [PATCH 1/2] app/testpmd: add custom topology command On 05/15/2018 03:05 PM, Wisam Monther wrote: > Hey Kevin, > > What if I have 10 ports and want all 9 ports to forward packets to > port 0, this cannot done in paired. > But with this topo the user can overwrite the topo. > E.g: >

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add custom topology command

2018-05-16 Thread Kevin Traynor
On 05/15/2018 03:05 PM, Wisam Monther wrote: > Hey Kevin, > > What if I have 10 ports and want all 9 ports to forward packets to port > 0, this cannot done in paired. > But with this topo the user can overwrite the topo. > E.g: > - Set custom-topo 1 0 > Will make those paired and those two as acti

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add custom topology command

2018-05-15 Thread Wisam Monther
Hey Kevin, What if I have 10 ports and want all 9 ports to forward packets to port 0, this cannot done in paired. But with this topo the user can overwrite the topo. E.g: - Set custom-topo 1 0 Will make those paired and those two as active only. - set custom-topo 2 0 Will make those two as paire

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: add custom topology command

2018-05-15 Thread Kevin Traynor
On 05/09/2018 01:34 PM, Wisam Jaddo wrote: > Set custom topology for forwading packets by making the ^ > given two ports as pair, in custom topology the active > ports will be the defiend in custum-topo only. ^^^^^ typos above and si

[dpdk-dev] [PATCH 1/2] app/testpmd: add custom topology command

2018-05-09 Thread Wisam Jaddo
Set custom topology for forwading packets by making the given two ports as pair, in custom topology the active ports will be the defiend in custum-topo only. This command will be useful in testing, when special topology is needed. usage: testpmd> set custom-topo (port_id_1) (port_id_2)