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 8ABF543FDD; Fri, 10 May 2024 16:59:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2818E402C4; Fri, 10 May 2024 16:59:00 +0200 (CEST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mails.dpdk.org (Postfix) with ESMTP id 86364402BB for ; Fri, 10 May 2024 16:58:58 +0200 (CEST) Received: by mail-pf1-f176.google.com with SMTP id d2e1a72fcca58-6f457853950so2202387b3a.0 for ; Fri, 10 May 2024 07:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1715353137; x=1715957937; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=oURb2LGCy8Aq3BlLQ++YnzQ4u6RgXpxHEayYUmtUg8s=; b=I9D+miE1iqYmnxmarehux9aC9j1d7aOB7sPdPIKfXnFl11XqVByUT5k099JzhHZV0N eDnXf84t18ldgkTXuCL8AfFZ16IAJ3gkFuROgkszYpilLrh6uLy79tdx2c6B/dqqa6JV XFa+PJA/WHFNZkFqGFIaDSPvusebyjMl7neEqOL2vxQCUGkjh/B91q8cpYAL67Ds8Ayb 9viZkpkv4P/D9VVDb42ENAfNjt/7wSG4O8GAmgITkSGhmd1ER+z+o2xl/pDmzX4VOfYB CG0180KG/677SeHlTAFv716MA1pbs/EQLr13pf4vK6kE1VxDdBumEiEjptYumcra0QPy 4Q1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715353137; x=1715957937; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oURb2LGCy8Aq3BlLQ++YnzQ4u6RgXpxHEayYUmtUg8s=; b=pglWB+vd9G1CNDEYqOdixBFlPZuiHb7Xs3eUwGctS156zR7ALeGxJgdJMBDCcojIbZ VQ3DA+zfzGxERESIJ938+lcVnBhhopq/cJ8ksN7amFigfWb82C4aZmcsOKr5TUqw0fMD NbbNrH4HKdLL+/AoUlGpa375gYGD89J0v9sDBi0advsTbKIK680kHI3PwNhmmA228/Sl SBD2sgF5Ca0erfDeXRjBz8h0JaZ+WXRNkj6pWdP9w9RjA9PU/GxAqpg8xLiJZ6FdX82h JYR02W1hNPPvehLZ+66bbNSrCdO+S0QEiT4mSY0AFea4JwSoS+EREWH5rOndav428ww6 CLow== X-Gm-Message-State: AOJu0YzKg4Is10gR1MdFtefeBTzORMhxiuswfSyEk/L0KpDlMdfJFKnv Nxq4mP6JQl7hIwCltBE+5DqcDpAzra7qIEcBmy3jiDxFiGxQkBZUdCfA4heKm68= X-Google-Smtp-Source: AGHT+IGLd8VhiNMebwoqYMfPMn0k08n9zf/arkIBBNgv85pBSrnz+x7FC9fgIxkaBE9pdlGdHQDJPQ== X-Received: by 2002:a05:6a20:728d:b0:1af:93b0:f005 with SMTP id adf61e73a8af0-1afd14451b1mr10394711637.16.1715353137499; Fri, 10 May 2024 07:58:57 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-6340b57f28asm2759787a12.26.2024.05.10.07.58.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 May 2024 07:58:56 -0700 (PDT) Date: Fri, 10 May 2024 07:58:55 -0700 From: Stephen Hemminger To: Ciara Loftus Cc: dev@dpdk.org, stable@dpdk.og Subject: Re: [PATCH 1/3] net/af_xdp: Fix port id not set in rx mbuf Message-ID: <20240510075855.302e1f75@hermes.local> In-Reply-To: <20240510100358.18815-1-ciara.loftus@intel.com> References: <20240510100358.18815-1-ciara.loftus@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Fri, 10 May 2024 10:03:56 +0000 Ciara Loftus wrote: > Record the port id in the af_xdp rx queue structure and use it > to set the port id of the mbuf of a received packed. > > Bugzilla ID: 1428 > Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") > cc: stable@dpdk.og > > Reported-by: Stephen Hemminger > Signed-off-by: Ciara Loftus Acked-by: Stephen Hemminger