From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] virtio-net: fix build error when CONFIG_AVERAGE is not enabled Date: Fri, 17 Jan 2014 18:58:50 -0800 (PST) Message-ID: <20140117.185850.1095687823504908045.davem@davemloft.net> References: <1389950828-24039-1-git-send-email-mwdalton@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1389950828-24039-1-git-send-email-mwdalton@google.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: mwdalton@google.com Cc: mst@redhat.com, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, edumazet@google.com List-Id: virtualization@lists.linuxfoundation.org From: Michael Dalton Date: Fri, 17 Jan 2014 01:27:08 -0800 > Commit ab7db91705e9 ("virtio-net: auto-tune mergeable rx buffer size for > improved performance") introduced a virtio-net dependency on EWMA. > The inclusion of EWMA is controlled by CONFIG_AVERAGE. Fix build error > when CONFIG_AVERAGE is not enabled by adding select AVERAGE to > virtio-net's Kconfig entry. > > Build failure reported using config make ARCH=s390 defconfig. > > Signed-off-by: Michael Dalton Applied.