Re: [dpdk-dev] [PATCH 1/3] eal: add --dev-hotplug option

2019-01-02 Thread David Marchand
Hello Jeff, On Sat, Dec 29, 2018 at 5:06 AM Jeff Guo wrote: > On 12/17/2018 6:15 PM, David Marchand wrote: > > > On Fri, Dec 14, 2018 at 8:41 AM Jeff Guo wrote: > >> This command-line option will enable hotplug event detecting and enable >> hotplug handling for device hotplug. >> >> Signed-off-

Re: [dpdk-dev] [PATCH 1/3] eal: add --dev-hotplug option

2018-12-28 Thread Jeff Guo
hi, david On 12/17/2018 6:15 PM, David Marchand wrote: On Fri, Dec 14, 2018 at 8:41 AM Jeff Guo > wrote: This command-line option will enable hotplug event detecting and enable hotplug handling for device hotplug. Signed-off-by: Jeff Guo mailto:jia..

Re: [dpdk-dev] [PATCH 1/3] eal: add --dev-hotplug option

2018-12-17 Thread David Marchand
On Fri, Dec 14, 2018 at 8:41 AM Jeff Guo wrote: > This command-line option will enable hotplug event detecting and enable > hotplug handling for device hotplug. > > Signed-off-by: Jeff Guo > Is there a reason why we would want this disabled by default and enabled via option ? diff --git a/lib

[dpdk-dev] [PATCH 1/3] eal: add --dev-hotplug option

2018-12-13 Thread Jeff Guo
This command-line option will enable hotplug event detecting and enable hotplug handling for device hotplug. Signed-off-by: Jeff Guo --- lib/librte_eal/bsdapp/eal/eal.c| 16 lib/librte_eal/common/eal_common_options.c | 5 + lib/librte_eal/common/eal_internal_cfg