++ log netpfga
This commit is contained in:
parent
6a3c1a6e68
commit
533ae3e080
2 changed files with 321 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ fi
|
|||
|
||||
```
|
||||
|
||||
### Compile the NetPFGA drivers
|
||||
### Compile "SUME hardware library cores and some software to access registers"
|
||||
|
||||
|
||||
```
|
||||
|
|
@ -101,8 +101,24 @@ cd $SUME_FOLDER/lib/hw/xilinx/cores/tcam_v1_1_0/ && make update && make
|
|||
cd $SUME_FOLDER/lib/hw/xilinx/cores/cam_v1_1_0/ && make update && make
|
||||
cd $SUME_SDNET/sw/sume && make
|
||||
cd $SUME_FOLDER && make
|
||||
```
|
||||
|
||||
### Compile SUME drivers
|
||||
|
||||
```
|
||||
cd $DRIVER_FOLDER
|
||||
make all
|
||||
sudo make install
|
||||
sudo modprobe sume_riffa
|
||||
lsmod | grep sume_riffa
|
||||
```
|
||||
|
||||
### Install packages for P4
|
||||
|
||||
```
|
||||
root@loch:~# apt install python-scapy
|
||||
```
|
||||
|
||||
|
||||
## Known / encountered BUGS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue