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

Ajit Khaparde ajit.khaparde at broadcom.com
Wed Jul 29 23:24:58 CEST 2020


On Wed, Jul 29, 2020 at 9:25 AM Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> 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.
>
Ferruh, Do you want me to respin the patch? Thanks


More information about the dev mailing list