Skip to content

Commit

Permalink
fixed some paths
Browse files Browse the repository at this point in the history
  • Loading branch information
yonch committed Jul 1, 2014
1 parent b62543f commit c470edd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/graph-algo/parse_tslot_throughput.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# this script parses the output of a throughput experiment, generated
# by running ./measure_tslot_throughput.sh in fastpass/src/controller.
# by running ./measure_tslot_throughput.sh in fastpass/src/arbiter.
# it generates a csv output file and a graph of throughput vs. number
# of cores.

Expand Down
2 changes: 1 addition & 1 deletion src/graph-algo/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <rte_mempool.h>
#include <rte_branch_prediction.h>
#include "../protocol/platform/generic.h"
#include "../controller/dpdk-time.h"
#include "../arbiter/dpdk-time.h"
#define fp_free(ptr) rte_free(ptr)
#define fp_calloc(typestr, num, size) rte_calloc(typestr, num, size, 0)
#define fp_malloc(typestr, size) rte_malloc(typestr, size, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/kernel-mod/vm-tools/local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd /tmp
rm -f .echo_tmp

# bind DPDK port (eth11)
cd ~/fastpass/src/controller
cd ~/fastpass/src/arbiter
sudo ./pci_bind.py +2

# start passive shell (eth6)
Expand Down
2 changes: 1 addition & 1 deletion src/protocol/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifdef __KERNEL__
#include "../kernel-mod/linux-platform.h"
#else
#include "../controller/dpdk-platform.h"
#include "../arbiter/dpdk-platform.h"
#endif

/** FUNCTIONS IN PLATFORM.H **/
Expand Down

0 comments on commit c470edd

Please sign in to comment.