Re: [dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-29 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Thursday, April 29, 2021 3:57 PM > > On 4/29/2021 7:23 PM, Morten Brørup wrote: > >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal > >> Sent: Thursday, April 29, 2021 7:56 AM > >> > >> This patch fi

Re: [dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-29 Thread Hemant Agrawal
On 4/29/2021 7:23 PM, Morten Brørup wrote: From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal Sent: Thursday, April 29, 2021 7:56 AM This patch fixes issue with OVS 2.15 not working on DPAA/FSLMC based platform due to missing support for these busses in dev_iterate. This patch

Re: [dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-29 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Thursday, April 29, 2021 7:56 AM > > This patch fixes issue with OVS 2.15 not working on > DPAA/FSLMC based platform due to missing support for > these busses in dev_iterate. > This patch adds dpaa_bus and fslmc to dev i

Re: [dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-29 Thread Hemant Agrawal
On 4/29/2021 1:26 PM, Thomas Monjalon wrote: 29/04/2021 07:55, Hemant Agrawal: This patch fixes issue with OVS 2.15 not working on DPAA/FSLMC based platform due to missing support for these busses in dev_iterate. This patch adds dpaa_bus and fslmc to dev iterator for bus arguments. I think we

Re: [dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-29 Thread Thomas Monjalon
29/04/2021 07:55, Hemant Agrawal: > This patch fixes issue with OVS 2.15 not working on > DPAA/FSLMC based platform due to missing support for > these busses in dev_iterate. > This patch adds dpaa_bus and fslmc to dev iterator > for bus arguments. I think we should add VMBus as well.

[dpdk-dev] [PATCH] ethdev: add missing buses in dev iterator

2021-04-28 Thread Hemant Agrawal
This patch fixes issue with OVS 2.15 not working on DPAA/FSLMC based platform due to missing support for these busses in dev_iterate. This patch adds dpaa_bus and fslmc to dev iterator for bus arguments. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Cc: sta...@dpdk.org Signe