Re: [PATCH 01/10] Remove some duplicate trace code.

2021-01-20 Thread Lukas Straub
On Wed, 13 Jan 2021 10:46:26 +0800 leirao wrote: > From: "Rao, Lei" > > There is the same trace code in the colo_compare_packet_payload. > > Signed-off-by: Lei Rao Looks good to me, Reviewed-by: Lukas Straub > --- > net/colo-compare.c | 13 - > 1 file changed, 13 deletions(-)

[PATCH 01/10] Remove some duplicate trace code.

2021-01-12 Thread leirao
From: "Rao, Lei" There is the same trace code in the colo_compare_packet_payload. Signed-off-by: Lei Rao --- net/colo-compare.c | 13 - 1 file changed, 13 deletions(-) diff --git a/net/colo-compare.c b/net/colo-compare.c index 84db497..9e18baa 100644 --- a/net/colo-compare.c +++ b