On 7/29/2020 1:42 AM, Ajit Khaparde wrote:
> From: Randy Schacher <stuart.schac...@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.schac...@broadcom.com>
> Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
> Reviewed-by: Peter Spreadborough <peter.spreadboro...@broadcom.com>
> Reviewed-by: Farah Smith <farah.sm...@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.

Reply via email to