Re: [dpdk-dev] [PATCH] net/mlx5: fix tunnel offloads cap query

2018-02-28 Thread Shahaf Shuler
Monday, February 26, 2018 10:13 AM, Nélio Laranjeiro: > On Sun, Feb 25, 2018 at 09:28:37AM +0200, Shahaf Shuler wrote: > > The query for the tunnel stateless offloads is wrongly implemented > > because of: > > > > 1. It was using the device id to query for the offloads. > > 2. It was using a compil

Re: [dpdk-dev] [PATCH] net/mlx5: fix tunnel offloads cap query

2018-02-26 Thread Nélio Laranjeiro
On Sun, Feb 25, 2018 at 09:28:37AM +0200, Shahaf Shuler wrote: > The query for the tunnel stateless offloads is wrongly implemented > because of: > > 1. It was using the device id to query for the offloads. > 2. It was using a compilation flag for Verbs which no longer exits. > > The main reason