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
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
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
3 matches
Mail list logo