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 0D9B043255 for ; Tue, 31 Oct 2023 20:58:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 954B740294; Tue, 31 Oct 2023 20:58:17 +0100 (CET) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mails.dpdk.org (Postfix) with ESMTP id 3B1B340285 for ; Tue, 31 Oct 2023 20:58:16 +0100 (CET) Received: by mail-lf1-f48.google.com with SMTP id 2adb3069b0e04-507962561adso8784451e87.0 for ; Tue, 31 Oct 2023 12:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698782295; x=1699387095; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Zj2oE86cW+lJasTadW54J/KYwXUWbt2PRoxVVFWysTI=; b=QdaDr/iJY2adJY0a4+vCzEwxroc9eY46L3jSnVymPp9DzoJ/clf/s47Fn0Fv8CqTlY 4UITC2vu4wBhZRTsg60W0DHUgIwqz6AYlk1H/9FZ3gQnfZ3V/yK1rP7w+40UPTt8SLcn nFnQ37+CZ4k4nqLcqWKxhgg3wV4YkdRKTrNKuAR6Yk5nRBnN1hupPY8Dy5EpcrhGyEid G86C1JJzb2y4pHcpHtbMKuonPNTi4qJKKhH57A3fkfKc0RdMfbsWnYisvY9VeauEl2tX quNS+wAyxLpCRnX6oV43oyl8fDV5qZoRTlxZr/H0Ql55uZw2fM+8adGMPRL1rxUXLbkB RT4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698782295; x=1699387095; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Zj2oE86cW+lJasTadW54J/KYwXUWbt2PRoxVVFWysTI=; b=P0Qa5z7GpYbrx3i5Hf8RZ160JxF2K3YBwEAxU358/Z+NzDp2fyDXA5Np0ZEMkoE7U5 K+v+Ah8focovNr6rgyNUpdyWjGHK2aod2coUUcf1QWEyDR7O7dOwM6YaR3XJ/8uxyihH x7zdAhcx3FGQ5r5rkTF5WXyvr2J5SQPb4WeLBReV8VSHUQ8x7tG03UcxDAJOVHDmohtC 2+GUH3UV1y16euhjEPK6MzzdJW5v1w64VsQSOKWLvnNk+ffYGK/ZkIq3AiEegQfiWyGA SbsnTZXdMGJQHv6M7R75TNz8CXbP4GKcCh20uSE49Bo/8/NhqBzfxK3LOfBur8F3w21F IsSg== X-Gm-Message-State: AOJu0YyBDzDs08E6tFY18y0rqG14+mPgOWg0aIj4nZf/tv6rkLYav98t QcuWBCnpFzirwcscRGM1kTwT+GuO0pBSwn+qEgoDjyK0TLw= X-Google-Smtp-Source: AGHT+IHnjCSODh4hTxNscfoPOo8LL+2ap5MWTZ4dFOC3bNfe6/6hRABX3D+GR1YfGBUdMInAbXHMG7n4acPmFskcyxM= X-Received: by 2002:a05:6512:1382:b0:507:b1e3:445a with SMTP id fc2-20020a056512138200b00507b1e3445amr13488459lfb.29.1698782295175; Tue, 31 Oct 2023 12:58:15 -0700 (PDT) MIME-Version: 1.0 From: Alireza Sanaee Date: Tue, 31 Oct 2023 19:58:03 +0000 Message-ID: Subject: Primary and secondary processes polling on two queues To: users@dpdk.org Content-Type: multipart/alternative; boundary="0000000000004138200609089339" 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 --0000000000004138200609089339 Content-Type: text/plain; charset="UTF-8" Hi everyone, I have a NIC and I would like to receive packets on my primary process and secondary process. I wonder if I can have primary process poll on queue = 0 and secondary one poll on queue = 1. I tried to do this and observed packet loss. That made me wonder if I am configuring something wrong. Two questions: 1) Is this possible from practicality perspective? 2) If yes, what can potentially go wrong in this scenario. Thanks, Alireza --0000000000004138200609089339 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi everyone,

I have a NIC and I would like to receive packets on my primary process and= secondary process. I wonder if I can have primary process poll on queue = =3D 0 and secondary one poll on queue =3D 1.

I tried to do this and observed packet loss. That made= me wonder if I am configuring something wrong.

=
Two questions:

1) Is this possible from practicality perspective?
2) If yes, what can potentially go wrong in this scenario.


Thanks,
Alireza
--0000000000004138200609089339--