[dpdk-dev] [PATCH v5 10/51] net/bnxt: use HWRM direct for EM insert and delete

Ferruh Yigit ferruh.yigit at intel.com
Mon Jul 6 20:47:30 CEST 2020


On 7/3/2020 10:01 PM, Ajit Khaparde wrote:
> From: Peter Spreadborough <peter.spreadborough at broadcom.com>
> 
> Modify Exact Match insert and delete to use the HWRM messages directly.
> Remove tunneled EM insert and delete message types.
> 
> Signed-off-by: Peter Spreadborough <peter.spreadborough at broadcom.com>
> Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru at broadcom.com>
> Reviewed-by: Randy Schacher <stuart.schacher at broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> ---
>  drivers/net/bnxt/tf_core/hwrm_tf.h | 70 ++----------------------------
>  drivers/net/bnxt/tf_core/tf_msg.c  | 66 ++++++++++++++++------------
>  2 files changed, 43 insertions(+), 93 deletions(-)
> 
> diff --git a/drivers/net/bnxt/tf_core/hwrm_tf.h b/drivers/net/bnxt/tf_core/hwrm_tf.h
> index 439950e02..d342c695c 100644
> --- a/drivers/net/bnxt/tf_core/hwrm_tf.h
> +++ b/drivers/net/bnxt/tf_core/hwrm_tf.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2019-2020 Broadcom
> + * Copyright(c) 2019 Broadcom
>   * All rights reserved.
>   */

Why '2020' removed from the copyright year, -although many seems feeling similar
about the '2020' :/


More information about the dev mailing list