Re: [PATCH v7 1/9] IB/core: IB cache enhancements to support Infiniband security

2017-05-22 Thread James Morris
On Fri, 19 May 2017, Dan Jurgens wrote: > From: Daniel Jurgens > > Cache the subnet prefix and add a function to access it. Enforcing > security requires frequent queries of the subnet prefix and the pkeys in > the pkey table. > > Signed-off-by: Daniel Jurgens

[PATCH v7 1/9] IB/core: IB cache enhancements to support Infiniband security

2017-05-19 Thread Dan Jurgens
From: Daniel Jurgens Cache the subnet prefix and add a function to access it. Enforcing security requires frequent queries of the subnet prefix and the pkeys in the pkey table. Signed-off-by: Daniel Jurgens Reviewed-by: Eli Cohen