From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3C3EA62D for ; Thu, 10 Aug 2023 06:39:55 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40A40E4B for ; Wed, 9 Aug 2023 23:39:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691649594; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=22HFwMNskHBOB8y/dJtS9BqnPtSGN8PjvKQGJBr0IAM=; b=d+c79nOmZdYG540YsxGiFTBF/t4YH2kyi6GwBjvv5c8binl+mYlrZLlJsJcHkU774DYE2r MDYO7wWr6i1YWg11FxGsxeLdfNTPI0cl8tLNezR6dS6prEn+7X3Vf2zJfU4FQVuxu7iRPK m/Z47YmoABox/Jmi46mCT/EYSWrPL9k= Received: from mail-wm1-f69.google.com (mail-wm1-f69.google.com [209.85.128.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-440-Ysb6jCvGO-G0Wd-S1AFuWw-1; Thu, 10 Aug 2023 02:39:52 -0400 X-MC-Unique: Ysb6jCvGO-G0Wd-S1AFuWw-1 Received: by mail-wm1-f69.google.com with SMTP id 5b1f17b1804b1-3fe13881511so3421575e9.3 for ; Wed, 09 Aug 2023 23:39:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691649592; x=1692254392; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=22HFwMNskHBOB8y/dJtS9BqnPtSGN8PjvKQGJBr0IAM=; b=gWtEXZq3MM+2Mm8W249GGrTltQU11yZWa1L9pAguHVJ4cwBrQRUvj0+cQrMzgaKp2L wzhqmFEwgEkyVgW1woAdMiSQYK10YpHRym9w74d6JCz9vrFFY807v+/VRc9mjJpYh0XI /RxM+UMoUspIJJUX8Vued3Ss4wbmH+jevW7VY7tRllHMaisJNCBdAmrbexLQvBJ0Rba/ 5lUUowDiteRG2e6/vr8A7GHJRTN5m+vp1ZRKgeQ9m8cHPbsQjG2oGk4UmqpzeqlgLwys /NfmDU1VPBQ70o8mpTEZs601yncyYsrljoLW0VS0pGK50IIKmA5rSgfW75d9muN+gdIk 66cQ== X-Gm-Message-State: AOJu0YwM/hoJUSomBFLY2L3co1SDaYnmKK723L7O1bySkMQzRP8KHagx hYpXBZHWc6qWd8Fftvkdgy1JTNXZ2e/VGyAUUqtvkE4aLVWkJLacF2vcXZfm8rf7p4dyl4f1zTx HO6RbjtBiwKo3kgsO X-Received: by 2002:a05:600c:c3:b0:3fc:a49:4c05 with SMTP id u3-20020a05600c00c300b003fc0a494c05mr936413wmm.40.1691649591836; Wed, 09 Aug 2023 23:39:51 -0700 (PDT) X-Google-Smtp-Source: AGHT+IEybtnYNEhFJRufjXc6/kaGifm/ioS0+TszaHtLZfnLCZBBs3ACOUB1YaEr18zALjPpkTUGJg== X-Received: by 2002:a05:600c:c3:b0:3fc:a49:4c05 with SMTP id u3-20020a05600c00c300b003fc0a494c05mr936399wmm.40.1691649591550; Wed, 09 Aug 2023 23:39:51 -0700 (PDT) Received: from redhat.com ([2.52.137.93]) by smtp.gmail.com with ESMTPSA id z10-20020a05600c220a00b003fbc30825fbsm1078877wml.39.2023.08.09.23.39.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Aug 2023 23:39:50 -0700 (PDT) Date: Thu, 10 Aug 2023 02:39:47 -0400 From: "Michael S. Tsirkin" To: Xuan Zhuo Cc: Jason Wang , Christoph Hellwig , virtualization@lists.linux-foundation.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev() Message-ID: <20230810023253-mutt-send-email-mst@kernel.org> References: <20230720131928-mutt-send-email-mst@kernel.org> <1690251228.3455179-1-xuanzhuo@linux.alibaba.com> <20230725033321-mutt-send-email-mst@kernel.org> <1690283243.4048996-1-xuanzhuo@linux.alibaba.com> <1690524153.3603117-1-xuanzhuo@linux.alibaba.com> <20230801121543-mutt-send-email-mst@kernel.org> <1690940971.9409487-2-xuanzhuo@linux.alibaba.com> <1691388845.9121156-1-xuanzhuo@linux.alibaba.com> <1691632614.950658-1-xuanzhuo@linux.alibaba.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1691632614.950658-1-xuanzhuo@linux.alibaba.com> X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Thu, Aug 10, 2023 at 09:56:54AM +0800, Xuan Zhuo wrote: > > Ping!! > > Could we push this to the next linux version? > > Thanks. You sent v12, so not this one for sure. v12 triggered kbuild warnings, you need to fix them and repost. Note that I'm on vacation from monday, so if you want this merged this needs to be addressed ASAP. -- MST