On 25 November 2015 at 21:25, Pravin B Shelar <pshe...@nicira.com> wrote: > Following patch adds support for lwtunnel to OVS datapath. > With this change OVS datapath detect lwtunnel support and > make use of new APIs if available. On older kernel where the > support is not there the backported tunnel modules are used. > These backported tunnel devices acts as lwtunnel devices. > I tried to keep backported module same as upstream for easier > bug-fix backport. Since STT and LISP are not upstream OVS > always needs to use respective modules from tunnel compat layer. > To make it work on kernel 4.3 I have converted STT and LISP > modules to lwtunnel API model. > > lwtunnel make use of skb-dst to pass tunnel information to the > tunnel module. On older kernel this is not possible. So the in > case of old kernel metadata ref is stored in OVS_CB and direct > call to tunnel transmit function is made by respective tunnel > vport modules. Similarly on receive side tunnel recv directly > call netdev-vport-receive to pass the skb to OVS. > > Major backported components include: > Geneve, GRE, VXLAN, ip_tunnel, udp-tunnels GRO. > > Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
Hi Pravin, I'm actually seeing ubuntu kernels 3.13-4.2 becoming very unhappy with this patch when sending traffic through a vxlan tunnel with one endpoint in OVS in the host kernel, then the other vxlan endpoint as a native linux vxlan device sitting inside a namespace. This is something that works fine on master, and I think it was fine on earlier versions of the patch before the flow's actions were being freed (the fix for that revealed this problem). This test can be found by installing a recent iputils (for vxlan device creation via `ip link'), installing the module with this patch applied, and running `make check-kmod TESTSUITEFLAGS="-k vxlan"'. In practice I think that the minimal reproduction is as simple as adding a vxlan port to OVS when using a kernel < 4.3. I've got some example output below, but the actual errors vary quite a lot. Can you confirm whether you see the same sorts of problems? [ 145.711581] netconsole: network logging started [ 145.735192] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 148.156410] openvswitch: module verification failed: signature and/or required key missing - tainting kernel [ 148.158596] openvswitch: Open vSwitch switching datapath 2.4.90 [ 148.159501] openvswitch: LISP tunneling driver [ 148.159543] openvswitch: GRE over IPv4 tunneling driver [ 148.159577] openvswitch: Geneve tunneling driver [ 148.159676] openvswitch: VxLAN tunneling driver [ 148.159702] openvswitch: STT tunneling driver [ 150.980949] device ovs-system entered promiscuous mode [ 151.004448] device br0 entered promiscuous mode [ 151.042316] device br-underlay entered promiscuous mode [ 151.136654] IPv6: ADDRCONF(NETDEV_UP): ovs-p0: link is not ready [ 151.172313] device ovs-p0 entered promiscuous mode [ 151.203725] IPv6: ADDRCONF(NETDEV_CHANGE): ovs-p0: link becomes ready [ 151.228493] device vxlan_sys_4789 entered promiscuous mode [ 151.265848] general protection fault: 0000 [#1] SMP [ 151.265898] Modules linked in: veth vport_vxlan(OX) openvswitch(OX) nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack netconsole configfs gre vxlan ip_tunnel libcrc32c aufs vmw_balloon coretemp nfsd serio_raw auth_rpcgss nfs_acl vmwgfx nfs shpchp vmw_vmci lockd ttm drm sunrpc lp i2c_piix4 parport fscache mac_hid hid_generic usbhid hid psmouse ahci libahci e1000 mptspi mptscsih mptbase pata_acpi [last unloaded: openvswitch] [ 151.268297] CPU: 0 PID: 14001 Comm: bash Tainted: G OX 3.13.0-65-generic #106-Ubuntu [ 151.269197] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 09/30/2014 [ 151.270605] task: ffff8800764ec800 ti: ffff88006d7e6000 task.ti: ffff88006d7e6000 [ 151.271276] RIP: 0010:[<ffffffff811a3465>] [<ffffffff811a3465>] kmem_cache_alloc+0x75/0x1e0 [ 151.271977] RSP: 0018:ffff88006d7e7d20 EFLAGS: 00010286 [ 151.272676] RAX: 0000000000000000 RBX: ffff8800690fac00 RCX: 00000000001191b2 [ 151.273374] RDX: 00000000001191b1 RSI: 0000000000000200 RDI: ffff88007f807b00 [ 151.274077] RBP: ffff88006d7e7d50 R08: 0000000000015f20 R09: ffffffff81186444 [ 151.274794] R10: ffff88007fffb780 R11: 000000000000000f R12: ff88006902704000 [ 151.275506] R13: 0000000000000200 R14: ffff88007f807b00 R15: ffff88007f807b00 [ 151.276224] FS: 00002b25ae246700(0000) GS:ffff880079c00000(0000) knlGS:0000000000000000 [ 151.276987] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 151.277712] CR2: 0000000001be20a4 CR3: 000000006d4a5000 CR4: 00000000000007f0 [ 151.278526] Stack: [ 151.279255] ffffffff8117976f ffff8800690fac00 ffff880069162a40 0000000000000000 [ 151.280017] 0000000000000003 ffff8800690fac00 ffff88006d7e7da8 ffffffff81186444 [ 151.280790] ffff88006efff440 ffff8800690fac78 ffff88006efff4b8 ffff8800690daa00 [ 151.281560] Call Trace: [ 151.282273] [<ffffffff8117976f>] ? copy_page_range+0x2ff/0x480 [ 151.283024] [<ffffffff81186444>] anon_vma_clone+0x74/0x200 [ 151.283751] [<ffffffff81186600>] anon_vma_fork+0x30/0x140 [ 151.284477] [<ffffffff81064db3>] dup_mm+0x233/0x650 [ 151.285232] [<ffffffff810663a6>] copy_process.part.26+0x11a6/0x16b0 [ 151.285960] [<ffffffff81066a85>] do_fork+0xd5/0x340 [ 151.286732] [<ffffffff810780b2>] ? __set_task_blocked+0x32/0x70 [ 151.287463] [<ffffffff811c365f>] ? SYSC_newstat+0x2f/0x40 [ 151.288183] [<ffffffff81066d76>] SyS_clone+0x16/0x20 [ 151.288927] [<ffffffff81734eb9>] stub_clone+0x69/0x90 [ 151.289633] [<ffffffff81734b5d>] ? system_call_fastpath+0x1a/0x1f [ 151.290336] Code: cd 00 00 49 8b 50 08 4d 8b 20 49 8b 40 10 4d 85 e4 0f 84 17 01 00 00 48 85 c0 0f 84 0e 01 00 00 49 63 46 20 48 8d 4a 01 4d 8b 06 <49> 8b 1c 04 4c 89 e0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63 [ 151.292972] RIP [<ffffffff811a3465>] kmem_cache_alloc+0x75/0x1e0 [ 151.293693] RSP <ffff88006d7e7d20> [ 151.294434] ---[ end trace a2ed36882dd3ee2f ]--- [ 151.465829] general protection fault: 0000 [#2] SMP [ 151.466500] Modules linked in: veth vport_vxlan(OX) openvswitch(OX) nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack netconsole configfs gre vxlan ip_tunnel libcrc32c aufs vmw_balloon coretemp nfsd serio_raw auth_rpcgss nfs_acl vmwgfx nfs shpchp vmw_vmci lockd ttm drm sunrpc lp i2c_piix4 parport fscache mac_hid hid_generic usbhid hid psmouse ahci libahci e1000 mptspi mptscsih mptbase pata_acpi [last unloaded: openvswitch] [ 151.470190] CPU: 0 PID: 14035 Comm: ovs-vswitchd Tainted: G D OX 3.13.0-65-generic #106-Ubuntu [ 151.471571] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 09/30/2014 [ 151.473005] task: ffff880075150000 ti: ffff880069332000 task.ti: ffff880069332000 [ 151.473756] RIP: 0010:[<ffffffff811a3650>] [<ffffffff811a3650>] kmem_cache_alloc_trace+0x80/0x1f0 [ 151.475198] RSP: 0018:ffff880069333e40 EFLAGS: 00010286 [ 151.475960] RAX: 0000000000000000 RBX: ffff88004e033c00 RCX: 00000000001191c6 [ 151.476716] RDX: 00000000001191c5 RSI: 00000000000000d0 RDI: ffff88007f807b00 [ 151.477455] RBP: ffff880069333e78 R08: 0000000000015f20 R09: ffff88007f807b00 [ 151.478199] R10: ffffffff8160d6eb R11: 0000000000000202 R12: ff88006902704000 [ 151.478933] R13: 00000000000000d0 R14: 0000000000000040 R15: ffff88007f807b00 [ 151.479670] FS: 00002b23f06913c0(0000) GS:ffff880079c00000(0000) knlGS:0000000000000000 [ 151.480389] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 151.481088] CR2: 00002b23f1d68898 CR3: 0000000069263000 CR4: 00000000000007f0 [ 151.481904] Stack: [ 151.482658] ffff88007f807b00 ffffffff8160d6eb ffff88004e033c00 ffff88007f816800 [ 151.483491] 0000000000000000 ffffffff81cdab80 0000000000000001 ffff880069333e98 [ 151.484288] ffffffff8160d6eb 0000000000000002 ffff88007f816800 ffff880069333eb8 [ 151.485098] Call Trace: [ 151.485898] [<ffffffff8160d6eb>] ? sock_alloc_inode+0x3b/0xc0 [ 151.486706] [<ffffffff8160d6eb>] sock_alloc_inode+0x3b/0xc0 [ 151.487494] [<ffffffff811d85cd>] alloc_inode+0x1d/0xa0 [ 151.488280] [<ffffffff811da8c1>] new_inode_pseudo+0x11/0x60 [ 151.489080] [<ffffffff8160d24a>] sock_alloc+0x1a/0x80 [ 151.489863] [<ffffffff8160dc15>] __sock_create+0x85/0x260 [ 151.490603] [<ffffffff8160fe55>] ? __sys_recvmsg+0x65/0x80 [ 151.491332] [<ffffffff8160f562>] SyS_socket+0x52/0xc0 [ 151.492082] [<ffffffff81734b5d>] system_call_fastpath+0x1a/0x1f [ 151.492803] Code: cd 00 00 49 8b 50 08 4d 8b 20 49 8b 40 10 4d 85 e4 0f 84 14 01 00 00 48 85 c0 0f 84 0b 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 1c 04 4c 89 e0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63 [ 151.495404] RIP [<ffffffff811a3650>] kmem_cache_alloc_trace+0x80/0x1f0 [ 151.496138] RSP <ffff880069333e40> [ 151.496885] ---[ end trace a2ed36882dd3ee30 ]--- [ 151.893741] general protection fault: 0000 [#3] SMP [ 151.894416] Modules linked in: veth vport_vxlan(OX) openvswitch(OX) nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack netconsole configfs gre vxlan ip_tunnel libcrc32c aufs vmw_balloon coretemp nfsd serio_raw auth_rpcgss nfs_acl vmwgfx nfs shpchp vmw_vmci lockd ttm drm sunrpc lp i2c_piix4 parport fscache mac_hid hid_generic usbhid hid psmouse ahci libahci e1000 mptspi mptscsih mptbase pata_acpi [last unloaded: openvswitch] [ 151.898062] CPU: 0 PID: 14056 Comm: handler2 Tainted: G D OX 3.13.0-65-generic #106-Ubuntu [ 151.899452] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 09/30/2014 [ 151.900878] task: ffff880076503000 ti: ffff8800690a8000 task.ti: ffff8800690a8000 [ 151.901620] RIP: 0010:[<ffffffff811a2fb5>] [<ffffffff811a2fb5>] __kmalloc+0x95/0x230 [ 151.902382] RSP: 0018:ffff8800690a99c0 EFLAGS: 00010286 [ 151.903161] RAX: 0000000000000000 RBX: ffff8800692a1698 RCX: 00000000001191dc [ 151.903919] RDX: 00000000001191db RSI: 0000000000000000 RDI: 0000000000000007 [ 151.904668] RBP: ffff8800690a99f0 R08: 0000000000015f20 R09: ffffffffa035e289 [ 151.905424] R10: ffff88007f807b00 R11: 0000000000000003 R12: 00000000000000d0 [ 151.906161] R13: ff88006902704000 R14: 000000000000003c R15: ffff88007f807b00 [ 151.906901] FS: 00002b23f1db5700(0000) GS:ffff880079c00000(0000) knlGS:0000000000000000 [ 151.907657] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 151.908403] CR2: 00007f37593ed000 CR3: 0000000069263000 CR4: 00000000000007f0 [ 151.909209] Stack: [ 151.909948] ffffffffa035e289 ffff8800692a1698 ffff8800690a9a68 ffff88006ecdb1f8 [ 151.910745] 0000000000000001 ffff8800692a1630 ffff8800690a9a08 ffffffffa035e289 [ 151.911523] ffff8800692a1698 ffff8800690a9a40 ffffffffa0360a4f ffff88006ecdb184 [ 151.912316] Call Trace: [ 151.913103] [<ffffffffa035e289>] ? nla_alloc_flow_actions+0x39/0x80 [openvswitch] [ 151.913901] [<ffffffffa035e289>] nla_alloc_flow_actions+0x39/0x80 [openvswitch] [ 151.914693] [<ffffffffa0360a4f>] ovs_nla_copy_actions+0x2f/0x90 [openvswitch] [ 151.915520] [<ffffffffa0359edf>] ovs_packet_cmd_execute+0x12f/0x2a0 [openvswitch] [ 151.916324] [<ffffffff81656c2d>] genl_family_rcv_msg+0x18d/0x370 [ 151.917131] [<ffffffff81656e10>] ? genl_family_rcv_msg+0x370/0x370 [ 151.917915] [<ffffffff81656ea1>] genl_rcv_msg+0x91/0xd0 [ 151.918692] [<ffffffff81654f29>] netlink_rcv_skb+0xa9/0xc0 [ 151.919439] [<ffffffff81655428>] genl_rcv+0x28/0x40 [ 151.920188] [<ffffffff81654615>] netlink_unicast+0xd5/0x1b0 [ 151.920937] [<ffffffff816549fe>] netlink_sendmsg+0x30e/0x680 [ 151.921689] [<ffffffff816518c4>] ? netlink_rcv_wake+0x44/0x60 [ 151.922408] [<ffffffff81652932>] ? netlink_recvmsg+0x1a2/0x3a0 [ 151.923118] [<ffffffff8160e9db>] sock_sendmsg+0x8b/0xc0 [ 151.923797] [<ffffffff811d2350>] ? poll_select_copy_remaining+0x130/0x130 [ 151.924466] [<ffffffff8160ede9>] ___sys_sendmsg+0x389/0x3a0 [ 151.925130] [<ffffffff812061a7>] ? ep_send_events_proc+0xa7/0x1c0 [ 151.925787] [<ffffffff81206100>] ? ep_read_events_proc+0xc0/0xc0 [ 151.926416] [<ffffffff81206a89>] ? ep_scan_ready_list.isra.9+0x199/0x1c0 [ 151.927025] [<ffffffff81206be3>] ? ep_poll+0x113/0x340 [ 151.927608] [<ffffffff8160fbd2>] __sys_sendmsg+0x42/0x80 [ 151.928190] [<ffffffff8160fc22>] SyS_sendmsg+0x12/0x20 [ 151.928765] [<ffffffff81734b5d>] system_call_fastpath+0x1a/0x1f [ 151.929312] Code: cd 00 00 49 8b 50 08 4d 8b 28 49 8b 40 10 4d 85 ed 0f 84 26 01 00 00 48 85 c0 0f 84 1d 01 00 00 49 63 42 20 48 8d 4a 01 4d 8b 02 <49> 8b 5c 05 00 4c 89 e8 65 49 0f c7 08 0f 94 c0 84 c0 74 b8 49 [ 151.931405] RIP [<ffffffff811a2fb5>] __kmalloc+0x95/0x230 [ 151.932017] RSP <ffff8800690a99c0> [ 151.932643] general protection fault: 0000 [#4] SMP [ 151.933232] Modules linked in: veth vport_vxlan(OX) openvswitch(OX) nf_conntrack_ipv6 nf_defrag_ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack netconsole configfs gre vxlan ip_tunnel libcrc32c aufs vmw_balloon coretemp nfsd serio_raw auth_rpcgss nfs_acl vmwgfx nfs shpchp vmw_vmci lockd ttm drm sunrpc lp i2c_piix4 parport fscache mac_hid hid_generic usbhid hid psmouse ahci libahci e1000 mptspi mptscsih mptbase pata_acpi [last unloaded: openvswitch] [ 151.936539] CPU: 0 PID: 14056 Comm: handler2 Tainted: G D OX 3.13.0-65-generic #106-Ubuntu [ 151.937835] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 09/30/2014 [ 151.939148] task: ffff880076503000 ti: ffff8800690a8000 task.ti: ffff8800690a8000 [ 151.939826] RIP: 0010:[<ffffffff811a3650>] [<ffffffff811a3650>] kmem_cache_alloc_trace+0x80/0x1f0 [ 151.941189] RSP: 0018:ffff880079c03bb8 EFLAGS: 00010286 [ 151.941883] RAX: 0000000000000000 RBX: 0000000000000005 RCX: 00000000001191dc [ 151.942590] RDX: 00000000001191db RSI: 0000000000000020 RDI: ffff88007f807b00 [ 151.943296] RBP: ffff880079c03bf0 R08: 0000000000015f20 R09: ffff88007f807b00 [ 151.944002] R10: ffffffff81634a89 R11: 3d29e0ff01000000 R12: ff88006902704000 [ 151.944713] R13: 0000000000000020 R14: 0000000000000030 R15: ffff88007f807b00 [ 151.945431] FS: 00002b23f1db5700(0000) GS:ffff880079c00000(0000) knlGS:0000000000000000 [ 151.946164] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 151.947035] CR2: 00007f37593ed000 CR3: 0000000069263000 CR4: 00000000000007f0 [ 151.947792] Stack: [ 151.948531] ffffffffa0353480 0000000376b6b000 0000000000000005 0000000000000100 [ 151.949317] 0000000000000001 ffff880069247400 ffffffff81ce4a80 ffff880079c03c18 [ 151.950111] ffffffff81634a89 ffff8800692fc800 ffff8800690eaa00 0000000000000001 [ 151.950914] Call Trace: [ 151.951687] <IRQ> [ 151.951702] [<ffffffff81634a89>] neigh_hash_alloc+0x39/0xd0 [ 151.953251] [<ffffffff81634f8b>] __neigh_create+0x46b/0x560 [ 151.954037] [<ffffffff816c37e6>] ip6_finish_output2+0x186/0x430 [ 151.954822] [<ffffffff816c6880>] ? ip6_fragment+0xaa0/0xaa0 [ 151.955592] [<ffffffff816c68fd>] ip6_finish_output+0x7d/0xe0 [ 151.956344] [<ffffffff816c699c>] ip6_output+0x3c/0xb0 [ 151.957083] [<ffffffff816db61f>] ndisc_send_skb+0x17f/0x2c0 [ 151.957813] [<ffffffff816dd2fc>] ndisc_send_ns+0xdc/0x140 [ 151.958535] [<ffffffff8107615b>] ? mod_timer+0x13b/0x210 [ 151.959255] [<ffffffff816cbd50>] ? addrconf_dad_completed+0x200/0x200 [ 151.959965] [<ffffffff816cbea6>] addrconf_dad_timer+0x156/0x1b0 [ 151.960659] [<ffffffff8106d17b>] ? irq_exit+0x6b/0x110 [ 151.961332] [<ffffffff810744f6>] call_timer_fn+0x36/0x100 [ 151.961987] [<ffffffff816cbd50>] ? addrconf_dad_completed+0x200/0x200 [ 151.962632] [<ffffffff8107548f>] run_timer_softirq+0x1ef/0x2f0 [ 151.963266] [<ffffffff8106cccc>] __do_softirq+0xec/0x2c0 [ 151.963881] [<ffffffff8106d215>] irq_exit+0x105/0x110 [ 151.964476] [<ffffffff81736f15>] smp_apic_timer_interrupt+0x45/0x60 [ 151.965059] [<ffffffff8173589d>] apic_timer_interrupt+0x6d/0x80 [ 151.965627] <EOI> [ 151.965641] [<ffffffff8172d516>] ? oops_end+0x76/0x150 [ 151.966730] [<ffffffff8101732b>] die+0x4b/0x70 [ 151.967273] [<ffffffff8172cede>] do_general_protection+0x11e/0x1b0 [ 151.967812] [<ffffffff8172c788>] general_protection+0x28/0x30 [ 151.968349] [<ffffffffa035e289>] ? nla_alloc_flow_actions+0x39/0x80 [openvswitch] [ 151.968898] [<ffffffff811a2fb5>] ? __kmalloc+0x95/0x230 [ 151.969441] [<ffffffffa035e289>] ? nla_alloc_flow_actions+0x39/0x80 [openvswitch] [ 151.969994] [<ffffffffa035e289>] nla_alloc_flow_actions+0x39/0x80 [openvswitch] [ 151.970540] [<ffffffffa0360a4f>] ovs_nla_copy_actions+0x2f/0x90 [openvswitch] [ 151.971081] [<ffffffffa0359edf>] ovs_packet_cmd_execute+0x12f/0x2a0 [openvswitch] [ 151.971619] [<ffffffff81656c2d>] genl_family_rcv_msg+0x18d/0x370 [ 151.972150] [<ffffffff81656e10>] ? genl_family_rcv_msg+0x370/0x370 [ 151.972672] [<ffffffff81656ea1>] genl_rcv_msg+0x91/0xd0 [ 151.973182] [<ffffffff81654f29>] netlink_rcv_skb+0xa9/0xc0 [ 151.973687] [<ffffffff81655428>] genl_rcv+0x28/0x40 [ 151.974179] [<ffffffff81654615>] netlink_unicast+0xd5/0x1b0 [ 151.974679] [<ffffffff816549fe>] netlink_sendmsg+0x30e/0x680 [ 151.975172] [<ffffffff816518c4>] ? netlink_rcv_wake+0x44/0x60 [ 151.975667] [<ffffffff81652932>] ? netlink_recvmsg+0x1a2/0x3a0 [ 151.976156] [<ffffffff8160e9db>] sock_sendmsg+0x8b/0xc0 [ 151.976644] [<ffffffff811d2350>] ? poll_select_copy_remaining+0x130/0x130 [ 151.977146] [<ffffffff8160ede9>] ___sys_sendmsg+0x389/0x3a0 [ 151.977645] [<ffffffff812061a7>] ? ep_send_events_proc+0xa7/0x1c0 [ 151.978147] [<ffffffff81206100>] ? ep_read_events_proc+0xc0/0xc0 [ 151.978646] [<ffffffff81206a89>] ? ep_scan_ready_list.isra.9+0x199/0x1c0 [ 151.979149] [<ffffffff81206be3>] ? ep_poll+0x113/0x340 [ 151.979647] [<ffffffff8160fbd2>] __sys_sendmsg+0x42/0x80 [ 151.980143] [<ffffffff8160fc22>] SyS_sendmsg+0x12/0x20 [ 151.980634] [<ffffffff81734b5d>] system_call_fastpath+0x1a/0x1f [ 151.981128] Code: cd 00 00 49 8b 50 08 4d 8b 20 49 8b 40 10 4d 85 e4 0f 84 14 01 00 00 48 85 c0 0f 84 0b 01 00 00 49 63 47 20 48 8d 4a 01 4d 8b 07 <49> 8b 1c 04 4c 89 e0 65 49 0f c7 08 0f 94 c0 84 c0 74 b9 49 63 [ 151.983050] RIP [<ffffffff811a3650>] kmem_cache_alloc_trace+0x80/0x1f0 [ 151.983604] RSP <ffff880079c03bb8> [ 151.984196] ---[ end trace a2ed36882dd3ee31 ]--- [ 151.984752] Kernel panic - not syncing: Fatal exception in interrupt _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev