Difference between revisions of "PF RING"

From VoIPmonitor.org
Jump to navigation Jump to search
Line 1: Line 1:
cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/PF_RINGcd ~/PF_RING/kernel/; makecd ~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.22.3-zc/src/; make; ./load_driver.shcd ~/PF_RING/userland/lib/; ./configure; makecd ~/PF_RING/userland/libpcap/; ./configure; makecd ~/PF_RING/userland/tcpdump-4.1.1/; ./configure; make
+
cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING
 +
cd ~/PF_RING/kernel/; make
 +
cd ~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.22.3-zc/src/; make; ./load_driver.sh
 +
cd ~/PF_RING/userland/lib/; ./configure; make
 +
cd ~/PF_RING/userland/libpcap/; ./configure; make
 +
cd ~/PF_RING/userland/tcpdump-4.1.1/; ./configure; make

Revision as of 14:09, 31 October 2014

cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING cd ~/PF_RING/kernel/; make cd ~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.22.3-zc/src/; make; ./load_driver.sh cd ~/PF_RING/userland/lib/; ./configure; make cd ~/PF_RING/userland/libpcap/; ./configure; make cd ~/PF_RING/userland/tcpdump-4.1.1/; ./configure; make