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 412E2A0032; Fri, 16 Sep 2022 06:07:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DBBC94021D; Fri, 16 Sep 2022 06:07:46 +0200 (CEST) Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) by mails.dpdk.org (Postfix) with ESMTP id E342440156 for ; Fri, 16 Sep 2022 06:07:45 +0200 (CEST) Received: by mail-ej1-f54.google.com with SMTP id y17so41573398ejo.6 for ; Thu, 15 Sep 2022 21:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=bqIytU+jzAAAh55Ha97sEZ4rLnWQxFLUvWxbjY8Yxls=; b=ej248tt1y5/evm+AUFpB9fwuMKODjkP9gDo3gGxZ8y4rKHV2gy+5a7CzJkuvIdlyox FZOde5vam3YbMuQrP0PJKIsTl0IC6YIOSGkzQ7OTqQhi/zvojK+Rml8fdVi1L0w3y0tK vID1sRIBsY+JHo2yVVrBgaL8X/rae7zjeq9KZXrU3vjSVrMVwujLN4h0KMdTYbsaLrb2 SNG7h6YeEL7tdwxnwKB8WMQFMwJvSBsP4EBXPmU2odboKHGElNrm0tze+DO/PSel4XOu IhN24Jr9KcBOCoRULCIchh5reWWELD6IBq7YX8wG+LtzxAg32tZnz1Wj/D/ONxpSs9iR BZMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=bqIytU+jzAAAh55Ha97sEZ4rLnWQxFLUvWxbjY8Yxls=; b=H3sBcWJqt8uq/LXe+VEuN71z62zwd/Rge1whfSH28S3aaxsM/Mu51I2yAj6GUNqn0s eYuDddaGoLX2gZ6KB4/mBsKQcBJCee/BqsNap5Cytb06BD5sn2462KcEEE+sYQF8kW7I RhVronkj3wZZjChYs6I0xbFzwTmq03EZy4Sv+E3yzhTHm8ChSxohJeY1AFUGgwXMc+yv 6pY+PakVPBAuj2+lpdcO8hr6OkB0uUQHFoM3W+uhCn6XdWDHCOaq2rM358IErfPJsDfg R2O/d7blHVgmsS7Rzc7ZQ6w3ZHF6/Le4OWjmJnPBLlA/ty5ibdMKgbgSs7MeB5NNhaSE 1m3A== X-Gm-Message-State: ACrzQf2cF306qmBB3UHekeTXFpMQVCcUrqBhJMBQgepGxbXLO9CWqO5V BK2BJY+F6Q/NaAY/xv69gVkbxihEf7HlVn3UYhc= X-Google-Smtp-Source: AMsMyM45uu45V6jsVeB9wMC5YTvdp87zdupNsNzVL4rs57E5eM1xWIYvvUqzsVihAf+ZU/YIBaVEcHx7+m4cbWT+wYg= X-Received: by 2002:a17:907:2cee:b0:779:d10c:25a5 with SMTP id hz14-20020a1709072cee00b00779d10c25a5mr2190665ejc.678.1663301265523; Thu, 15 Sep 2022 21:07:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kamaraj P Date: Fri, 16 Sep 2022 09:37:32 +0530 Message-ID: Subject: Re: Cannot set affinity - pthread_setaffinity_np - DPDK21 To: Fred.L.Templin@boeing.com, "Burakov, Anatoly" , Bruce Richardson , David Marchand , Stephen Hemminger Cc: Nageswara Rao Penumarthy , dev , kalas@cisco.com Content-Type: multipart/alternative; boundary="00000000000016086805e8c38161" 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 --00000000000016086805e8c38161 Content-Type: text/plain; charset="UTF-8" Hi Team, Have sent a message to DPDK alias. Can you please have a look and share your thoughts on this ? Thanks, Kamaraj On Thu, Sep 15, 2022 at 10:27 PM Kamaraj P wrote: > Hi Team, > > There are lot of discussion about below code: > rte_panic("Cannot set affinity %d i %d threadid %d\n", ret, i, > lcore_config[i].thread_id); > > Is there any guildiness(or patch) from the DPDK community about avoiding > these panic messages in our DPDK application ? Even if we remove the panic > to replace the warning , will it lead to any impact ? > > Please suggest. > > Thanks, > Kamaraj > --00000000000016086805e8c38161 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Team,=C2=A0
Have sent a message to DPDK alias. Can = you please have a=C2=A0look and share your thoughts on this ?=C2=A0

Thanks,
Kamaraj

On Thu, Sep 15, 2022 at 10= :27 PM Kamaraj P <pkamaraj@gmail.c= om> wrote:
Hi Team,=C2=A0

There are lot of discu= ssion about below code:
=C2=A0rte_panic("Cannot set affinity= %d i %d threadid %d\n", ret, i, lcore_config[i].thread_id);
=

Is there any guildiness(or patch) from the DPDK communi= ty about avoiding these panic messages in our DPDK application ? Even if we= remove the panic to replace the warning , will it lead to any impact ?=C2= =A0

Please suggest.=C2=A0

Thanks,
Kamaraj
--00000000000016086805e8c38161--