Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation

2018-01-19 Thread Ferruh Yigit
On 1/18/2018 3:14 AM, Yuanhan Liu wrote: > Due to a mistake operation from me, older version (v10) was merged to > master branch. It's the v11 should be applied. However, the master branch > is not rebase-able. Thus, this patch is made, from the diff between v10 > and v11. > > Code is from Xiao Wa

Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation

2018-01-18 Thread Wang, Xiao W
> -Original Message- > From: Yuanhan Liu [mailto:y...@fridaylinux.org] > Sent: Thursday, January 18, 2018 4:51 PM > To: Thomas Monjalon > Cc: dev@dpdk.org; Wang, Xiao W ; Yigit, Ferruh > ; Olivier Matz > Subject: Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generatio

Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation

2018-01-18 Thread Yuanhan Liu
On Thu, Jan 18, 2018 at 09:38:39AM +0100, Thomas Monjalon wrote: > 18/01/2018 04:14, Yuanhan Liu: > > Due to a mistake operation from me, older version (v10) was merged to > > master branch. It's the v11 should be applied. However, the master branch > > is not rebase-able. Thus, this patch is made,

Re: [dpdk-dev] [PATCH 1/2] net: fixup RARP generation

2018-01-18 Thread Thomas Monjalon
18/01/2018 04:14, Yuanhan Liu: > Due to a mistake operation from me, older version (v10) was merged to > master branch. It's the v11 should be applied. However, the master branch > is not rebase-able. Thus, this patch is made, from the diff between v10 > and v11. Understood it is a mistake. Howeve

[dpdk-dev] [PATCH 1/2] net: fixup RARP generation

2018-01-17 Thread Yuanhan Liu
Due to a mistake operation from me, older version (v10) was merged to master branch. It's the v11 should be applied. However, the master branch is not rebase-able. Thus, this patch is made, from the diff between v10 and v11. Code is from Xiao Wang. Signed-off-by: Yuanhan Liu --- lib/librte_net/