RE: [PATCH v6 5/8] net/rnp add reset code for Chip Init process

2023-09-06 Thread 11
Hi Ferruh, Please see the below comment. Regards Wenbo. > -Original Message- > From: Ferruh Yigit > Sent: 2023年9月5日 23:46 > To: Wenbo Cao > Cc: dev@dpdk.org; tho...@monjalon.net; andrew.rybche...@oktetlabs.ru; > yao...@mucse.com > Subject: Re: [PATCH v6 5/8] net/r

Re: [PATCH v6 5/8] net/rnp add reset code for Chip Init process

2023-09-05 Thread Ferruh Yigit
On 9/1/2023 3:30 AM, Wenbo Cao wrote: > we must get the shape info of nic from Firmware for What is "shape info"? > reset. so the related codes is first get firmware info > and then reset the chip > Is there a specific reason to have "Chip Init" start with uppercase, if not please make all lowe

[PATCH v6 5/8] net/rnp add reset code for Chip Init process

2023-08-31 Thread Wenbo Cao
we must get the shape info of nic from Firmware for reset. so the related codes is first get firmware info and then reset the chip Signed-off-by: Wenbo Cao --- drivers/net/rnp/base/rnp_hw.h | 56 +++- drivers/net/rnp/meson.build | 3 + drivers/net/rnp/rnp.h | 27 ++ dri