[vpp-dev] Traffic generator for GTP-U functionality

2021-05-12 Thread Aiyasamy2 Dhanasekaran
We are in developmental phase for 5G user plane as vpp with GTP-U functionality. We are currently using DPDK Pktgen for IP traffic transmission and testing. On exploring the official DPDK site, we found that it also supports GTP encapsulated packet transmission. As suggested, we are using

Re: [vpp-dev] Traffic generator

2018-08-12 Thread Gulakh
I decided to use Trex for generating packet. I could not find any information about how to setup a client-server scenario in Trex. My scenario is that I have to device each of which has eight port. Each port of first device is connected to the corresponding port of the second device. Now I want

Re: [vpp-dev] Traffic generator

2018-08-11 Thread Wiles, Keith
> On Aug 11, 2018, at 12:09 AM, Gulakh wrote: > > By "I couldn't run it", I don't mean that dpdk-pktgen has some issue, I mean > that It was a little complicated that I couldn't run it by a few attempts. > It's not my focus so I preferred to try a simpler solution that is capable to >

Re: [vpp-dev] Traffic generator

2018-08-10 Thread Gulakh
By "I couldn't run it", I don't mean that dpdk-pktgen has some issue, I mean that It was a little complicated that I couldn't run it by a few attempts. It's not my focus so I preferred to try a simpler solution that is capable to generating 10 G/s Traffic. If you have any useful link, tutorial or

Re: [vpp-dev] Traffic generator

2018-08-08 Thread Rami Rosen
Hi, > I found a dpdk-based traffic generator here but I couldn't run it. I am working with dpdk-pktgen, without issues. What do you mean by "couldn't run it"? Can you please post the full command line you tried and the full log on console afterwards ? Also - which version of dpdk-pktgen did you

Re: [vpp-dev] Traffic generator

2018-08-08 Thread Dave Barach via Lists.Fd.Io
. See https://wiki.fd.io/view/VPP/Configuration_Tool. HTH... Dave From: vpp-dev@lists.fd.io On Behalf Of Gulakh Sent: Wednesday, August 8, 2018 9:08 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Traffic generator Hi, I have setup a VPLS scenario in VPP and now I want to test its performance

Re: [vpp-dev] Traffic generator

2018-08-08 Thread Edward Warnicke
Have a look at: https://wiki.fd.io/view/Trex :) Ed On August 8, 2018 at 8:07:45 AM, Gulakh (holoogul...@gmail.com) wrote: Hi, I have setup a VPLS scenario in VPP and now I want to test its performance to see whether it is able to handle customer traffics of 10G/s. i.e. customer is generating

[vpp-dev] Traffic generator

2018-08-08 Thread Gulakh
Hi, I have setup a VPLS scenario in VPP and now I want to test its performance to see whether it is able to handle customer traffics of 10G/s. i.e. customer is generating 10 G/s traffic I found a dpdk-based traffic generator here