Re: [dpdk-dev] [PATCH v4] ethdev: fix MAC address replay

2017-01-25 Thread Thomas Monjalon
2017-01-24 13:21, Ferruh Yigit: > On 1/24/2017 10:09 AM, Igor Ryzhov wrote: > > Thank you Steve. > > > > > I never did it before and I don't know if I have rights for that, but: > > > > Acked-by: Igor Ryzhov mailto:iryz...@nfware.com>> > > Unrelated to the patch itself, but since it has been me

Re: [dpdk-dev] [PATCH v4] ethdev: fix MAC address replay

2017-01-24 Thread Igor Ryzhov
Hello Ferruh, Thanks for the explanation. I tried to find something like that in "Contribution Guidelines" and found that both "Acked-by" and "Reviewed-by" are just mentioned but not explained. Meaning of these sentences can be different in different projects so it can be good to explain it in DP

Re: [dpdk-dev] [PATCH v4] ethdev: fix MAC address replay

2017-01-24 Thread Ferruh Yigit
On 1/24/2017 10:09 AM, Igor Ryzhov wrote: > Thank you Steve. > > I never did it before and I don't know if I have rights for that, but: > > Acked-by: Igor Ryzhov mailto:iryz...@nfware.com>> Unrelated to the patch itself, but since it has been mentioned, let me share what I know, I believe Thoma

Re: [dpdk-dev] [PATCH v4] ethdev: fix MAC address replay

2017-01-24 Thread Igor Ryzhov
Thank you Steve. I never did it before and I don't know if I have rights for that, but: Acked-by: Igor Ryzhov On Tue, Jan 24, 2017 at 5:21 AM, Steve Shin wrote: > This patch fixes a bug in replaying MAC address to the hardware > in rte_eth_dev_config_restore() routine. Added default MAC repla

[dpdk-dev] [PATCH v4] ethdev: fix MAC address replay

2017-01-23 Thread Steve Shin
This patch fixes a bug in replaying MAC address to the hardware in rte_eth_dev_config_restore() routine. Added default MAC replay as well. Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") --- v2: Added default MAC replay & Code optimization v3: Covered a case (ex, SR-IOV) where multiple pools