Hi Scott,

That means that you got 2 ipv4 packets on the interface without an IP
address
If you want to see what happens exactly you can execute:
trace filter include ip4-not-enabled 10
trace add virtio-input 10
and then see the trace. It will show on what interface without an IP you're
getting those packets.

On Tue, 25 Jan 2022 at 23:16, Scott McMillan <scott.s.mcmil...@oracle.com>
wrote:

> Hi all,
>
>
>
> I’m having an issue with virtio devices in a VM on OCI when setting up
> multiple workers with VPP (21.06).  I’m looking for some suggestions on
> where to start the debugging.  Here is what I’m seeing:
>
>
>
>    - With the startup configuration commenting out “corelist-workers 2”
>    (so that there are no workers), everything works correctly.
>
>    - Same setup with one change, uncomment “corelist-workers 2”, ip4 gets
>    disabled.  I get the following dispatch traces in the event-logger:
>
>
> 000:00:00:002:662 workers 1 dpdk-input-return:             2
>
> 000:00:00:002:667 workers 1 ethernet-input-call:           2
>
> 000:00:00:002:690 workers 1 ethernet-input-return:         2
>
> 000:00:00:002:692 workers 1 ip4-input-call:                2
>
> 000:00:00:002:698 workers 1 ip4-input-return:              2
>
> 000:00:00:002:699 workers 1 ip4-not-enabled-call:          2
>
> 000:00:00:002:705 workers 1 ip4-not-enabled-return:        2
>
> 000:00:00:002:705 workers 1 error-drop-call:               2
>
> 000:00:00:002:707 workers 1 error-drop-return:             2
>
>
>
> When using a VM on openstack, I don’t have this problem.  Something
> specific about the OCI setup seems to be causing issues.
>
>
>
> I also don’t have issues on OCI when using the Broadcom and Mellanox
> virtual functions with multiple workers.  Only with virtio
> (PARAVIRTUALIZED).
>
>
>
> Any suggestions on what is resulting in the ip4 disablement?  Any
> suggestions on where to start the debug?  I can get GDB out and step
> through it, but was hoping for someone to zero me on something if possible.
>
>
>
> Thanks,
>
> Scott McMillan
>
>
>
>
>
> 
>
>

-- 
Best regards
Stanislav Zaikin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20787): https://lists.fd.io/g/vpp-dev/message/20787
Mute This Topic: https://lists.fd.io/mt/88683738/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to