On 12/4/2018 7:04 AM, Gal Pressman wrote:
+int efa_destroy_ah(struct ib_ah *ibah) +{ + struct efa_dev *dev = to_edev(ibah->pd->device); + struct efa_ah *ah = to_eah(ibah); + + pr_debug("--->\n");
Did you mean to leave these ---> prints in. There are a few of them here. -Denny