158c158
< return pkt->memInhibitAsserted() ? 0 : 50000;
---
> return pkt->cacheResponding() ? 0 : 50000;
178,179c178,179
< // sink inhibited packets without further action
< if (pkt->memInhibitAsserted()) {
---
> // if a cache is responding, sink the packet without further action
> if (pkt->cacheResponding()) {