[dpdk-dev] [PATCH v2 14/15] ethdev: Support VFs on the different PCI domains

2016-10-11 Thread Kamil Rytarowski
W dniu 10.10.2016 o 15:27, Ferruh Yigit pisze: > On 10/10/2016 2:01 PM, Kamil Rytarowski wrote: >> >> W dniu 10.10.2016 o 12:19, Ferruh Yigit pisze: >>> Hi Kamil, >>> >>> On 9/30/2016 1:05 PM, Kamil Rytarowski wrote: It's possible to have the same numbers for bus, device id and function, >>>

[dpdk-dev] [PATCH v2 14/15] ethdev: Support VFs on the different PCI domains

2016-10-10 Thread Kamil Rytarowski
W dniu 10.10.2016 o 12:19, Ferruh Yigit pisze: > Hi Kamil, > > On 9/30/2016 1:05 PM, Kamil Rytarowski wrote: >> It's possible to have the same numbers for bus, device id and function, >> therefore we need to differentiate on domain. >> >> This enables DPDK with multiple VFs on ThunderX 2-socket h

[dpdk-dev] [PATCH v2 14/15] ethdev: Support VFs on the different PCI domains

2016-10-10 Thread Ferruh Yigit
On 10/10/2016 2:01 PM, Kamil Rytarowski wrote: > > > W dniu 10.10.2016 o 12:19, Ferruh Yigit pisze: >> Hi Kamil, >> >> On 9/30/2016 1:05 PM, Kamil Rytarowski wrote: >>> It's possible to have the same numbers for bus, device id and function, >>> therefore we need to differentiate on domain. >>> >>

[dpdk-dev] [PATCH v2 14/15] ethdev: Support VFs on the different PCI domains

2016-10-10 Thread Ferruh Yigit
Hi Kamil, On 9/30/2016 1:05 PM, Kamil Rytarowski wrote: > It's possible to have the same numbers for bus, device id and function, > therefore we need to differentiate on domain. > > This enables DPDK with multiple VFs on ThunderX 2-socket hardware. > > Signed-off-by: Maciej Czekaj > Signed-off-

[dpdk-dev] [PATCH v2 14/15] ethdev: Support VFs on the different PCI domains

2016-09-30 Thread Kamil Rytarowski
It's possible to have the same numbers for bus, device id and function, therefore we need to differentiate on domain. This enables DPDK with multiple VFs on ThunderX 2-socket hardware. Signed-off-by: Maciej Czekaj Signed-off-by: Kamil Rytarowski Signed-off-by: Zyta Szpak Signed-off-by: Slawomi