From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A9C943699; Thu, 7 Dec 2023 20:20:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C531E42F04; Thu, 7 Dec 2023 20:20:55 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 1FD3A42F04 for ; Thu, 7 Dec 2023 20:20:54 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 2542520B74C0; Thu, 7 Dec 2023 11:20:53 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2542520B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1701976853; bh=KBbZWVOuW3LDUDebF2x90NkGwQP9q2pROzy/Y11pEq0=; h=From:To:Cc:Subject:Date:From; b=NfadRw/i+YOUtXdNcpikoFbzQ15bJu2hOBoOekHKEeWowAhM5Gh+lzdSiff+G0hvQ 8n2+a/kIlxSZIZFZfPVND6dBiqybWnnHlMjd/HcgoIUsD7x/PKMij+Xk/x703qtwex rQP2rp1xQbqEyI3qaYQsgBglEjtvQkfVVMHxIiE0= From: Tyler Retzlaff To: dev@dpdk.org Cc: Dmitry Kozlyuk , Pallavi Kadam , Tyler Retzlaff Subject: [PATCH] eal: initialize shared plugins on Windows Date: Thu, 7 Dec 2023 11:20:50 -0800 Message-Id: <1701976851-17275-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org When EAL is built with MSVC it is possible to dynamically load plugins on Windows. Hook eal_plugins_init into rte_eal_init if built with MSVC and provide code to load plugins on Windows. Tyler Retzlaff (1): eal: initialize shared plugins on Windows lib/eal/common/eal_common_options.c | 92 ++++++++++++++++++++++++++++++------- lib/eal/windows/eal.c | 8 ++++ 2 files changed, 84 insertions(+), 16 deletions(-) -- 1.8.3.1