On Sun, Mar 22, 2020 at 02:49:06PM +0200, Leon Romanovsky wrote: > From: Maor Gottlieb <maorg@xxxxxxxxxxxx> > > Since this feature can globally block the RX port, it should > be allowed to privileged users only. > > Fixes: 03404e8ae652("IB/mlx5: Add support to dropless RQ") > Signed-off-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > Changelog: > v1: Changed permission from CAP_NET_RAW to be CAP_SYS_RAWIO like in > the devx code. > v0: https://lore.kernel.org/linux-rdma/20200318100223.46436-1-leon@xxxxxxxxxx > --- > drivers/infiniband/hw/mlx5/qp.c | 4 ++++ > 1 file changed, 4 insertions(+) Ah, this was merged into rc and is already in linus's tree Thanks, Jason