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 2FF8FA0524; Mon, 3 May 2021 00:33:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E1704110B; Mon, 3 May 2021 00:33:06 +0200 (CEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by mails.dpdk.org (Postfix) with ESMTP id A491740142 for ; Mon, 3 May 2021 00:33:04 +0200 (CEST) Received: by mail-qv1-f47.google.com with SMTP id h3so1747841qve.13 for ; Sun, 02 May 2021 15:33:04 -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=8DOmkGFAPiLEAxkL7RNxPbq8GEMhooWi6GX+4zir5Qw=; b=Y2tzylhV/FeMKz3kxpVQOyE1bHiIacWLW/yaI84L4N9typkpt7IpSU+izbFE2hJqlC oppmrXqbo3a7sbRiQaxAdpT6h6DznQ6ZuO4n6oN+Ov2HljLrqW6YYyH4OZu5kiue7OSs +O24NuNM49qAavxOSPJ3WXABXU//ru+RKLDZw= 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=8DOmkGFAPiLEAxkL7RNxPbq8GEMhooWi6GX+4zir5Qw=; b=WXrGSIHAm3BeuZ3WV6sTCM7P9S2CXx0g3YEywWjZg+aEAN8FSPoUVDlyxUF6PAM4dt zxafpp+17qh3+nUVVvc6lWWP41ZTiNf9E5EXE8ADSi2CLUUzzROSTDdhpITE6n6I3emn 4Dt022X/01BALWzk27Ta8JNa2qNrk5R0++qidt2AN+cMHAQksTjZxkdj2JD4zBetuXdy W0e2FyFTOrtEAEWKjXYVPGfCmjuLb52wM9+Cl8wCv5R3iScIZ+Yc9jYaXbRHaWqhRAEN DOxqvZszdwTsE5gozExvBWfCQv9Km9fhLrFW2di6lNBqOFJEcYdb1YY3oFOp/NpxdB/m CwIQ== X-Gm-Message-State: AOAM530dzbu4l53Ot7s9YXvCST9INarJvZISnWJwtGyUO40vOFtqd9Cw JZ3ch7c0RltY+LDUvpdJkk30Dpq2sn/z0DGeRwFhRylykpi27Q== X-Google-Smtp-Source: ABdhPJxQACIXQNp6MawsATG9ySmB/VJST/pzY2tV+0x+YcXh5BtUD6ul8O5zQgVEIZKkdPeR55UalaHo1zgmQdVWdVY= X-Received: by 2002:a0c:c590:: with SMTP id a16mr16452427qvj.30.1619994783709; Sun, 02 May 2021 15:33:03 -0700 (PDT) MIME-Version: 1.0 References: <20210428220344.10028-1-lance.richardson@broadcom.com> <20210428153516.00b720e4@hermes.local> In-Reply-To: <20210428153516.00b720e4@hermes.local> From: Ajit Khaparde Date: Sun, 2 May 2021 15:32:47 -0700 Message-ID: To: dpdk-dev , Ferruh Yigit Cc: Lance Richardson , Somnath Kotur , Venkat Duvvuru , Kalesh AP , dpdk stable , Stephen Hemminger Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="000000000000a4570f05c1606d74" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix dynamic VNIC count 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" --000000000000a4570f05c1606d74 Content-Type: text/plain; charset="UTF-8" On Wed, Apr 28, 2021 at 3:35 PM Stephen Hemminger < stephen@networkplumber.org> wrote: > On Wed, 28 Apr 2021 18:03:44 -0400 > Lance Richardson wrote: > > > Ensure that the current count of in-use VNICs is decremented > > when a VNIC is freed. Don't attempt VNIC allocation when the > > maximum supported number of VNICs is currently allocated. > > > > Fixes: 49d0709b257f ("net/bnxt: delete and flush L2 filters cleanly") > > Fixes: d24610f7bfda ("net/bnxt: allow flow creation when RSS is enabled") > > Cc: stable@dpdk.org > > Signed-off-by: Lance Richardson > > Reviewed-by: Ajit Kumar Khaparde > > Reported-by: Stephen Hemminger > Patch applied to dpdk-next-net-brcm. Thanks --000000000000a4570f05c1606d74--