Message ID | 20220203072735.189716-1-lingshan.zhu@intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A214C433F5 for <netdev@archiver.kernel.org>; Thu, 3 Feb 2022 07:34:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344482AbiBCHev (ORCPT <rfc822;netdev@archiver.kernel.org>); Thu, 3 Feb 2022 02:34:51 -0500 Received: from mga07.intel.com ([134.134.136.100]:32403 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230473AbiBCHeu (ORCPT <rfc822;netdev@vger.kernel.org>); Thu, 3 Feb 2022 02:34:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643873690; x=1675409690; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+vr3cPXtMggxYYtZto6eAGP/RQTPNgzVO9+AiIDukQ8=; b=cfsIU8XhPEnf7yQGsjaHsjMXnfDo7yDRM634A8XliWnd6Bm6a3kCMw/U ojQECvtP6egKksmz149nvf5D7tR69iD+LXItEETohbyjItdeyINjEvN9n dmcc+kwzgMptBuxcQkOHs+ihx8JbNjuf+lf6I4BLEbBqopXdLIoFdqwVV jBnm9v1dZ+Cq3DWfuR8y73S2Rpno8YaZXZh8Tgt9IiRgDQA0a6WS9uD8K q57HitxrnbKWfF53ZGED4EQ59wVtHaOHIw2NZS03kMWYNd4nZx4SpbFY4 +cW7KfLNPoA8WNdQyVf79/aqWlTpyhb55sc+jYaWORpncVAmMylWZijoZ Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10246"; a="311397567" X-IronPort-AV: E=Sophos;i="5.88,339,1635231600"; d="scan'208";a="311397567" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 23:34:50 -0800 X-IronPort-AV: E=Sophos;i="5.88,339,1635231600"; d="scan'208";a="771703671" Received: from unknown (HELO localhost.localdomain.bj.intel.com) ([10.240.193.73]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2022 23:34:48 -0800 From: Zhu Lingshan <lingshan.zhu@intel.com> To: mst@redhat.com, jasowang@redhat.com Cc: netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, Zhu Lingshan <lingshan.zhu@intel.com> Subject: [PATCH V4 0/4] vDPA/ifcvf: implement shared IRQ feature Date: Thu, 3 Feb 2022 15:27:31 +0800 Message-Id: <20220203072735.189716-1-lingshan.zhu@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org |
Series | vDPA/ifcvf: implement shared IRQ feature | expand |