K 10 svn:author V 3 mav K 8 svn:date V 27 2016-07-09T11:47:52.653795Z K 7 svn:log V 259 Switch ctx_lock from mutex to rmlock. It is odd idea to serialize different MSI-X vectors. Use of rmlocks here allows them to execute in parallel, but still protects ctx. If upper layers require any additional serialization -- they can do it by themselves. END