> Yes. It would be good to reduce number of interrupts by changing all upper > layer protocols to use: > > poll CQ > notify CQ, rotting packet notification > poll again > > instead of > notify CQ > poll CQ > > If possible this can be in OFED-1.2? No way, it's way too late at this point to change the kernel-user ABI, let alone change all ULPs. - R.