From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756312AbbAFPyP (ORCPT ); Tue, 6 Jan 2015 10:54:15 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:57573 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756291AbbAFPyM (ORCPT ); Tue, 6 Jan 2015 10:54:12 -0500 X-IronPort-AV: E=Sophos;i="5.07,708,1413244800"; d="scan'208";a="211919572" Message-ID: <1420559647.28863.174.camel@citrix.com> Subject: Re: [PATCH] xen-netback: fixing the propagation of the transmit shaper timeout From: Ian Campbell To: Imre Palik CC: , , Wei Liu , , "Palik, Imre" , Anthony Liguori Date: Tue, 6 Jan 2015 15:54:07 +0000 In-Reply-To: <1420559084-28370-1-git-send-email-imrep.amz@gmail.com> References: <1420559084-28370-1-git-send-email-imrep.amz@gmail.com> Organization: Citrix Systems, Inc. Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-01-06 at 16:44 +0100, Imre Palik wrote: > From: "Palik, Imre" > > Since e9ce7cb6b107 ("xen-netback: Factor queue-specific data into queue struct"), > the transimt shaper timeout is always set to 0. The value the user sets via > xenbus is never propagated to the transmit shaper. > > This patch fixes the issue. > > Cc: Anthony Liguori > Signed-off-by: Imre Palik Acked-by: Ian Campbell