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

2021-03-12 Thread lizhij...@fujitsu.com
On 3/12/21 1:02 PM, leirao wrote: > From: "Rao, Lei" > > There is the same trace code in the colo_compare_packet_payload. > > Signed-off-by: Lei Rao Reviewed-by: Li Zhijian > --- > net/colo-compare.c | 13 - > 1 file changed, 13 deletions(-) > > diff --git a/net/colo-compare.c

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

2021-03-11 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