Re: [dpdk-dev] [PATCH] net/bnxt: fix dynamic VNIC count
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: 2021-05-02 22:33:07
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: 2021-05-02 22:33:07
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 [off-list ref] wrote:quoted
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 <redacted> Reviewed-by: Ajit Kumar Khaparde <ajit.khaparde@broadcom.com>Reported-by: Stephen Hemminger <redacted>
Patch applied to dpdk-next-net-brcm. Thanks