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 BC59AA0C4C; Tue, 12 Oct 2021 21:03:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5FC6410F0; Tue, 12 Oct 2021 21:03:46 +0200 (CEST) Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by mails.dpdk.org (Postfix) with ESMTP id E1D8F410EA for ; Tue, 12 Oct 2021 21:03:44 +0200 (CEST) Received: by mail-io1-f46.google.com with SMTP id d125so73798iof.5 for ; Tue, 12 Oct 2021 12:03:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1HJt0JrSwZyTNKUURfDhgcafT7DOZtX3rxBfwzvRUoA=; b=Aa+UMXEzZtxy96w8j4oGzsPQUpVhKdqIndkfYEwlZiN4Lvj/VSxeQLqc2nHirqAL7P 1OF/1PzXzG6ZsftdoD+cUiQfZbTTGZwKZQaJS34IuLfPuZjNedb2unh9IFhnugqd4tJC jj50VAqLeDWBczKcujqSBA5EbNYsicBQbXHZY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1HJt0JrSwZyTNKUURfDhgcafT7DOZtX3rxBfwzvRUoA=; b=my0eEmrs2pIHoPMzVf+ISj7Cobi5SV1XKyQIEGNHkFeDOe6s3or1vKFxmI3sr4hrF5 7YPFGZI032HDsq8JGMgwwsa9HKt2hcjDkr7UxeKB+rTCkL/8v+aUdbuB2pVPusBH9iJo yIfi3ewSERsj9Epp+Gwlv96AYwGdWy6azawWn95GuusvL5mggwyhWNp67Cw0NM51rgtC Xlwq/1QD9xbuqv5zhHF9P2sqEV4iMryhG5eh2v/K8sD5X9awWNr++x4PNTGF9eCJXmRQ 36kC/6yeKNsLuWi0vxzIqLw3TmszBKTziUDq8dh8/gUr9IuXTay+tDQZszYjTem3PAc7 YnFA== X-Gm-Message-State: AOAM530aUbBusnTDp5q4fzP8b4+VXxQDNJTRDpQzHCAuxW9RnU9wkDf4 cyVMzd6M3VIsRm85Ef2Ge4QAnHS1QL2+v3oR5Vzm8g== X-Google-Smtp-Source: ABdhPJwPVO+6Ep96aOCOcXYAqqgg+3FWu366eSsjvFjeSYzhazqU4fjciviVy4wjR9bXWJGZwmCiUogU1NhJ7l8dhCo= X-Received: by 2002:a05:6602:2d81:: with SMTP id k1mr11288489iow.87.1634065424208; Tue, 12 Oct 2021 12:03:44 -0700 (PDT) MIME-Version: 1.0 References: <20211007032353.93579-1-ajit.khaparde@broadcom.com> <0adf092e-8ab0-3d31-33f6-bd41c61ac2fc@intel.com> In-Reply-To: From: Ajit Khaparde Date: Tue, 12 Oct 2021 12:03:28 -0700 Message-ID: To: Ferruh Yigit Cc: dpdk-dev Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="0000000000002add2105ce2c8152" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD 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 Sender: "dev" --0000000000002add2105ce2c8152 Content-Type: text/plain; charset="UTF-8" On Tue, Oct 12, 2021 at 11:16 AM Ajit Khaparde wrote: > > On Tue, Oct 12, 2021 at 11:14 AM Ferruh Yigit wrote: > > > > On 10/7/2021 5:54 PM, Ajit Khaparde wrote: > > > On Wed, Oct 6, 2021 at 8:23 PM Ajit Khaparde > > > wrote: > > > > > >> Apart from fixing an issue with Rx queue state at startup, > > >> this patchset enhances support for RSS action and > > >> optimizes the mbuf requirement at startup by creating the > > >> aggregation rings only when needed (rx_scatter is enabled). > > >> > > >> Please apply! > > >> > > > Patchset applied to dpdk-next-net-brcm. > > > > > > > > > > Hi Ajit, > > > > dpdk-next-net-brcm conflicts with next-net because of some patches > > updating bnxt in next-net. > > Can you please rebase 'dpdk-next-net-brcm' on top of latest next-net? > Sure. I will send an email once it's ready. Done. I have rebased the repo to the latest next-net/main and merged the patches. Please try now. Thanks Ajit > > Thanks > Ajit > > > > > Thanks, > > ferruh > > > > > > > >> > > >> Ajit Khaparde (3): > > >> net/bnxt: create aggregration rings when needed > > >> net/bnxt: fix Rx queue state on start > > >> net/bnxt: enhance support for RSS action > > >> > > >> drivers/net/bnxt/bnxt_ethdev.c | 16 +-- > > >> drivers/net/bnxt/bnxt_filter.h | 1 + > > >> drivers/net/bnxt/bnxt_flow.c | 190 ++++++++++++++++++++++++++++++++- > > >> drivers/net/bnxt/bnxt_hwrm.c | 9 ++ > > >> drivers/net/bnxt/bnxt_ring.c | 148 +++++++++++++++---------- > > >> drivers/net/bnxt/bnxt_rxq.c | 71 +++++++----- > > >> drivers/net/bnxt/bnxt_rxq.h | 2 + > > >> drivers/net/bnxt/bnxt_rxr.c | 111 +++++++++++-------- > > >> 8 files changed, 416 insertions(+), 132 deletions(-) > > >> > > >> -- > > >> 2.30.1 (Apple Git-130) > > >> > > >> > > --0000000000002add2105ce2c8152--