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 42D5042EB6 for ; Wed, 19 Jul 2023 11:48:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B48C040DFD; Wed, 19 Jul 2023 11:48:49 +0200 (CEST) Received: from smtp.uniroma2.it (smtp.uniroma2.it [160.80.6.23]) by mails.dpdk.org (Postfix) with ESMTP id 9DEF740A80 for ; Wed, 19 Jul 2023 11:48:48 +0200 (CEST) Received: from smtpauth-2019-1.uniroma2.it (smtpauth-2019-1.uniroma2.it [160.80.5.46]) by smtp-2015.uniroma2.it (8.14.4/8.14.4/Debian-8) with ESMTP id 36J9mgfv028215 for ; Wed, 19 Jul 2023 11:48:47 +0200 Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by smtpauth-2019-1.uniroma2.it (Postfix) with ESMTPSA id 02CE5120091 for ; Wed, 19 Jul 2023 11:48:38 +0200 (CEST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=uniroma2.it; s=ed201904; t=1689760118; 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=mKXlJYFCst/ZrYRJEnqquWK01uwvfk3xRhHoEH2FHYo=; b=mm3f2LIsrR3Ph8jcR7GTW2Gp1BfwdW+PuMW77c94c0ba+icOkBVHeNv7bFnFQXfgn9P85X 8jHIZn5CHv940RDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uniroma2.it; s=rsa201904; t=1689760118; 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=mKXlJYFCst/ZrYRJEnqquWK01uwvfk3xRhHoEH2FHYo=; b=nTE6I0PRlvDxikVRxysASX5AvsSLKrsfNJETeRbx7H64ConoAIlBLxMZL/h0spKwJVKfWw 7g+gRlSXACArxnu65gAHa41tYW0FPeUXweEuAaFikLatCedAVQ0OLFMLIB87ILWtXqtfLJ jPX6KYi+YtNbSulJCELYiRWlHJo7F5bOojOMNhZSxLIUMeAErfukb6oN0LyhkogyPH+wBF iZt5ZB53UoV+f+06AIjWmURn115HJ4qYG5/kF8y/00TVBLzl3unSp0eHQDipBHgoEbzC6Y LoNBr/vmiX0OrPKu/g9brWP+tAw2xuBeKRVIgoujyfNjx4gi91mscAO07AyiBw== Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-765a7768f1dso656187185a.0 for ; Wed, 19 Jul 2023 02:48:37 -0700 (PDT) X-Gm-Message-State: ABy/qLb6duKWdxrB9HJN/+k18Bo3kDdk/Rj88unITNZk/vcEAY6CL4Y5 76pgpmB+JQDy5+WNnwVZ9qtdPHC2oxsD0ARFWuE= X-Google-Smtp-Source: APBJJlEda4r2Pn3MJuQI5zBZiM6bZdPZzUdSr2YdqXzQZ2v6BjhXGMIOlfs/KxqSWZN8aqjS62kVLyV7fx+Tkn+jge8= X-Received: by 2002:a05:620a:2a10:b0:765:6584:b033 with SMTP id o16-20020a05620a2a1000b007656584b033mr3119769qkp.50.1689760116895; Wed, 19 Jul 2023 02:48:36 -0700 (PDT) MIME-Version: 1.0 From: Marco Faltelli Date: Wed, 19 Jul 2023 11:48:25 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Flow filtering with Intel XL710 To: users@dpdk.org Content-Type: multipart/alternative; boundary="00000000000085f62b0600d3ef06" X-Virus-Scanned: clamav-milter 0.100.0 at smtp-2015 X-Virus-Status: Clean 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 --00000000000085f62b0600d3ef06 Content-Type: text/plain; charset="UTF-8" Hello, I'm trying to use the flow-filtering sample application in DPDK v22.03. 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 --00000000000085f62b0600d3ef06 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I'm trying to use the flow-f= iltering sample application in DPDK v22.03. The code runs well with Intel X= 520 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 wo= rk; packets are all sent to queue #0 regardless of their dst IP address.
Is there some way to set up=C2=A0the XL710 NICs so that they can re= direct sets of packets to the same queue? Maybe some specific flag?

Thanks in advance,
Marco
--00000000000085f62b0600d3ef06--