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

2021-02-04 Thread Andrew Boyer
> On Feb 4, 2021, at 2:58 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 st

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

2021-02-04 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