Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-24 Thread Burakov, Anatoly
Hi Alejandro, >Those lines are not error messages. Are you suggesting not splitting lines in >the commit comment? Apologies, that (and other instances) was supposed to mean "snipped" :)   > What do you refer to? The TODO line? No, I was referring to "map BARS" comment in an unmapping function.

Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-24 Thread Alejandro Lucero
On Thu, Mar 23, 2017 at 12:08 PM, Burakov, Anatoly < anatoly.bura...@intel.com> wrote: > Hi Alejandro, > > I think the documentation should also be updated to reflect the fact that > this patch adds VFIO support for hotplug. > Yes. Thanks. I will submit a new version with all the fixes from your

Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-24 Thread Alejandro Lucero
Hi Anatoly, On Wed, Mar 22, 2017 at 1:49 PM, Burakov, Anatoly wrote: > Hi Alejandro, > > Just a general comment, I think there's now a rule to not split error > messages onto multiple lines > even if going above the 80 char limit, to make grepping easier. > > Ok. Thanks. > > Current device hot

Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-23 Thread Burakov, Anatoly
Hi Alejandro, I think the documentation should also be updated to reflect the fact that this patch adds VFIO support for hotplug. Thanks, Anatoly

Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-22 Thread Burakov, Anatoly
Hi Alejandro, Just a general comment, I think there's now a rule to not split error messages onto multiple lines even if going above the 80 char limit, to make grepping easier. > Current device hotplug is just when using UIO. This patch adds > same functionality with VFIO. > > It has been valid

Re: [dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-17 Thread Eelco Chaudron
On 16/03/17 11:51, Alejandro Lucero wrote: Current device hotplug is just when using UIO. This patch adds same functionality with VFIO. It has been validated through tests using IOMMU and also with VFIO and no-iommu mode. Signed-off-by: Alejandro Lucero --- lib/librte_eal/common/eal_common_p

[dpdk-dev] [PATCH] vfio: add hotplug support

2017-03-16 Thread Alejandro Lucero
Current device hotplug is just when using UIO. This patch adds same functionality with VFIO. It has been validated through tests using IOMMU and also with VFIO and no-iommu mode. Signed-off-by: Alejandro Lucero --- lib/librte_eal/common/eal_common_pci.c | 2 +- lib/librte_eal/linuxapp