From 5e10401f96623e0625dc4e443d283a2fac8e3b36 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 4 Jun 2019 00:21:28 +0200 Subject: [PATCH] ++doc ++sudo for drivers --- doc/plan.org | 2 ++ netpfga/build-load-drivers.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/plan.org b/doc/plan.org index b33cc2b..53913ba 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -2919,6 +2919,8 @@ actual https://github.com/NetFPGA/P4-NetFPGA-public/issues/13#issuecomment-490431016 **** TODO Explore HDL **** TODO Explore PX +*** TODO Integrate nat64 code into netfpga +**** figure out how to do ANY checksums ** NAT64/NAT46 Features in jool and tayga *** TODO Static 1:1 NAT46: translate from IPv4 to IPv6 with a table **** TODO TCP diff --git a/netpfga/build-load-drivers.sh b/netpfga/build-load-drivers.sh index da655ad..60b6f09 100644 --- a/netpfga/build-load-drivers.sh +++ b/netpfga/build-load-drivers.sh @@ -5,6 +5,6 @@ set -x cd $DRIVER_FOLDER make all -make install -modprobe sume_riffa +sudo make install +sudo modprobe sume_riffa lsmod | grep sume_riffa