Support packets in flight
[samplevnf.git] / VNFs / DPPD-PROX / msr.c
index 194d4c7..8aa1e3a 100644 (file)
@@ -75,6 +75,6 @@ int msr_write(int lcore_id, uint64_t val, off_t offset)
        if (sizeof(uint64_t) != pwrite(msr_fd[lcore_id], &val, sizeof(uint64_t), offset)) {
                return -1;
        }
-       plog_dbg("\t\tmsr_write(core %d, offset %x, val %lx)\n", lcore_id, (int)offset, val);
+       // plogx_dbg("\t\tmsr_write(core %d, offset %x, val %lx)\n", lcore_id, (int)offset, val);
        return 0;
 }