Re: [PATCH] net/nfp: fix the allocate of switch domain

2024-07-07 Thread Ferruh Yigit
On 6/19/2024 10:51 AM, Chaoyong He wrote: > The check of 'RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID' cause the following > call of 'rte_eth_switch_domain_alloc()' never trigger. > > Fix this by just remove the check logic. > > Fixes: e1124c4f8a45 ("net/nfp: add flower representor framework") > Cc: sta

[PATCH] net/nfp: fix the allocate of switch domain

2024-06-19 Thread Chaoyong He
The check of 'RTE_ETH_DEV_SWITCH_DOMAIN_ID_INVALID' cause the following call of 'rte_eth_switch_domain_alloc()' never trigger. Fix this by just remove the check logic. Fixes: e1124c4f8a45 ("net/nfp: add flower representor framework") Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: L