From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id 8C4893230; Fri, 2 Feb 2018 03:43:43 +0100 (CET) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 02 Feb 2018 02:43:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: batmanustc@gmail.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://dpdk.org/tracker/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 14] Kernel Crash bug of ixgbevf kernel module in "Intel(R) 10GbE PCI Express Virtual Function Driver Version: 4.0.3 Release: 1" and the latest version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 02:43:43 -0000 https://dpdk.org/tracker/show_bug.cgi?id=3D14 Bug ID: 14 Summary: Kernel Crash bug of ixgbevf kernel module in "Intel(R) 10GbE PCI Express Virtual Function Driver Version: 4.0.3 Release: 1" and the latest version Product: DPDK Version: unspecified Hardware: All OS: Linux Status: CONFIRMED Severity: critical Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: batmanustc@gmail.com Target Milestone: --- Created attachment 3 --> https://dpdk.org/tracker/attachment.cgi?id=3D3&action=3Dedit vmcore-dmesg.txt Hi all, There is a kernel crash bug of ixgbevf kernel module in "Intel(R) 10GbE PCI Express Virtual Function Driver Version: 4.0.3 Release: 1" How to produce: 1. Use SRIOV, like this: sudo /usr/local/share/openvswitch/scripts/dpdk_nic_bind --status Network devices using DPDK-compatible driver =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 0000:01:00.0 'Ethernet Controller 10-Gigabit X540-AT2' drv=3Digb_uio unused= =3Dixgbe 0000:01:00.1 'Ethernet Controller 10-Gigabit X540-AT2' drv=3Digb_uio unused= =3Dixgbe Network devices using kernel driver =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 0000:01:10.0 'X540 Ethernet Controller Virtual Function' if=3Denp1s16 drv= =3Dixgbevf unused=3Dbak,igb_uio 0000:01:10.1 'X540 Ethernet Controller Virtual Function' if=3Denp1s16f1 drv=3Dixgbevf unused=3Dbak,igb_uio 0000:08:00.0 'I350 Gigabit Network Connection' if=3Deth2 drv=3Digb unused= =3Digb_uio 0000:08:00.1 'I350 Gigabit Network Connection' if=3Deth3 drv=3Digb unused= =3Digb_uio Other network devices =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 2. bond enp1s16 and enp1s16f1 into bond1, by /etc/sysconfig/ifcfg-bond1. 3. bond 0000:01:00.0 and 0000:01:00.1 in ovs-dpdk into dpdkb2, by dpdk api. 4. stop bond1(ifdown bond1), stop dpdkb2(rte_eth_dev_stop), sleep 5 second, start dpdkb2(rte_eth_dev_start), start bond1(ifup bond1). After several times, bug happens, attachment is vmcore-dmesg.txt similar bug, refer to=20 https://sourceforge.net/p/e1000/mailman/message/35173093/ looks like an old bug, please do not hid bug, to fix it. --=20 You are receiving this mail because: You are the assignee for the bug.=