Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 4:05 PM, Matej Vido wrote: > On 24.01.2017 16:24, Ferruh Yigit wrote: >> On 1/24/2017 10:49 AM, Matej Vido wrote: >>> Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") >>> >>> Signed-off-by: Matej Vido >> Reviewed-by: Ferruh Yigit >> >> Cc: sta...@dpdk.org >> >

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 3:55 PM, Matej Vido wrote: > On 24.01.2017 16:11, Ferruh Yigit wrote: >> On 1/24/2017 2:02 PM, Matej Vido wrote: >>> On 24.01.2017 12:58, Ferruh Yigit wrote: On 1/24/2017 10:49 AM, Matej Vido wrote: > Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") >>>

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Matej Vido
On 24.01.2017 16:24, Ferruh Yigit wrote: On 1/24/2017 10:49 AM, Matej Vido wrote: Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") Signed-off-by: Matej Vido Reviewed-by: Ferruh Yigit Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks. I'm not sure about the

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Matej Vido
On 24.01.2017 16:11, Ferruh Yigit wrote: On 1/24/2017 2:02 PM, Matej Vido wrote: On 24.01.2017 12:58, Ferruh Yigit wrote: On 1/24/2017 10:49 AM, Matej Vido wrote: Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") Signed-off-by: Matej Vido Unrelated from this patch, in

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 10:49 AM, Matej Vido wrote: > Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") > > Signed-off-by: Matej Vido Reviewed-by: Ferruh Yigit Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 2:02 PM, Matej Vido wrote: > On 24.01.2017 12:58, Ferruh Yigit wrote: >> On 1/24/2017 10:49 AM, Matej Vido wrote: >>> Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") >>> >>> Signed-off-by: Matej Vido >> Unrelated from this patch, in maintainers file, you have

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 2:02 PM, Matej Vido wrote: > On 24.01.2017 12:58, Ferruh Yigit wrote: >> On 1/24/2017 10:49 AM, Matej Vido wrote: >>> Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") >>> >>> Signed-off-by: Matej Vido >> Unrelated from this patch, in maintainers file, you have

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Matej Vido
On 24.01.2017 12:58, Ferruh Yigit wrote: On 1/24/2017 10:49 AM, Matej Vido wrote: Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") Signed-off-by: Matej Vido Unrelated from this patch, in maintainers file, you have your other mail address: "Matej Vido ", do you want to

Re: [dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 10:49 AM, Matej Vido wrote: > Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") > > Signed-off-by: Matej Vido Unrelated from this patch, in maintainers file, you have your other mail address: "Matej Vido ", do you want to update it? > --- > drivers/net/szeda

[dpdk-dev] [PATCH] net/szedata2: fix incorrect device memory access

2017-01-24 Thread Matej Vido
Fixes: 8acba705b119 ("net/szedata2: localize handling of PCI resources") Signed-off-by: Matej Vido --- drivers/net/szedata2/rte_eth_szedata2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/szedata2/rte_eth_szedata2.h b/drivers/net/szedata2/rte_eth_szedata2.h in