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 D4BF546F17; Tue, 16 Sep 2025 19:44:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7994E402C9; Tue, 16 Sep 2025 19:44:46 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 4B9E540288 for ; Tue, 16 Sep 2025 19:44:45 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1094) id 618AB20154F5; Tue, 16 Sep 2025 10:44:44 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 618AB20154F5 From: mamcgove@microsoft.com To: dev@dpdk.org Cc: Matthew G McGovern Subject: [PATCH 0/2] examples/symmetric_mp: log/ignore promiscuous fail Date: Tue, 16 Sep 2025 10:44:08 -0700 Message-Id: X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747766224-31511-1-git-send-email-mamcgove@microsoft.com> References: <1747766224-31511-1-git-send-email-mamcgove@microsoft.com> 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 From: Matthew G McGovern Changes all examples/multi_process apps to warn and continue after a failure to enable promiscuous mode. This is to allow their use with hardware which does not allow changes to this mode setting. Matthew G McGovern (2): examples/symmetric-mp: ignore promisc enable failure examples/mp_server: warn on promisc enable failure --- v2: * wraps commits/messages to width 70 * adds second commit to apply warn/continue to other mp examples examples/multi_process/client_server_mp/mp_server/init.c | 4 +++- examples/multi_process/symmetric_mp/main.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) -- 2.34.1