Re: [PATCH v3] net/idpf: refine Rx/Tx queue model info

2023-03-02 Thread Ferruh Yigit
On 3/2/2023 7:51 PM, Mingxia Liu wrote: > This patch updates queue mode info in struct idpf_adapter. > Using is_rx_singleq_model to diffentiate rx_singq and rx_splitq > explicitly, instead of deducing it from pointer values. > > Signed-off-by: Mingxia Liu Moving ack from previous version: Acked-

[PATCH v3] net/idpf: refine Rx/Tx queue model info

2023-03-02 Thread Mingxia Liu
This patch updates queue mode info in struct idpf_adapter. Using is_rx_singleq_model to diffentiate rx_singq and rx_splitq explicitly, instead of deducing it from pointer values. Signed-off-by: Mingxia Liu --- drivers/common/idpf/idpf_common_device.c | 4 ++-- drivers/common/idpf/idpf_common_dev