From patchwork Tue Dec 17 04:17:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Somnath Kotur X-Patchwork-Id: 63944 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 935A3A04F0; Tue, 17 Dec 2019 05:18:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 80153F90; Tue, 17 Dec 2019 05:18:29 +0100 (CET) Received: from relay.smtp.broadcom.com (unknown [192.19.232.149]) by dpdk.org (Postfix) with ESMTP id 844C4235 for ; Tue, 17 Dec 2019 05:18:27 +0100 (CET) Received: from dhcp-10-123-153-55.dhcp.broadcom.net (bgccx-dev-host-lnx35.bec.broadcom.net [10.123.153.55]) by relay.smtp.broadcom.com (Postfix) with ESMTP id DEF481BE68B; Mon, 16 Dec 2019 20:18:25 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.10.3 relay.smtp.broadcom.com DEF481BE68B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com; s=dkimrelay; t=1576556306; bh=D0iShPjqohe5o2OfRgBHf57h9/8EmIxb5Zjs6yJ6B64=; h=From:To:Cc:Subject:Date:From; b=DOAHkOZ/41MIvlrmpZ9HrSmSFZ6F2C1ZFIanWAwjrL3bgaXv1rLcSMhVJZWOYLdKr JOnBWh0hardxOe6mbxLZnLeSmqMY2Ab+bb3+8xugIh1mMrbFwmArkt06RZxFaTxjCd kmjbpwcWGR2noeFktv6wp47RSg2TGe06owBOGzJM= From: Somnath Kotur To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Tue, 17 Dec 2019 09:47:49 +0530 Message-Id: <20191217041755.29232-1-somnath.kotur@broadcom.com> X-Mailer: git-send-email 2.10.1.613.g2cc2e70 Subject: [dpdk-dev] [PATCH 0/6] bnxt patchset X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Please apply. Santoshkumar Karanappa Rastapur (2): net/bnxt: fix link failure during port toggle by increasing link wait time net/bnxt: fix non matching flow hitting filter rule Somnath Kotur (4): net/bnxt: fix to use first valid profile if lossy profile not found net/bnxt: fix flow flush to sync with flow destroy routine net/bnxt: fix to keep the L2 filter intact so it can be reused net/bnxt: fix to free l2 filters while clearing vnic flows/filters drivers/net/bnxt/bnxt.h | 10 ++- drivers/net/bnxt/bnxt_cpr.c | 2 +- drivers/net/bnxt/bnxt_ethdev.c | 18 +++-- drivers/net/bnxt/bnxt_filter.h | 4 + drivers/net/bnxt/bnxt_flow.c | 163 ++++++++++++++++------------------------- drivers/net/bnxt/bnxt_hwrm.c | 64 ++++++++++++---- drivers/net/bnxt/bnxt_hwrm.h | 3 + 7 files changed, 143 insertions(+), 121 deletions(-)