From: David Ahern <dsahern@kernel.org>
To: Eric Dumazet <edumazet@google.com>,
Stephen Hemminger <stephen@networkplumber.org>
Cc: "David S . Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Kuniyuki Iwashima <kuniyu@google.com>,
netdev@vger.kernel.org, eric.dumazet@gmail.com
Subject: Re: [PATCH iproute2-next] utils: add fflush_monitor() helper
Date: Fri, 24 Apr 2026 13:30:36 -0600 [thread overview]
Message-ID: <9a8c7687-d264-495b-9cb1-0bac85a7082a@kernel.org> (raw)
In-Reply-To: <20260424171151.1190882-1-edumazet@google.com>
On 4/24/26 11:11 AM, Eric Dumazet wrote:
> @@ -399,4 +400,10 @@ FILE *generic_proc_open(const char *env, const char *name);
> int open_fds_add(int fd);
> void open_fds_close(void);
>
> +static inline void fflush_monitor(FILE *fp)
> +{
> + if (monitor_mode)
> + fflush_monitor(fp);
Circular call?
> +}
> +
> #endif /* __UTILS_H__ */
next prev parent reply other threads:[~2026-04-24 19:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-24 17:11 [PATCH iproute2-next] utils: add fflush_monitor() helper Eric Dumazet
2026-04-24 19:30 ` David Ahern [this message]
2026-04-27 7:39 ` Eric Dumazet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9a8c7687-d264-495b-9cb1-0bac85a7082a@kernel.org \
--to=dsahern@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox