Re: [dpdk-dev] [PATCH v2 00/15] net/ionic: struct optimizations, fixes

2021-02-25 Thread Ferruh Yigit
On 2/16/2021 8:35 PM, Andrew Boyer wrote: This patch series reorganizes the main datastructure for each queue, struct ionic_qcq. Its constituent struct ionic_queue and struct ionic_cq are stripped down first. Then the generic struct ionic_qcq is stripped down, and a unique struct is created for e

[dpdk-dev] [PATCH v2 00/15] net/ionic: struct optimizations, fixes

2021-02-16 Thread Andrew Boyer
This patch series reorganizes the main datastructure for each queue, struct ionic_qcq. Its constituent struct ionic_queue and struct ionic_cq are stripped down first. Then the generic struct ionic_qcq is stripped down, and a unique struct is created for each queue type. The adminq code is consolid