Message ID | 20200210035608.10002-1-jasowang@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=Y5yW=36=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 092A9138D for <patchwork-kvm@patchwork.kernel.org>; Mon, 10 Feb 2020 03:57:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0CD1208C4 for <patchwork-kvm@patchwork.kernel.org>; Mon, 10 Feb 2020 03:57:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="DMcX/8Od" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727008AbgBJD5b (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Sun, 9 Feb 2020 22:57:31 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:23905 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726944AbgBJD5b (ORCPT <rfc822;kvm@vger.kernel.org>); Sun, 9 Feb 2020 22:57:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581307050; 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=FpaNsEwT/ks+uSjIzZvFcpf96lfi9mqPgeVQPWwqQKs=; b=DMcX/8Odtj6c1Z6BdlocRrW8K2Xz1cuZns/YKwcGfV8+UHsMrbAdQXUVtunFSexUdO2Q86 V9ne2Q+SHhjp/JLK/1N3BjyvyF2MnnU4Mj/FZXqriYVzaGKqJYMK6vIWW3Srr3REH2L9ll XWxoLrLE9i6/MSuF4Z0JxMmYQeGyX8A= 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-3-zqTqYp5IPvKusquXu357Vg-1; Sun, 09 Feb 2020 22:57:27 -0500 X-MC-Unique: zqTqYp5IPvKusquXu357Vg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 03CD8800D5E; Mon, 10 Feb 2020 03:57:25 +0000 (UTC) Received: from jason-ThinkPad-X1-Carbon-6th.redhat.com (ovpn-13-219.pek2.redhat.com [10.72.13.219]) by smtp.corp.redhat.com (Postfix) with ESMTP id DB5E9101D481; Mon, 10 Feb 2020 03:56:13 +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 V2 0/5] vDPA support Date: Mon, 10 Feb 2020 11:56:03 +0800 Message-Id: <20200210035608.10002-1-jasowang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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 |