Re: [PATCH] net/nfp: fix invalid control message packets

2023-09-20 Thread Ferruh Yigit
On 7/13/2023 4:02 AM, Chaoyong He wrote: > From: Long Wu > > If we add two cards that uses flower firmware into one dpdk-testpmd, > NFP PMD will printf error log. The reason is that the second card > uses the control VNIC Rx queue of the first card. > > Because rte_eth_dma_zone_reserve() will re

Re: [PATCH] net/nfp: fix invalid control message packets

2023-07-13 Thread Ferruh Yigit
On 7/13/2023 4:02 AM, Chaoyong He wrote: > From: Long Wu > > If we add two cards that uses flower firmware into one dpdk-testpmd, > NFP PMD will printf error log. The reason is that the second card > uses the control VNIC Rx queue of the first card. > > Because rte_eth_dma_zone_reserve() will re

[PATCH] net/nfp: fix invalid control message packets

2023-07-12 Thread Chaoyong He
From: Long Wu If we add two cards that uses flower firmware into one dpdk-testpmd, NFP PMD will printf error log. The reason is that the second card uses the control VNIC Rx queue of the first card. Because rte_eth_dma_zone_reserve() will reserve new DMA zone if DMA zone's name is unique. But if