> Subject: [PATCH for-next v1 0/7] RDMA: Remove query_pkey from iwarp > providers > > This patch set does the following: > 1- Avoid exposing the pkeys sysfs entries for iwarp providers. > 2- Avoid allocating the pkey cache for iwarp providers. > 3- Remove the requirement by RDMA core to implement query_pkey > by all providers. > 4- Remove the implementation of query_pkey callback from iwarp providers. > > v1: Patch #1: Move the free of the pkey_group to the right place. > [...] > RDMA/i40iw: Remove the query_pkey callback i40iw bits look ok. Thanks! Acked-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx>