Re: [dpdk-dev] [PATCH v2 17/66] net/ice/base: add API to init FW logging

2019-06-12 Thread Rong, Leyi
> -Original Message- > From: Stillwell Jr, Paul M > Sent: Wednesday, June 12, 2019 12:24 AM > To: Rong, Leyi ; Zhang, Qi Z > Cc: dev@dpdk.org; Nowlin, Dan > Subject: RE: [PATCH v2 17/66] net/ice/base: add API to init FW logging > > > -Original Message- > > From: Rong, Leyi > >

Re: [dpdk-dev] [PATCH v2 17/66] net/ice/base: add API to init FW logging

2019-06-11 Thread Stillwell Jr, Paul M
> -Original Message- > From: Rong, Leyi > Sent: Tuesday, June 11, 2019 8:52 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Rong, Leyi ; Nowlin, Dan > ; Stillwell Jr, Paul M > Subject: [PATCH v2 17/66] net/ice/base: add API to init FW logging > > In order to initialize the current status of the

[dpdk-dev] [PATCH v2 17/66] net/ice/base: add API to init FW logging

2019-06-11 Thread Leyi Rong
In order to initialize the current status of the FW logging, the api ice_get_fw_log_cfg is added. The function retrieves the current setting of the FW logging from HW and updates the ice_hw structure accordingly. Signed-off-by: Dan Nowlin Signed-off-by: Paul M Stillwell Jr Signed-off-by: Leyi Ro