Re: [PATCH v6 06/21] net: Remove flag propagation

2023-11-13 Thread Pavel Dovgalyuk
On 11.11.2023 17:27, Akihiko Odaki wrote: On 2023/11/10 16:35, Pavel Dovgalyuk wrote: You need to bump REPLAY_VERSION in replay/replay.c, because your patch changes the replay log format. Otherwise, for replay part: Acked-by: Pavel Dovgalyuk I'll drop this change then. It's just a cleanup a

Re: [PATCH v6 06/21] net: Remove flag propagation

2023-11-11 Thread Akihiko Odaki
On 2023/11/10 16:35, Pavel Dovgalyuk wrote: You need to bump REPLAY_VERSION in replay/replay.c, because your patch changes the replay log format. Otherwise, for replay part: Acked-by: Pavel Dovgalyuk I'll drop this change then. It's just a cleanup and does not bring an additional benefit wo

Re: [PATCH v6 06/21] net: Remove flag propagation

2023-11-09 Thread Pavel Dovgalyuk
You need to bump REPLAY_VERSION in replay/replay.c, because your patch changes the replay log format. Otherwise, for replay part: Acked-by: Pavel Dovgalyuk On 30.10.2023 08:12, Akihiko Odaki wrote: There is no defined flag now. Signed-off-by: Akihiko Odaki --- include/net/filter.h| 3

[PATCH v6 06/21] net: Remove flag propagation

2023-10-29 Thread Akihiko Odaki
There is no defined flag now. Signed-off-by: Akihiko Odaki --- include/net/filter.h| 3 --- include/net/queue.h | 6 -- include/sysemu/replay.h | 2 +- net/dump.c | 4 ++-- net/filter-buffer.c | 4 +--- net/filter-mirror.c | 6 ++ net/filter-replay.c