Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932927AbdCaD1J (ORCPT ); Thu, 30 Mar 2017 23:27:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57408 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932873AbdCaD1H (ORCPT ); Thu, 30 Mar 2017 23:27:07 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0EA4780469 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mst@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 0EA4780469 Date: Fri, 31 Mar 2017 06:27:04 +0300 From: "Michael S. Tsirkin" To: David Miller Cc: linux-kernel@vger.kernel.org, jasowang@redhat.com, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/2] virtio: allow drivers to validate features Message-ID: <20170331062634-mutt-send-email-mst@kernel.org> References: <1490807652-27889-1-git-send-email-mst@redhat.com> <20170330.123931.210255819001973026.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170330.123931.210255819001973026.davem@davemloft.net> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Fri, 31 Mar 2017 03:27:06 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 670 Lines: 22 On Thu, Mar 30, 2017 at 12:39:31PM -0700, David Miller wrote: > From: "Michael S. Tsirkin" > Date: Wed, 29 Mar 2017 20:14:44 +0300 > > > Some drivers can't support all features in all configurations. At the > > moment we blindly set FEATURES_OK and later FAILED. Support this better > > by adding a callback drivers can use to do some early checks. > > > > Signed-off-by: Michael S. Tsirkin > > Michael do you want me to take these virtio networking fixes into my > tree directly or are you going to send me a pull request or something > after it all settles down? > > Thanks. I think I'll send a pull request. Thanks, -- MST