mbox series

[0/2] upgrade the log system of nfp PMD

Message ID 1661493786-25406-1-git-send-email-chaoyong.he@corigine.com (mailing list archive)
Headers
Series upgrade the log system of nfp PMD |

Message

Chaoyong He Aug. 26, 2022, 6:03 a.m. UTC
  This patch series do some upgrade of the log system of nfp PMD:
Use DPDK debug macro to control the nfp Rx/Tx log.
Add the support of nfp cpp log macro.

Long Wu (2):
  net/nfp: add support for nfp cpp log print
  net/nfp: use dpdk debug macro to control nfp Rx/Tx log print

 drivers/net/nfp/nfp_common.c | 1 +
 drivers/net/nfp/nfp_logs.h   | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)
  

Comments

Niklas Söderlund Sept. 20, 2022, 9:59 a.m. UTC | #1
Hi everyone,

A gentle ping on this.

On 2022-08-26 14:03:04 +0800, Chaoyong He wrote:
> This patch series do some upgrade of the log system of nfp PMD:
> Use DPDK debug macro to control the nfp Rx/Tx log.
> Add the support of nfp cpp log macro.
> 
> Long Wu (2):
>   net/nfp: add support for nfp cpp log print
>   net/nfp: use dpdk debug macro to control nfp Rx/Tx log print
> 
>  drivers/net/nfp/nfp_common.c | 1 +
>  drivers/net/nfp/nfp_logs.h   | 9 ++++++---
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 
> -- 
> 1.8.3.1
>
  
Ferruh Yigit Sept. 20, 2022, 6:03 p.m. UTC | #2
On 8/26/2022 7:03 AM, Chaoyong He wrote:
> This patch series do some upgrade of the log system of nfp PMD:
> Use DPDK debug macro to control the nfp Rx/Tx log.
> Add the support of nfp cpp log macro.
> 
> Long Wu (2):
>    net/nfp: add support for nfp cpp log print
>    net/nfp: use dpdk debug macro to control nfp Rx/Tx log print
> 

Series applied to dpdk-next-net/main, thanks.


Patch titles updated slightly, to remove duplicated 'nfp' etc, please 
double check them in the next-net git repo.
  
Niklas Söderlund Sept. 21, 2022, 7:09 a.m. UTC | #3
On 2022-09-20 19:03:42 +0100, Ferruh Yigit wrote:
> On 8/26/2022 7:03 AM, Chaoyong He wrote:
> > This patch series do some upgrade of the log system of nfp PMD:
> > Use DPDK debug macro to control the nfp Rx/Tx log.
> > Add the support of nfp cpp log macro.
> > 
> > Long Wu (2):
> >    net/nfp: add support for nfp cpp log print
> >    net/nfp: use dpdk debug macro to control nfp Rx/Tx log print
> > 
> 
> Series applied to dpdk-next-net/main, thanks.
> 
> 
> Patch titles updated slightly, to remove duplicated 'nfp' etc, please double
> check them in the next-net git repo.

Looks good, thanks!