Re: [PATCH] net/mana: fix dependencies

2022-10-10 Thread Thomas Monjalon
09/10/2022 16:18, Thomas Monjalon: > 09/10/2022 15:53, Thomas Monjalon: > > The reason for not building is updated > > to be consistent with other drivers. > > > > The libibverbs was not detected through pkg-config. > > The method dependency() needs to be used first. > > > > The support in rdma-c

RE: [PATCH] net/mana: fix dependencies

2022-10-10 Thread Long Li
> Subject: Re: [PATCH] net/mana: fix dependencies > > 10/10/2022 20:53, Long Li: > > I will send respin as soon as patch submission window reopens. > > So what do we do in DPDK? > Do you agree with the patch I sent to correct wrong assumptions in the doc? Yes, th

Re: [PATCH] net/mana: fix dependencies

2022-10-10 Thread Thomas Monjalon
gt; Cc: dev@dpdk.org; ferruh.yi...@amd.com; andrew.rybche...@oktetlabs.ru; > step...@networkplumber.org > Subject: Re: [PATCH] net/mana: fix dependencies > > I'm hopeful for 6.2, but it needs a respin I haven't seen yet. > > From: Thomas Monjalon mailto:tho...@monjalon

RE: [PATCH] net/mana: fix dependencies

2022-10-10 Thread Long Li
; mailto:ferruh.yi...@amd.com>>; andrew.rybche...@oktetlabs.ru<mailto:andrew.rybche...@oktetlabs.ru> mailto:andrew.rybche...@oktetlabs.ru>>; step...@networkplumber.org<mailto:step...@networkplumber.org> mailto:step...@networkplumber.org>> Subject: Re: [PATCH] net/m

Re: [PATCH] net/mana: fix dependencies

2022-10-10 Thread Ferruh Yigit
On 10/9/2022 3:03 PM, Thomas Monjalon wrote: Long, For the reasons below, we should not have merged the MANA PMD in DPDK 22.11. We must not assume dependencies until they are upstream. This is a red flag on the PMD, a revert is possible. I missed that dependencies are not ready :( What do yo

Re: [PATCH] net/mana: fix dependencies

2022-10-09 Thread Thomas Monjalon
09/10/2022 15:53, Thomas Monjalon: > The reason for not building is updated > to be consistent with other drivers. > > The libibverbs was not detected through pkg-config. > The method dependency() needs to be used first. > > The support in rdma-core and Linux is not released yet, > so the documen

Re: [PATCH] net/mana: fix dependencies

2022-10-09 Thread Jason Gunthorpe
.org ; ferruh.yi...@amd.com ; andrew.rybche...@oktetlabs.ru ; step...@networkplumber.org Subject: Re: [PATCH] net/mana: fix dependencies Long, For the reasons below, we should not have merged the MANA PMD in DPDK 22.11. We must not assume dependencies until they are upstream. This is a red flag on t

Re: [PATCH] net/mana: fix dependencies

2022-10-09 Thread Thomas Monjalon
Long, For the reasons below, we should not have merged the MANA PMD in DPDK 22.11. We must not assume dependencies until they are upstream. This is a red flag on the PMD, a revert is possible. Jason, Please could you tell us what is the expected date of release of the MANA support in Linux and r

[PATCH] net/mana: fix dependencies

2022-10-09 Thread Thomas Monjalon
The reason for not building is updated to be consistent with other drivers. The libibverbs was not detected through pkg-config. The method dependency() needs to be used first. The support in rdma-core and Linux is not released yet, so the documentation is updated. Signed-off-by: Thomas Monjalon