On 7/29/2020 10:24 PM, Ajit Khaparde wrote: > > > On Wed, Jul 29, 2020 at 9:25 AM Ferruh Yigit <ferruh.yi...@intel.com > <mailto:ferruh.yi...@intel.com>> wrote: > > On 7/29/2020 1:42 AM, Ajit Khaparde wrote: > > From: Randy Schacher <stuart.schac...@broadcom.com > <mailto: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 > <mailto:stuart.schac...@broadcom.com>> > > Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com > <mailto:ajit.khapa...@broadcom.com>> > > Reviewed-by: Peter Spreadborough <peter.spreadboro...@broadcom.com > <mailto:peter.spreadboro...@broadcom.com>> > > Reviewed-by: Farah Smith <farah.sm...@broadcom.com > <mailto: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. > > Ferruh, Do you want me to respin the patch? Thanks
I think no needed, thanks, already pulled to next-net as it is.