Comment 6 for bug 1643558

Revision history for this message
zibort (zibort) wrote :

Hi,

there are some intersting details about this bug to help make fix. On fresh Ubuntu 16.04 there is no that bug at all.

bnx2x driver crash is occur on vxlan tasks, for example
# ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev enp21s0f1 dstport 4789
# ip li set vxlan0 up

or using openvswitch with vxlan feature
# ovs-vsctl add-port br-test vxlan0 -- set interface vxlan0 type=vxlan options:remote_ip="172.29.3.102"

Hope it's helpful.

Thx