mbox series

[0/4] bnxt patches

Message ID 20200729140330.5114-1-somnath.kotur@broadcom.com (mailing list archive)
Headers
Series bnxt patches |

Message

Somnath Kotur July 29, 2020, 2:03 p.m. UTC
  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(-)
  

Comments

Ajit Khaparde July 29, 2020, 9:23 p.m. UTC | #1
On Wed, Jul 29, 2020 at 7:09 AM Somnath Kotur <somnath.kotur@broadcom.com>
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
>
>
  
Ajit Khaparde July 31, 2020, 5:22 p.m. UTC | #2
fixes and cleanups in bnxt TRUFlow

v1->v2: updated signed-off tags in commit logs.

Kishore Padmanabha (2):
  net/bnxt: fix loopback parif for egress flows
  net/bnxt: fix lookup for default parif action record

Somnath Kotur (1):
  net/bnxt: fix cleanup and check for ulp context alloc

Venkat Duvvuru (1):
  net/bnxt: fix vfrep add when VF 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 +
 .../net/bnxt/tf_ulp/ulp_template_db_class.c   | 314 +++++++++++-------
 .../net/bnxt/tf_ulp/ulp_template_db_enum.h    |   3 +-
 11 files changed, 356 insertions(+), 149 deletions(-)