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

2020-07-29 Thread Ajit Khaparde
On Wed, Jul 29, 2020 at 9:25 AM Ferruh Yigit wrote: > On 7/29/2020 1:42 AM, Ajit Khaparde wrote: > > From: Randy Schacher > > > > Remove the memory management scheme for Extended Exact Match > > using system memory. Using host memory scheme instead which > > was the default anyway. > > > > Fixes

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

2020-07-29 Thread Ferruh Yigit
On 7/29/2020 10:24 PM, Ajit Khaparde wrote: > > > On Wed, Jul 29, 2020 at 9:25 AM Ferruh Yigit > wrote: > > On 7/29/2020 1:42 AM, Ajit Khaparde wrote: > > From: Randy Schacher > > > > > Remove the memory ma

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

2020-07-29 Thread Ajit Khaparde
On Tue, Jul 28, 2020 at 5:43 PM Ajit Khaparde wrote: > From: Randy Schacher > > 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") > >

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

2020-07-29 Thread Ferruh Yigit
On 7/29/2020 1:42 AM, Ajit Khaparde wrote: > From: Randy Schacher > > 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-o

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

2020-07-28 Thread Ajit Khaparde
From: Randy Schacher 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 Signed-off-by: Ajit Khaparde Reviewed