Re: [dpdk-dev] [PATCH 04/12] net/bnxt: require async cq for vector mode

2020-09-11 Thread Lance Richardson
On Fri, Sep 11, 2020 at 11:03 AM Ferruh Yigit wrote: > > On 9/9/2020 4:52 PM, Lance Richardson wrote: > > Disable support for vector mode when async completions can be placed > > in a receive completion ring and change the default for all platforms > > to use a dedicated async completion ring. > >

Re: [dpdk-dev] [PATCH 04/12] net/bnxt: require async cq for vector mode

2020-09-11 Thread Ferruh Yigit
On 9/9/2020 4:52 PM, Lance Richardson wrote: > Disable support for vector mode when async completions can be placed > in a receive completion ring and change the default for all platforms > to use a dedicated async completion ring. > > Simplify completion handling in vector mode receive paths now

[dpdk-dev] [PATCH 04/12] net/bnxt: require async cq for vector mode

2020-09-09 Thread Lance Richardson
Disable support for vector mode when async completions can be placed in a receive completion ring and change the default for all platforms to use a dedicated async completion ring. Simplify completion handling in vector mode receive paths now that it no longer needs to handle async completions. R