[dpdk-dev] [PATCH] net/bnxt: remove EEM system memory support

Ferruh Yigit ferruh.yigit at intel.com
Wed Jul 29 18:24:56 CEST 2020


On 7/29/2020 1:42 AM, Ajit Khaparde wrote:
> From: Randy Schacher <stuart.schacher at broadcom.com>
> 
> Remove the memory management scheme for Extended Exact Match
> using system memory. Using host memory scheme instead which
> was the default anyway.
> 
> Fixes: b2da02480cb7 ("net/bnxt: support EEM system memory")
> 
> Signed-off-by: Randy Schacher <stuart.schacher at broadcom.com>
> Signed-off-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> Reviewed-by: Peter Spreadborough <peter.spreadborough at broadcom.com>
> Reviewed-by: Farah Smith <farah.smith at broadcom.com>

<...>

> @@ -29,7 +29,6 @@ sources = files('bnxt_cpr.c',
>  	'tf_core/rand.c',
>  	'tf_core/stack.c',
>          'tf_core/tf_em_common.c',
> -        'tf_core/tf_em_host.c',
>          'tf_core/tf_em_internal.c',
>  	'tf_core/tf_rm.c',
>  	'tf_core/tf_tbl.c',

I was wondering why 'tf_em_host.c' removed from meson, while 'tf_em_system.c'
file is removed and how this is working,
but it seems 'tf_em_host.c' was duplicate in meson and you are fixing it J

Since duplication is created in this release, no need to backport it, and it is
OK have it part of this patch.


More information about the dev mailing list