Message ID | 20200220035650.7986-1-jasowang@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=rqLM=4I=vger.kernel.org=kvm-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A584517F0 for <patchwork-kvm@patchwork.kernel.org>; Thu, 20 Feb 2020 03:57:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7471924672 for <patchwork-kvm@patchwork.kernel.org>; Thu, 20 Feb 2020 03:57:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="FZt8rc50" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727875AbgBTD52 (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Wed, 19 Feb 2020 22:57:28 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:59380 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727476AbgBTD52 (ORCPT <rfc822;kvm@vger.kernel.org>); Wed, 19 Feb 2020 22:57:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582171045; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=15SN9V81UVLGem5rXcaxlHKpBtKp5YAPvJYN8Vzu5VM=; b=FZt8rc50AXvQx0X0MrFNww4/F/5nEi26Gsvtf8jlmwnWJWMAMUlSRGjbmK9+DUPafSKWHE BEFp/PRTyLJ7Xuz1/2OaTQnkoikKkq5ezaSv0nBbRde+jDaSa1cnh3n2S2l/KnpeOyMEy3 H+og/bD0d989L5gyjk1fipokdIe7VVA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-43-32L_vH3nO3qUInnWuDkhJA-1; Wed, 19 Feb 2020 22:57:14 -0500 X-MC-Unique: 32L_vH3nO3qUInnWuDkhJA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 48B34477; Thu, 20 Feb 2020 03:57:11 +0000 (UTC) Received: from jason-ThinkPad-X1-Carbon-6th.redhat.com (ovpn-12-159.pek2.redhat.com [10.72.12.159]) by smtp.corp.redhat.com (Postfix) with ESMTP id 046505C219; Thu, 20 Feb 2020 03:56:52 +0000 (UTC) From: Jason Wang <jasowang@redhat.com> To: mst@redhat.com, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Cc: tiwei.bie@intel.com, jgg@mellanox.com, maxime.coquelin@redhat.com, cunming.liang@intel.com, zhihong.wang@intel.com, rob.miller@broadcom.com, xiao.w.wang@intel.com, haotian.wang@sifive.com, lingshan.zhu@intel.com, eperezma@redhat.com, lulu@redhat.com, parav@mellanox.com, kevin.tian@intel.com, stefanha@redhat.com, rdunlap@infradead.org, hch@infradead.org, aadam@redhat.com, jiri@mellanox.com, shahafs@mellanox.com, hanand@xilinx.com, mhabets@solarflare.com, Jason Wang <jasowang@redhat.com> Subject: [PATCH V3 0/5] vDPA support Date: Thu, 20 Feb 2020 11:56:45 +0800 Message-Id: <20200220035650.7986-1-jasowang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Content-Transfer-Encoding: quoted-printable Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series | vDPA support | expand |