Re: [dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-22 Thread Thomas Monjalon
22/11/2018 18:57, Mcnamara, John: > From: Guo, Jia > > > > When device has been bound to igb_uio driver and application is running, > > hot-unplugging the device may cause kernel crash. > > > I agree that it should be fixed, if possible, but in the meantime having > it documented is a good idea.

Re: [dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-22 Thread Mcnamara, John
> -Original Message- > From: Guo, Jia > Sent: Tuesday, November 20, 2018 3:10 PM > To: Kovacevic, Marko ; Mcnamara, John > ; Zhang, Qi Z ; Yigit, > Ferruh ; tho...@monjalon.net > Cc: dev@dpdk.org; Guo, Jia ; Zhang, Helin > ; Ananyev, Konstantin > ; He, Shaopeng ; > step...@networkplumber

Re: [dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-22 Thread Ferruh Yigit
On 11/20/2018 3:09 PM, Jeff Guo wrote: > When device has been bound to igb_uio driver and application is running, > hot-unplugging the device may cause kernel crash. > > Signed-off-by: Jeff Guo Reviewed-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-20 Thread Jeff Guo
On 11/21/2018 2:02 AM, Stephen Hemminger wrote: On Tue, 20 Nov 2018 23:09:31 +0800 Jeff Guo wrote: When device has been bound to igb_uio driver and application is running, hot-unplugging the device may cause kernel crash. Signed-off-by: Jeff Guo --- doc/guides/rel_notes/known_issues.rst

Re: [dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-20 Thread Stephen Hemminger
On Tue, 20 Nov 2018 23:09:31 +0800 Jeff Guo wrote: > When device has been bound to igb_uio driver and application is running, > hot-unplugging the device may cause kernel crash. > > Signed-off-by: Jeff Guo > --- > doc/guides/rel_notes/known_issues.rst | 21 + > 1 file chang

[dpdk-dev] [PATCH] doc: add known igb_uio device hot-unplug issue

2018-11-20 Thread Jeff Guo
When device has been bound to igb_uio driver and application is running, hot-unplugging the device may cause kernel crash. Signed-off-by: Jeff Guo --- doc/guides/rel_notes/known_issues.rst | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/guides/rel_notes/known_issue