RE: [PATCH 1/8] net/nfp: break out function to report device information

2023-01-15 Thread Nole Zhang
Hi all, A gentle ping on this patch. > -Original Message- > From: Chaoyong He > Sent: 2022年11月28日 14:54 > To: dev@dpdk.org > Cc: oss-drivers ; Niklas Soderlund > ; Nole Zhang ; > Chaoyong He > Subject: [PATCH 1/8] net/nfp: break out function to report device

[PATCH 1/8] net/nfp: break out function to report device information

2022-11-27 Thread Chaoyong He
From: Peng Zhang The method to report device information to the log is the same for both physical and virtual functions. The implementation is however open coded in each code path, break out the reporting logic to a helper function to reduce code duplication. Signed-off-by: Peng Zhang Reviewed-