[dpdk-users] Intel XXV710 SR-IOV packet loss

2019-08-23 Thread Miroslav Kováč
Hello, We are trying a setup with intel 25 GB card XXV710 and sr-iov. We need sr-iov to sort packets based on vlan in between the VFs. We are using trex on one machine to generate packets and multiple VPPs (each in docker container, using one VF) on another one. Trex machine contains the

Re: [dpdk-users] devargs syntax to use MAC address for bond slaves

2019-08-23 Thread Greg O'Rawe
Hi, Thanks for the reply. Is such a patch to the bonding PMD feasible? Thanks Greg This message, including attachments, is CONFIDENTIAL. It may also be privileged or otherwise protected by law. If you received this email by mistake please let us know by reply and then delete it from your

[dpdk-users] Issue with testpmd using multiple RX/TX queue on KVM

2019-08-23 Thread Brijesh Valera
Hi, I am trying out multiple RX, TX queues in KVM environment (running on CentOS). I have DPDK application (testpmd) running on CentOS in KVM. I have client & server connected to physical interfaces (described below). VM is managing physical interface directly (configured in KVM XML

[dpdk-users] Mbuf Free Segfaults in Secondary application

2019-08-23 Thread Kyle Ames
I'm running into an issue with primary/secondary DPDK processes. I am using DPDK 19.02. I'm trying to explore a setup where one process pulls packets off the NIC, and then sends them over a rte_ring for additional processing. Unlike the client_server_mp example, I don't need to send the

Re: [dpdk-users] [dpdk-dev] Intel XXV710 SR-IOV packet loss

2019-08-23 Thread Ferruh Yigit
On 8/20/2019 4:36 PM, Miroslav Kováč wrote: > Hello, > > > We are trying a setup with intel 25 GB card XXV710 and sr-iov. We need sr-iov > to sort packets based on vlan in between the VFs. We are using trex on one > machine to generate packets and multiple VPPs (each in docker container, >