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 5E1DC42D08 for ; Tue, 20 Jun 2023 14:49:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2626C4068E; Tue, 20 Jun 2023 14:49:17 +0200 (CEST) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by mails.dpdk.org (Postfix) with ESMTP id BF0BE400D6 for ; Tue, 20 Jun 2023 14:49:15 +0200 (CEST) Received: by mail-ej1-f50.google.com with SMTP id a640c23a62f3a-9881b9d8cbdso564852966b.1 for ; Tue, 20 Jun 2023 05:49:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687265355; x=1689857355; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=minbDKjtixdVnHLC8wtZVcgrGOhuVsoWao9HGCEuPHA=; b=Ugoz+XxYRXZbOHAgUmSSQ1uKycVhPwtOHEl6QNhodM8/oRxd3pJVwlGp4oXxdDsRLN CW+7xsxmgCCKsz0duZQS/MwzdG3zT3zfVQXcL5sbGUdH1I6sFYtk9shOqX1ZwrnJK38V X49DdeslkfmrTCrygBkxubTc8FSEdL5H0HH0c+5by6JI99GFGmH5fiAGXEUBOCFbzPOm mRvwFG1aTiBb8i9VklBsAwg9T0inuBqPGiutZYSxd7TJl+tLQpZGwDttmpS9kzTgxfN4 h7R0ShBnb1h2sr6sOkZGVQqpe6IxaKTY6+yhyBj/Gw/5F5m2EK7l3HoykOepbO951xcK 3xlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687265355; x=1689857355; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=minbDKjtixdVnHLC8wtZVcgrGOhuVsoWao9HGCEuPHA=; b=VaEKaRSawFMUWjWvEkArt+0e++hf2f9dD7bTlvj2oQ7ne2hq+4I3NtuPzilN5VUe7N E1TB8s1RJ+BYF9eMRXaE97ES1QHsq+VzgnIAqkrW8chnJKno7+ZlUourdrNLwTtcrJQd h+38U5kTcMBU0iTIsPEX6fIOa8ulGAgF3h3TjsGBHn8v0OfPOprxvk0U7FW0MuKqhsQU vm3oyOgNzARqpvEWl/fLn7M8l70MyHalLQxiRTLRFrxe0E7NJb++I1tBkz+ny/2L2Bw6 oMLl/4ICFdfEhFagvkazeeVz6tJGLeqJyI+bb3Q/MtRwFbalfIa4EA/OLBYborA/tasB 75YQ== X-Gm-Message-State: AC+VfDzpO1fIg8rftYBH6T5cJztv3J/0AvmHC0CH2dnsj7swOnTB+YkH PMxJP5qnG2QxKJem54JKOo1Rs5bm5E8kf+v9/66BioTI7VQ= X-Google-Smtp-Source: ACHHUZ5h7lx64EqH0348eOOS+jF22TXq/b6ANr1+GDVM38NHKHJ/9pOzlOemG1PezCNnbUBCReEb7yl5LbtgW99ytl8= X-Received: by 2002:a17:907:e8c:b0:988:d841:7f90 with SMTP id ho12-20020a1709070e8c00b00988d8417f90mr4425505ejc.27.1687265354997; Tue, 20 Jun 2023 05:49:14 -0700 (PDT) MIME-Version: 1.0 From: Antonio Di Bacco Date: Tue, 20 Jun 2023 14:49:04 +0200 Message-ID: Subject: Threads on mail lcore seems to stop for several seconds To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org I have a few threads running on main lcore (launched with rte_eal_remote_launch). It seems that randomly all threads get stuck for some reason and then they resume again after a few seconds. What could be the problem? Regards.