Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-10 Thread Owen Hilyard
The latest script in CI correctly selects 'next-net' for this patch. >

RE: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-10 Thread Yigit, Ferruh
ubani ; kumaraparameshwaran rathinavel ; dev@dpdk.org; dpdklab ; Kumara Parameshwaran ; c...@dpdk.org; Aaron Conole Subject: Re: [PATCH v1] drivers/net: use internal API to get eth dev from name The Community CI hasn't been able to schedule downtime to update dpdk-ci across all of our sys

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-07 Thread Owen Hilyard
The Community CI hasn't been able to schedule downtime to update dpdk-ci across all of our systems since the refactoring Ali did. However, the patch was still applied on next-net and had a compilation error. See https://lab.dpdk.org/results/dashboard/patchsets/20895/. It was applied onto https://gi

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-07 Thread Ferruh Yigit
to get eth dev from name On 2/7/2022 4:08 PM, Ali Alnubani wrote: -Original Message- From: Ferruh Yigit Sent: Thursday, February 3, 2022 1:32 PM To: kumaraparameshwaran rathinavel ; dev@dpdk.org Cc: Kumara Parameshwaran ; c...@dpdk.org; Ali Alnubani Subject: Re: [PATCH v1] drivers/net

RE: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-07 Thread Ali Alnubani
> -Original Message- > From: Ferruh Yigit > Sent: Monday, February 7, 2022 6:37 PM > To: Ali Alnubani ; kumaraparameshwaran rathinavel > ; dev@dpdk.org; dpdklab > > Cc: Kumara Parameshwaran ; c...@dpdk.org > Subject: Re: [PATCH v1] drivers/net: use internal API to

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-07 Thread Ferruh Yigit
On 2/7/2022 4:08 PM, Ali Alnubani wrote: -Original Message- From: Ferruh Yigit Sent: Thursday, February 3, 2022 1:32 PM To: kumaraparameshwaran rathinavel ; dev@dpdk.org Cc: Kumara Parameshwaran ; c...@dpdk.org; Ali Alnubani Subject: Re: [PATCH v1] drivers/net: use internal API to get

RE: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-07 Thread Ali Alnubani
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, February 3, 2022 1:32 PM > To: kumaraparameshwaran rathinavel ; > dev@dpdk.org > Cc: Kumara Parameshwaran ; c...@dpdk.org; > Ali Alnubani > Subject: Re: [PATCH v1] drivers/net: use internal API to get eth

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-04 Thread Ferruh Yigit
On 2/3/2022 12:31 PM, Ferruh Yigit wrote: On 2/3/2022 8:24 AM, Kumara Parameshwaran wrote: From: Kumara Parameshwaran Make changes in PMDs to use the new function where rte_eth_dev_get_port_by_name is used to get port_id to access rte_eth_devices Signed-off-by: Kumara Parameshwaran --- v1 *

RE: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-04 Thread Singh, Jasvinder
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, February 3, 2022 12:36 PM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: Kumara Parameshwaran ; Kumara > Parameshwaran ; dev@dpdk.org > Subject: Re: [PATCH v1] drivers/net: use internal API to

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-03 Thread Ferruh Yigit
On 2/3/2022 8:24 AM, Kumara Parameshwaran wrote: From: Kumara Parameshwaran Make changes in PMDs to use the new function where rte_eth_dev_get_port_by_name is used to get port_id to access rte_eth_devices Signed-off-by: Kumara Parameshwaran --- v1 * Replace rte_eth_get_get_port_by_name in PMDs

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-03 Thread Ferruh Yigit
On 2/3/2022 8:24 AM, Kumara Parameshwaran wrote: From: Kumara Parameshwaran Make changes in PMDs to use the new function where rte_eth_dev_get_port_by_name is used to get port_id to access rte_eth_devices Signed-off-by: Kumara Parameshwaran --- v1 * Replace rte_eth_get_get_port_by_name in PMDs

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-03 Thread Ferruh Yigit
On 2/3/2022 8:24 AM, Kumara Parameshwaran wrote: From: Kumara Parameshwaran Make changes in PMDs to use the new function where rte_eth_dev_get_port_by_name is used to get port_id to access rte_eth_devices Signed-off-by: Kumara Parameshwaran --- v1 * Replace rte_eth_get_get_port_by_name in PMD

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-03 Thread Ferruh Yigit
On 2/3/2022 11:09 AM, kumaraparameshwaran rathinavel wrote: Ferruh, Since in the older patch we had introduced rte_eth_dev_get_by_name patch and had been merged to dpdk-next-net, the current patch failed for the build when I submitted the patch. Is there a way to enforce it to dpdk-next-net ?

Re: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-03 Thread kumaraparameshwaran rathinavel
Ferruh, Since in the older patch we had introduced rte_eth_dev_get_by_name patch and had been merged to dpdk-next-net, the current patch failed for the build when I submitted the patch. Is there a way to enforce it to dpdk-next-net ? On Thu, Feb 3, 2022 at 1:54 PM Kumara Parameshwaran < kumarapar