Re: [PATCH v2 2/2] nvme-tcp: support specifying the congestion-control

From: Mingbao Sun
Date: Thu Mar 10 2022 - 03:31:49 EST


On Thu, 10 Mar 2022 09:19:08 +0100
Christoph Hellwig <hch@xxxxxx> wrote:

> On Wed, Mar 09, 2022 at 09:41:59PM +0800, Mingbao Sun wrote:
> > So I tried with 'tcp_set_congestion_control'.
> > But then I found this symbol is not exported yet.
> > Then I applied ‘EXPORT_SYMBOL_GPL(tcp_set_congestion_control);’
> > in my local source, and it works well in the testing.
> >
> > Then what should I do with this?
>
> Add the export in a separate, clearly documented, patch, and Cc the
> netdev list and maintainers to get their opinion on all list.

Got it.
Will do that soon.