On Wed, 2018-05-30 at 03:07 +0200, Andrew Lunn wrote: > On Tue, May 29, 2018 at 05:19:54PM -0700, Saeed Mahameed wrote: > > From: Ilan Tayari <il...@mellanox.com> > > > > The FPGA QP event fires whenever a QP on the FPGA trasitions > > to the error state. > > FPGA i know, field programmable gate array. Could you offer some clue > as to what QP means? >
Hi Andre, QP "Queue Pair" is well known rdma concept, and widely used in mlx drivers, it is used as in the driver as a ring buffer to communicate with the FPGA device. > Thanks > Andrew