Re: [dpdk-dev] [PATCH v4] net/ice: use the copy API to do MAC assignment

2020-01-13 Thread Ye Xiaolong
On 01/13, Haiyue Wang wrote: >Use the API rte_ether_addr_copy to do MAC assignment, instead of >calling rte_memcpy function directly. > >Fixes: 84dc7a95a2d3 ("net/ice: enable flow director engine") >Cc: sta...@dpdk.org > >Signed-off-by: Haiyue Wang >Acked-by: Qiming Yang >--- >v4: update the fix

[dpdk-dev] [PATCH v4] net/ice: use the copy API to do MAC assignment

2020-01-13 Thread Haiyue Wang
Use the API rte_ether_addr_copy to do MAC assignment, instead of calling rte_memcpy function directly. Fixes: 84dc7a95a2d3 ("net/ice: enable flow director engine") Cc: sta...@dpdk.org Signed-off-by: Haiyue Wang Acked-by: Qiming Yang --- v4: update the fix tags v3: Update the commit message v2