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 688D6A0501; Wed, 4 May 2022 02:27:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 067A940694; Wed, 4 May 2022 02:27:37 +0200 (CEST) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by mails.dpdk.org (Postfix) with ESMTP id EDF2F40691 for ; Wed, 4 May 2022 02:27:35 +0200 (CEST) Received: by mail-pg1-f172.google.com with SMTP id x12so15261744pgj.7 for ; Tue, 03 May 2022 17:27:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=N272zoOaGC7g4A+zH4I6P0sfAqx4p800P442/pexX9k=; b=cnbouCqB+nrB+XGagKIZn8CkW1alZ2inDwAcdMhRCAkBhra6aM7IrA6GydXJmb9tm/ BRHfqdjW8TFG3f0Rav7LkI1SCNpPKePTKDooGMLW2KDSDuM3dwyH7L25rlohljOKgMf7 eqc58i6DTWQGp4DnLL+g98bJmOCZbACe8pFCcr8QXTb8RPvQH52TTjZXWjgF6jxHBzKS 05ypvQfm39KcgmFlg8BF/BepUK3HKXWllzL9wtpIwmqY/O0CPbmf790fz28Is3llE2ZB 3p80QutLWsYVe4wifliAwNPmxA0rmotdzVf+r2K3aZrbRRtRDfEWCmznybNkzmuSNnjp Ex8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=N272zoOaGC7g4A+zH4I6P0sfAqx4p800P442/pexX9k=; b=qSfiCudwASUo/fZaRPWoM74CEE6ulEVcksgrhltIB6HqkPwMTR1AvXskqLsHHdXf7a uPnHeGRR7frQbitB35CncALcoP/HdGJIIWxoremtJz0Nr8hQBBz6F8hX0bOWKpvKasYs allPqHbpfRLYMoGbDuhmHxrGvclrdQTDM1pL/jV93NKMVICVCM7h3Bbd8RLB8wg0RJST 7cGlVMnCSWqP/IY6xjxQZruNtuSTGD5PoCqBokvnepp7A9CsTCmM9WlQcfzYDtk93hw7 9OJTmDn6Y6mAbGe++a6pP92NFq99uACt+WHizBdAdeyOltQ951TiYkQpMF6CuGssYXjO E23A== X-Gm-Message-State: AOAM533Nn3/2FrNU9KDrwBOyLCBQ2nqaW9TVKLL7+EX1nU6tK2B0bcsd CaKYWfMdornUt9D6mLf5Mw38iMyQtLPaDMujqdJeYiXB X-Google-Smtp-Source: ABdhPJy2An0/8ombNshMfiH/Axk8TyU2Qtq6th7Gx4sPkAkvzqzhhPTnntstzNrl2csybrJyl6zDVwH5/qjs6rWGsYs= X-Received: by 2002:a05:6a00:22c6:b0:510:3c78:638d with SMTP id f6-20020a056a0022c600b005103c78638dmr682562pfj.54.1651624054938; Tue, 03 May 2022 17:27:34 -0700 (PDT) MIME-Version: 1.0 From: Amit Limaye Date: Tue, 3 May 2022 17:27:24 -0700 Message-ID: Subject: Multiple worker core groups To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" 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 Hello, i am trying to setup an application with multiple parallel cores each with its own distributor workers. I am seeing panics and trying to figure out if there is a fundamemtnal limitation with such an approach. My setup looks like ( simplified) Core 1 -> (distributor cores) 3,4,5 Core 2 -> ( distributor cores) 6 7 8 Is this kind of setup possible -SIGTERM amit Humanity's first sin was faith, Its first virtue doubt