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

2020-01-13 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Monday, January 13, 2020 16:06 > To: Wang, Haiyue > Cc: dev@dpdk.org; step...@networkplumber.org; Zhang, Qi Z > ; Yang, Qiming > > Subject: Re: [PATCH v3] net/ice: use the copy API to do MAC assignment > > Hi, haiyue > > On 01/03, Haiy

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

2020-01-13 Thread Ye Xiaolong
Hi, haiyue On 01/03, Haiyue Wang wrote: >Use the API rte_ether_addr_copy to do MAC assignment, instead of >calling rte_memcpy function directly. Please add Fix tags and cc stable. Thanks, Xiaolong > >Signed-off-by: Haiyue Wang >--- >v3: Update the commit message > >v2: Update the commit title a

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

2020-01-05 Thread Yang, Qiming
> -Original Message- > From: Wang, Haiyue > Sent: Friday, January 3, 2020 10:59 AM > To: dev@dpdk.org; step...@networkplumber.org; Zhang, Qi Z > ; Yang, Qiming ; Ye, > Xiaolong > Cc: Wang, Haiyue > Subject: [PATCH v3] net/ice: use the copy API to do MAC assignment > > Use the API rte_e

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

2020-01-02 Thread Haiyue Wang
Use the API rte_ether_addr_copy to do MAC assignment, instead of calling rte_memcpy function directly. Signed-off-by: Haiyue Wang --- v3: Update the commit message v2: Update the commit title and message, use the rte_ether_addr_copy API instead of just changing the length definition to make