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 EFE72A052B; Wed, 29 Jul 2020 23:24:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8EE1337B7; Wed, 29 Jul 2020 23:24:11 +0200 (CEST) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by dpdk.org (Postfix) with ESMTP id 2023211A2 for ; Wed, 29 Jul 2020 23:24:10 +0200 (CEST) Received: by mail-oi1-f196.google.com with SMTP id s144so12073280oie.3 for ; Wed, 29 Jul 2020 14:24:10 -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=CC2qZyVH/6WVQ1VlOcCg4iSsgEMtzAc1Y7zXgp6xAjE=; b=Jv+p5Fov5Emb9BJ4lOnTdh9cBaervsBCAvLBtGNy8cy5TpfJhO7z09+tVYFH1KZ44i 2c96ncElyxTcLGZnMkpN8l4YrDhrKdPb4TI2ta/98jK0ru2uZuF0fSDQuaMxgVkMiSua EBGcqTvTvVePiHRPMgwIyChGb/OO2rc696+y4= 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=CC2qZyVH/6WVQ1VlOcCg4iSsgEMtzAc1Y7zXgp6xAjE=; b=gHvnIqehQ8gTaczr/3a6LAM0RQPUvC/LHgbEjjv0UrhQyhbRo1nYoRLdS312FRVrZ7 CrrtPxhsiN9GsSeyy3KGV2BUBKpsaZgDqFzOmD8I3l+ylIXMXnotHYIhoGgTh968CipL fieGQXaIRXFAX8aDezB5Gy7DdmTLl1ouXyd/Ly3dP0Ki5qEfEtbG404IkpGEaz8aIjGK tLA/cVDMJ68xlu3p/JztBlc/9CJqyrOlD5YZb8MJRCiMwv4KjVYS5hiCQlvzUAUfyeCl NKgwjZlyeP3QWSqncwCSuhG0KK14DkR2KkiKMccEV8PwOdEseFJ9XajEVhalVgTVqiTD urMg== X-Gm-Message-State: AOAM530BiNnClyRGmuLLbwddPcyWm8zVldQB/EE9zZzXeqy8b0fnsU7l rWJd3QFa3382K6+cOoWF4WPETQ8uM1Ujq0PLUyoxVw== X-Google-Smtp-Source: ABdhPJzRYF9Yi0BberYzFbyEB9s4jebFNteXohU7xhO0rqltzYhtnv1N0yJ3ePj0tmRSD0CVhYF733EkH8+zlczoV1o= X-Received: by 2002:a05:6808:a0d:: with SMTP id n13mr3887603oij.179.1596057849026; Wed, 29 Jul 2020 14:24:09 -0700 (PDT) MIME-Version: 1.0 References: <20200729140330.5114-1-somnath.kotur@broadcom.com> In-Reply-To: <20200729140330.5114-1-somnath.kotur@broadcom.com> From: Ajit Khaparde Date: Wed, 29 Jul 2020 14:23:53 -0700 Message-ID: To: Somnath Kotur Cc: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/4] bnxt patches 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" On Wed, Jul 29, 2020 at 7:09 AM Somnath Kotur wrote: > fixes and cleanups in bnxt TRUFlow > > Kishore Padmanabha (2): > net/bnxt: configure loopback parif for full offload egress flows > net/bnxt: enable lookup default action record parif entry > > Somnath Kotur (1): > net/bnxt: cleanups and checks for ulp context allocation > > Venkat Duvvuru (1): > net/bnxt: fix vfrep port add when it's endpoint interface is down > > drivers/net/bnxt/bnxt.h | 21 ++ > drivers/net/bnxt/bnxt_cpr.c | 51 ++++ > drivers/net/bnxt/bnxt_ethdev.c | 12 +- > drivers/net/bnxt/bnxt_hwrm.c | 4 + > drivers/net/bnxt/bnxt_hwrm.h | 2 + > drivers/net/bnxt/bnxt_reps.c | 88 +++++-- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 2 + > drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 2 +- > drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 6 + > drivers/net/bnxt/tf_ulp/ulp_template_db_class.c | 314 > ++++++++++++++---------- > drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h | 3 +- > 11 files changed, 356 insertions(+), 149 deletions(-) > > Patchset applied to dpdk-next-net-brcm. > -- > 2.7.4 > >