Re: [dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain

2017-06-22 Thread Thomas Monjalon
22/06/2017 18:42, Stephen Hemminger: > On Thu, 22 Jun 2017 18:17:38 +0200 > Thomas Monjalon wrote: > > > 22/06/2017 17:56, Stephen Hemminger: > > > The PCI domain in Azure maybe 32 bits. When device is passed through > > > the domain is synthesize from the internal GUID. > > > > > > Signed-off-b

Re: [dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain

2017-06-22 Thread Stephen Hemminger
On Thu, 22 Jun 2017 18:17:38 +0200 Thomas Monjalon wrote: > 22/06/2017 17:56, Stephen Hemminger: > > The PCI domain in Azure maybe 32 bits. When device is passed through > > the domain is synthesize from the internal GUID. > > > > Signed-off-by: Stephen Hemminger > > --- > > drivers/net/mlx5/m

Re: [dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain

2017-06-22 Thread Stephen Hemminger
On Thu, 22 Jun 2017 18:17:38 +0200 Thomas Monjalon wrote: > 22/06/2017 17:56, Stephen Hemminger: > > The PCI domain in Azure maybe 32 bits. When device is passed through > > the domain is synthesize from the internal GUID. > > > > Signed-off-by: Stephen Hemminger > > --- > > drivers/net/mlx5/m

Re: [dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain

2017-06-22 Thread Thomas Monjalon
22/06/2017 17:56, Stephen Hemminger: > The PCI domain in Azure maybe 32 bits. When device is passed through > the domain is synthesize from the internal GUID. > > Signed-off-by: Stephen Hemminger > --- > drivers/net/mlx5/mlx5_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Do y

[dpdk-dev] [PATCH v2 3/3] mlx5: handle 32 bit PCI domain

2017-06-22 Thread Stephen Hemminger
The PCI domain in Azure maybe 32 bits. When device is passed through the domain is synthesize from the internal GUID. Signed-off-by: Stephen Hemminger --- drivers/net/mlx5/mlx5_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/drivers/n