]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/rds: Skip packet filtering if interface does not support ACL
authorYuval Shaia <yuval.shaia@oracle.com>
Thu, 9 Jun 2016 18:41:32 +0000 (11:41 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Tue, 12 Jul 2016 19:51:55 +0000 (12:51 -0700)
commitc3d437478f3000d1e4c03d5a98ad2391abea04c2
tree4f61c9e4b8c03b473f038a7c91e8e411eb468175
parentb0de7f2c41386679896ecd411c4adf82baecbc8d
net/rds: Skip packet filtering if interface does not support ACL

NULL value returned from ib_cm_dpp_acl_lookup for a given DPP means that
this DPP is not under ACL protection.
In this case we skip packet filtering.

Orabug: 23541567

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/ib_cm.c