[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150318162807.GA6334@zion.uk.xensource.com>
Date: Wed, 18 Mar 2015 16:28:07 +0000
From: Wei Liu <wei.liu2@...rix.com>
To: Imre Palik <imrep.amz@...il.com>
CC: Wei Liu <wei.liu2@...rix.com>,
Ian Campbell <ian.campbell@...rix.com>,
<xen-devel@...ts.xenproject.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, "Palik, Imre" <imrep@...zon.de>,
"Anthony Liguori" <aliguori@...zon.com>
Subject: Re: [RFC PATCH] xen-netback: making the bandwidth limiter runtime
settable
On Wed, Mar 18, 2015 at 05:21:08PM +0100, Imre Palik wrote:
> On 03/17/15 12:17, Wei Liu wrote:
> > On Fri, Mar 13, 2015 at 01:51:05PM +0100, Imre Palik wrote:
> >> From: "Palik, Imre" <imrep@...zon.de>
> >>
> >> With the current netback, the bandwidth limiter's parameters are only
> >> settable during vif setup time. This patch register a watch on them, and
> >> thus makes them runtime changeable.
> >>
> >> When the watch fires, the timer is reset. The timer's mutex is used for
> >> fencing the change.
> >>
> >
> > I think this is a valid idea. Just that this commit message is not
> > complete. It doesn't describe everything this patch does.
> >
> >> Cc: Anthony Liguori <aliguori@...zon.com>
> >> Signed-off-by: Imre Palik <imrep@...zon.de>
> >> ---
> > [...]
> >> queue->rx_queue_max = XENVIF_RX_QUEUE_BYTES;
> >> diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
> >> index cab9f52..bcc1880 100644
> >> --- a/drivers/net/xen-netback/netback.c
> >> +++ b/drivers/net/xen-netback/netback.c
> >> @@ -641,7 +641,7 @@ static void tx_add_credit(struct xenvif_queue *queue)
> >> queue->remaining_credit = min(max_credit, max_burst);
> >> }
> >>
> >> -static void tx_credit_callback(unsigned long data)
> >> +void xenvif_tx_credit_callback(unsigned long data)
> >
> > Please keep this function static.
>
> The trouble with that, is that now I am initialising credit_timeout.function in
> drivers/net/xen-netback/interface.c .
>
Oh, yes. I misread the hunk of common.h. Sorry about the noise.
Wei.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists