From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 31A66A04B5 for ; Sun, 25 Oct 2020 16:36:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 73B2E2A6C; Sun, 25 Oct 2020 16:36:06 +0100 (CET) Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) by dpdk.org (Postfix) with ESMTP id 8CF142A62 for ; Sun, 25 Oct 2020 16:36:05 +0100 (CET) Received: by mail-lf1-f43.google.com with SMTP id a9so8638347lfc.7 for ; Sun, 25 Oct 2020 08:36:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=w3CUuKTtF3x1ShcDVfzVg7xve8sW82w653zgLBmHslM=; b=m6vXqZGDT3DZnkzMyGrPKGoZjtO7ND7TiPXq78Qtkfwb3wYpKFxVHWXfbExXC/s/lM ze+94F2KTWbUAiRgEVcyz9u7wFHjP4DytaB30TKeLUQpj+DAvGE/z3gWdjStkLZHIez4 fhkUM/S4x4NJ3PWkessJQg1w/4zjSGajbOtVtt1F/2HqZ3DtdDwV/Xv44djl4sfe1lP7 VTXUJ9cF4oxtdijD6IsTduWx7wHfxF5pjShuXiQ+5HAn1dXWQL31SZNUbCU8dDDJyhNl vw0WWFRPt9dTtK4dzbQDnpzFxdPdyNA6ZYp+7FuhGj0gHv7lUQg797fUR4Fd1eJiKQyq txsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=w3CUuKTtF3x1ShcDVfzVg7xve8sW82w653zgLBmHslM=; b=CAD11CEutC+0quAUoHQ0T05lswwoZKjDJ9X9bQ/6sSMoh6bqnPJxyDtXw0LGPWTq7+ AIoGMtC7LZqHjJ/5j/lFFEILuP0ay4L+RakKGLPJk7AtQzX4cZEtcSDgHFMS+WU++UUM XyPPUkNaVSpUiAI3zUjJUbBQEnpF0y/31PDtbYqxB8KmQrvGbejKPijI0uUVi5gMG5Es j5/XS5+qUQyXzDmxb1gMcQY05+4GAPZEwcdWcT+VVyeV5pE9T+g2650wPv7m3xKwdIAm pR7OLMWcXBQqr7PMjWhLGxXH1qZbiEyh7yiHOZpW6R8/Nj9o8XLynlKNUNFL/2oB1gK0 8xeQ== X-Gm-Message-State: AOAM530XiLxrQGa7X0CuMf9PYnGcMYMAzNwS54bnjWqQSWJ9hMlROPEi mkVl6vfsh7u6djho1Te38bqZEj1qrgTwOltoc+Q= X-Google-Smtp-Source: ABdhPJzdl0JbWNvS3+FbMsQH5jvozX+KuNmz+DJHhzyC70NCMYg9cMvvuvJ3dCRzfxEeYuKtNsHWxL9fYovfXdpxokQ= X-Received: by 2002:a19:7e51:: with SMTP id z78mr3462605lfc.107.1603640164033; Sun, 25 Oct 2020 08:36:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alireza Sanaee Date: Sun, 25 Oct 2020 15:35:52 +0000 Message-ID: To: Gerry Wan Cc: Asaf Penso , "users@dpdk.org" , Matan Azrad Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] RSS with VLAN tagged packets X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi all, I think we had the issue with Mellanox NICs. I applied this patch and it got resolved. http://patches.dpdk.org/patch/69554/ Thanks, Alireza On Sun, Oct 25, 2020 at 6:01 AM Gerry Wan wrote: > I am using DPDK v20.08 > > On Sat, Oct 24, 2020 at 10:56 PM Asaf Penso wrote: > > > Hello Gerry, > > > > Thanks for your email. > > > > What version of DPDK are you using? > > > > We are familiar with this issue in our mlx5 pmd in the latest code and > are > > working on a fix. > > > > Will let you know as soon as we have it. > > > > Thanks, > > Asaf Penso > > > > Regards, > > Asaf Penso > > > > > > ------------------------------ > > *From:* users on behalf of Gerry Wan < > > gerryw@stanford.edu> > > *Sent:* Sunday, October 25, 2020, 00:05 > > *To:* users@dpdk.org > > *Subject:* [dpdk-users] RSS with VLAN tagged packets > > > > Hello, > > > > I am configuring RSS through through rte_eth_dev_configure using > > rte_eth_conf with mq_ mode = ETH_MQ_RSS and specifying rss_hf = > ETH_RSS_IP > > | ETH_RSS_TCP | ETH_RSS_UDP. I've noticed that even single VLAN tagged > > packets do not get hashed. > > > > Is there a flag I am missing to do this? Is RSS possible on tagged > packets? > > > > I am using a connectx-5 with the mlx5 PMD > > > > Thanks, > > > > >