Re: [dpdk-dev] [PATCH 3/4] net/hns3: Renew command and desc structure

2019-10-25 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit On 2019/10/15 16:45, Ferruh Yigit wrote: > On 10/9/2019 3:16 PM, Wei Hu (Xavier) wrote: >> From: humin >> >> This patch adds commands and modifies descriptor structures for >> accessing manage table and mac table. >> >> Signed-off-by: humin > Can you please provide a "Name Surn

Re: [dpdk-dev] [PATCH 3/4] net/hns3: Renew command and desc structure

2019-10-15 Thread Ferruh Yigit
On 10/9/2019 3:16 PM, Wei Hu (Xavier) wrote: > From: humin > > This patch adds commands and modifies descriptor structures for > accessing manage table and mac table. > > Signed-off-by: humin Can you please provide a "Name Surname " format? > Signed-off-by: Wei Hu (Xavier) > --- > drivers/n

[dpdk-dev] [PATCH 3/4] net/hns3: Renew command and desc structure

2019-10-09 Thread Wei Hu (Xavier)
From: humin This patch adds commands and modifies descriptor structures for accessing manage table and mac table. Signed-off-by: humin Signed-off-by: Wei Hu (Xavier) --- drivers/net/hns3/hns3_cmd.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/net/hns3/h