[dpdk-dev] testpmd / SR-IOV RX packets, but TX-errors

2019-10-15 Thread Bill Michalowski
I'm trying run testpmd with SR-IOV, specifically across two VFs. I see packets being received successfully by the application but they are not being transmitted. They are dropped with the 'TX-errors' counters incrementing. However, if I generate the same traffic and the DUT isn't programmed with

Re: [dpdk-dev] testpmd / SR-IOV RX packets, but TX-errors

2019-10-15 Thread Bill Michalowski
transmit VF's MAC. > > Lance > > > On Tue, Oct 15, 2019 at 10:01 AM Bill Michalowski > wrote: > > > > I'm trying run testpmd with SR-IOV, specifically across two VFs. I see > > packets being received successfully by the application but they are not

Re: [dpdk-dev] testpmd / SR-IOV RX packets, but TX-errors

2019-10-17 Thread Bill Michalowski
Solved... had to disable spoof checking: ip link set p7p1 vf 0 spoofchk off ip link set p7p2 vf 0 spoofchk off Thank you! On Tue, Oct 15, 2019 at 11:03 AM Bill Michalowski wrote: > Thank you for the suggestion Lance, but that didn't correct the problem. > > That being said, I wo