Message ID | 20200226060456.27275-1-jasowang@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=q2E5=4O=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 45D79138D for <patchwork-kvm@patchwork.kernel.org>; Wed, 26 Feb 2020 06:06:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 14BFF20838 for <patchwork-kvm@patchwork.kernel.org>; Wed, 26 Feb 2020 06:06:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="AfL3XMuC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726981AbgBZGGM (ORCPT <rfc822;patchwork-kvm@patchwork.kernel.org>); Wed, 26 Feb 2020 01:06:12 -0500 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:28799 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726112AbgBZGGM (ORCPT <rfc822;kvm@vger.kernel.org>); Wed, 26 Feb 2020 01:06:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582697170; 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=enRjKsAhorQ7gtc4NEO5FtEZu0wodxPLamz1NrNNgF4=; b=AfL3XMuC37OJ85JUknAVZsLqaaOL70t03wBHdbE1vyRbknef22HFNIzs4g5bpsUOyJVpWV LSUeQDOoVJ9Cpvq0+aFju+LBjb5udOYgZ8GkCrz9R9CwpzrJg05ELBWwtULQttqDhhP242 uh0iM5UuDLKZPGIFu8wGNgYXSNQdGNo= 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-429-aneCOgh5OHW2FiS47KIZvw-1; Wed, 26 Feb 2020 01:05:57 -0500 X-MC-Unique: aneCOgh5OHW2FiS47KIZvw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D61A5800D5E; Wed, 26 Feb 2020 06:05:53 +0000 (UTC) Received: from jason-ThinkPad-X1-Carbon-6th.redhat.com (ovpn-13-217.pek2.redhat.com [10.72.13.217]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC0D69297A; Wed, 26 Feb 2020 06:05:01 +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, gdawar@xilinx.com, saugatm@xilinx.com, vmireyno@marvell.com, Jason Wang <jasowang@redhat.com> Subject: [PATCH V5 0/5] vDPA support Date: Wed, 26 Feb 2020 14:04:51 +0800 Message-Id: <20200226060456.27275-1-jasowang@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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 |