Re: [PATCH 5/6] net/core: remove iterator use outside the loop

From: Xiaomeng Tong
Date: Tue Mar 01 2022 - 07:24:14 EST


I'm sorry for have created the confusion. I made this patch to remove
the use of iterator (in this patch is "skp", "p") outside
the list_for_each_entry* loop, using the new *_inside macros instead
which are introduced in PATCH 2/6, and to prove the effectiveness of
the new macros.

Best regards,
--
Xiaomeng Tong