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 BEECC42DE3 for ; Thu, 6 Jul 2023 09:04:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8369F40A79; Thu, 6 Jul 2023 09:04:22 +0200 (CEST) Received: from smtp.uniroma2.it (smtp.uniroma2.it [160.80.6.23]) by mails.dpdk.org (Postfix) with ESMTP id AA3E74021F for ; Wed, 5 Jul 2023 15:43:36 +0200 (CEST) Received: from smtpauth-2019-1.uniroma2.it (smtpauth.uniroma2.it [160.80.5.46]) by smtp-2015.uniroma2.it (8.14.4/8.14.4/Debian-8) with ESMTP id 365DhUcR000572 for ; Wed, 5 Jul 2023 15:43:35 +0200 Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by smtpauth-2019-1.uniroma2.it (Postfix) with ESMTPSA id 10070121E20 for ; Wed, 5 Jul 2023 15:43:26 +0200 (CEST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=uniroma2.it; s=ed201904; t=1688564606; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding:in-reply-to: references; bh=zAcOB2wYsqLtjD7071aWaoHD4zX6NTd7tef6FGUiOek=; b=vNg2AuGtG/BknH/UW2Z/hm/4g9afpwfqJ/iio2Fhe1GAcVsMWwxrC9vs3PxSvxMWWFJPa5 /J4d/gm8WUpAxnBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uniroma2.it; s=rsa201904; t=1688564606; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding:in-reply-to: references; bh=zAcOB2wYsqLtjD7071aWaoHD4zX6NTd7tef6FGUiOek=; b=KMr9oizTaJG4SANAR5PoG6ApVc8Ow28NQO2xISesWZhK+A8tWN4OdZbT624YYvLH6i/b4m Jhhq4qxCM6z/Gsbsvzd2vBGxv0UkEuGV39X6EZHFihsxNZ8BbZrGPYE2wgihD7Xfatn+H5 xHk3d7wndfx3uUPX2fJP9go3lQ/Jp+IRjW1kv28UFxErnAy73WIgo7qv9CJscJroiJW09A CrY2wegPojfQC05sjMCrO4cjCj9ZzAPhPwpAQgxyy8fdYjhe6MrPqy8TELPqisbQmQlzw4 MNOt0jdyuS8lOyDhJjy8tU+UwriP/6cG7IUAyQ+aGAMUzocAkcMEJEPLFk7Tiw== Received: by mail-pj1-f48.google.com with SMTP id 98e67ed59e1d1-263121cd04eso3042598a91.2 for ; Wed, 05 Jul 2023 06:43:25 -0700 (PDT) X-Gm-Message-State: ABy/qLbbpghY/o0HV9rtCWBMkh14sWZB4woegovbdG+kCHqISVXP0/R9 DuJ2HtCj0BR+UQKDrw7DQ8sHZMAvHerPNOHPdxA= X-Google-Smtp-Source: APBJJlFlC9yvyLJw2j3xuCmpMcphiWIaLGivqzeyHilvVJpAu3cY5ATSHxWKCjutv4vAElppInKHESAwJ9pdjWIkxVU= X-Received: by 2002:a17:90a:ea09:b0:262:ea30:2cb8 with SMTP id w9-20020a17090aea0900b00262ea302cb8mr11973302pjy.20.1688564604630; Wed, 05 Jul 2023 06:43:24 -0700 (PDT) MIME-Version: 1.0 From: Marco Faltelli Date: Wed, 5 Jul 2023 15:43:13 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Flow filtering with Intel XL710 To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000707c9305ffbd956b" X-Virus-Scanned: clamav-milter 0.100.0 at smtp-2015 X-Virus-Status: Clean X-Mailman-Approved-At: Thu, 06 Jul 2023 09:04:21 +0200 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 --000000000000707c9305ffbd956b Content-Type: text/plain; charset="UTF-8" Hello, I'm trying to use the flow-filtering sample application. The code runs well with Intel X520 NICs, in the sense that packets with 192.168.1.1 as destination IP are sent to queue #1. The very same code with Intel XL710 does not work; packets are all sent to queue #0 regardless of their dst IP address. Is there some way to set up the XL710 NICs so that they can redirect sets of packets to the same queue? Maybe some specific flag? Thanks in advance, Marco --000000000000707c9305ffbd956b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I'm trying to use the flow-f= iltering sample application. The code runs well with Intel X520 NICs, in th= e sense that packets with 192.168.1.1 as destination IP are sent to queue #= 1.
The very same code with Intel XL710 does not work; packets are= all sent to queue #0 regardless of their dst IP address.
Is ther= e some way to set up=C2=A0the XL710 NICs so that they can redirect sets of = packets to the same queue? Maybe some specific flag?

Thanks in advance,
Marco
--000000000000707c9305ffbd956b--