Re: [dpdk-dev] [PATCH 03/11] net/bnxt: implement vector mode driver

2019-05-23 Thread Lance Richardson
Hi Maxime, thanks for taking the time to review this. On Thu, May 23, 2019 at 8:18 AM Maxime Coquelin wrote: ... > How do we enable it with Meson build? It seems to be missing. Ah, thanks for pointing that out, I had completely missed the Meson piece. Will fix in v2. > > I think we would better

Re: [dpdk-dev] [PATCH 03/11] net/bnxt: implement vector mode driver

2019-05-23 Thread Maxime Coquelin
On 5/21/19 11:39 PM, Ajit Khaparde wrote: From: Lance Richardson Introduce vector mode support for the bnxt pmd. Signed-off-by: Lance Richardson Signed-off-by: Ajit Khaparde --- config/common_base | 1 + drivers/net/bnxt/Makefile| 1 + drivers/net/bnx