Re: [dpdk-dev] [PATCH v2 2/2] net/virtio: add link speed devarg

2020-02-07 Thread Ivan Dyukov
Hi Maxime, Adrian, Thank you for comments!  I have sent new patch with updated documentation. This is not final version of the link speed. I still have plan to rework it and use link speed which is stored in qemu. Best regards, Ivan 06.02.2020 17:26, Adrian Moreno пишет: > On 2/6/20 3:22 PM, Max

Re: [dpdk-dev] [PATCH v2 2/2] net/virtio: add link speed devarg

2020-02-06 Thread Adrian Moreno
On 2/6/20 3:22 PM, Maxime Coquelin wrote: > Adding back Ivan as you removed it from the To: list. > So he may not have seen your comment. Oops, sorry about that. Adrian > > On 1/29/20 11:10 AM, Adrian Moreno wrote: >> On 1/20/20 6:05 PM, Ivan Dyukov wrote: >>> Some applications like pktgen use lin

Re: [dpdk-dev] [PATCH v2 2/2] net/virtio: add link speed devarg

2020-02-06 Thread Maxime Coquelin
Adding back Ivan as you removed it from the To: list. So he may not have seen your comment. On 1/29/20 11:10 AM, Adrian Moreno wrote: > On 1/20/20 6:05 PM, Ivan Dyukov wrote: >> Some applications like pktgen use link_speed to calculate >> transmit rate. It limits outcome traffic to hardcoded 10G.

Re: [dpdk-dev] [PATCH v2 2/2] net/virtio: add link speed devarg

2020-01-29 Thread Adrian Moreno
On 1/20/20 6:05 PM, Ivan Dyukov wrote: > Some applications like pktgen use link_speed to calculate > transmit rate. It limits outcome traffic to hardcoded 10G. > > This patch adds link_speed devarg which allows to configure > link_speed of virtio device. > > Signed-off-by: Ivan Dyukov > --- > d

[dpdk-dev] [PATCH v2 2/2] net/virtio: add link speed devarg

2020-01-20 Thread Ivan Dyukov
Some applications like pktgen use link_speed to calculate transmit rate. It limits outcome traffic to hardcoded 10G. This patch adds link_speed devarg which allows to configure link_speed of virtio device. Signed-off-by: Ivan Dyukov --- drivers/net/virtio/virtio_ethdev.c | 101 +