[PATCH] net/wan/fsl_ucc_hdlc: error counters

2018-10-23 Thread Mathias Thore
Extract error information from rx and tx buffer descriptors, and update error counters. Signed-off-by: Mathias Thore --- drivers/net/wan/fsl_ucc_hdlc.c | 51 +- include/soc/fsl/qe/ucc_fast.h | 8 +- 2 files changed, 51 insertions(+), 8 deletions(-) diff --g

Re: [PATCH] net/wan/fsl_ucc_hdlc: error counters

2018-10-22 Thread David Miller
From: Mathias Thore Date: Mon, 22 Oct 2018 14:55:50 +0200 > Extract error information from rx and tx buffer descriptors, > and update error counters. > > Signed-off-by: Mathias Thore Applied.