Re: [dpdk-dev] [PATCH 05/12] net/bnxt: improve support for small ring sizes

2020-09-15 Thread Lance Richardson
On Mon, Sep 14, 2020 at 6:03 PM Ferruh Yigit wrote: > > Hi Lance, Ajit, Somnath, > > Raslan reported a build error for PPC architecture, this happens because > static inline functions in 'bnxt_rxtx_vec_common.h' are using > 'rxq->rxrearm_nb' & 'rxq->rxrearm_start' which are not defined for PPC. >

Re: [dpdk-dev] [PATCH 05/12] net/bnxt: improve support for small ring sizes

2020-09-14 Thread Ferruh Yigit
On 9/9/2020 4:52 PM, Lance Richardson wrote: > Improve support for small ring sizes: >- Ensure that transmit free threshold is no more than 1/4 ring size. >- Ensure that receive free threshold is no more than 1/4 ring size. >- Validate requested ring sizes against minimum supported size