netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Yixin Shen <bobankhshen@gmail.com>
Cc: linux-kernel@vger.kernel.org, rdunlap@infradead.org,
	akpm@linux-foundation.org, netdev@vger.kernel.org,
	davem@davemloft.net, edumazet@google.com, ncardwell@google.com
Subject: Re: [PATCH net-next] lib/win_minmax: export symbol of minmax_running_min
Date: Thu, 13 Apr 2023 20:19:18 +0300	[thread overview]
Message-ID: <20230413171918.GX17993@unreal> (raw)
In-Reply-To: <20230413164726.59019-1-bobankhshen@gmail.com>

On Thu, Apr 13, 2023 at 04:47:26PM +0000, Yixin Shen wrote:
> This commit export the symbol of the function minmax_running_min
> to make it accessible to dynamically loaded modules. It can make
> this library more general, especially for those congestion
> control algorithm modules who wants to implement a windowed min
> filter.
> 
> Signed-off-by: Yixin Shen <bobankhshen@gmail.com>
> ---
>  lib/win_minmax.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/win_minmax.c b/lib/win_minmax.c
> index ec10506834b6..1682e614309c 100644
> --- a/lib/win_minmax.c
> +++ b/lib/win_minmax.c
> @@ -97,3 +97,4 @@ u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas)
>  
>  	return minmax_subwin_update(m, win, &val);
>  }
> +EXPORT_SYMBOL(minmax_running_min);

Please provide in-tree kernel user for that EXPORT_SYMBOL.

Thanks

> -- 
> 2.25.1
> 

  reply	other threads:[~2023-04-13 17:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 16:47 [PATCH net-next] lib/win_minmax: export symbol of minmax_running_min Yixin Shen
2023-04-13 17:19 ` Leon Romanovsky [this message]
2023-04-14  2:27   ` Yixin Shen
2023-04-14  9:00     ` Leon Romanovsky
2023-04-14 14:17     ` Eric Dumazet
2023-04-14 21:20       ` Andrew Morton
2023-04-14 15:07     ` Jakub Kicinski

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=20230413171918.GX17993@unreal \
    --to=leon@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bobankhshen@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=rdunlap@infradead.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;
as well as URLs for NNTP newsgroup(s).