From: Stephen Hemminger <stephen@networkplumber.org> To: 安宏奎 <anhk_@126.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] kernel panic when stop my test demo Date: Tue, 13 Aug 2013 22:58:21 -0700 Message-ID: <20130813225821.3e23ad90@nehalam.linuxnetplumber.net> (raw) In-Reply-To: <005701ce98a1$87c081e0$974185a0$@126.com> Does your application have a signal handler and stop the device on shutdown? Since DPDK app's have raw access to the hardware it is critical to stop the hardware on exit. Other wise the Ethernet device can overwrite random memory. Perhaps the igb_uio driver should also have a fail safe and write to the status register to reset the device on close.
next prev parent reply other threads:[~2013-08-14 5:57 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-08-14 3:51 安宏奎 2013-08-14 5:58 ` Stephen Hemminger [this message] 2013-08-14 6:41 ` [dpdk-dev] 答复: " 安宏奎 2014-10-14 11:58 ` [dpdk-dev] " Lilijun 2014-10-15 9:42 ` Lilijun 2014-10-15 10:08 ` Richardson, Bruce 2014-10-16 2:40 ` Lilijun 2014-10-16 9:37 ` Richardson, Bruce
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20130813225821.3e23ad90@nehalam.linuxnetplumber.net \ --to=stephen@networkplumber.org \ --cc=anhk_@126.com \ --cc=dev@dpdk.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git