From 19d701ddf07d855128ded0cf2b573ce468e3bdd6 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 20 Jan 2016 01:10:01 +0000 Subject: Removing Suricata and Audit from source repo, and updated build.sh to avoid building suricata. Will re-address this in C release via tar balls. Change-Id: I3710076f8b7f3313cb3cb5260c4eb0a6834d4f6e Signed-off-by: Ashlee Young --- .../src/suricata/contrib/tile_pcie_logd/README | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 framework/src/suricata/contrib/tile_pcie_logd/README (limited to 'framework/src/suricata/contrib/tile_pcie_logd/README') diff --git a/framework/src/suricata/contrib/tile_pcie_logd/README b/framework/src/suricata/contrib/tile_pcie_logd/README deleted file mode 100644 index 32ce7a31..00000000 --- a/framework/src/suricata/contrib/tile_pcie_logd/README +++ /dev/null @@ -1,38 +0,0 @@ -Introduction ------------- - -This application allows writing files to an x86 host from a TILEncore-Gx -PCIe card. The file name and data are sent over PCIe using the Tilera -Packet Queue API from an aplication running on the Tilera processor. - -The original purpose is to write log files from Suricata (Intrusion -Dectection System) on the x86 host's file system. - -Running The Logger ------------------- - -To run the application, set the TILERA_ROOT environment variable to -point to a valide Tilera MDE, then do: - - make run - -The application should be started before the application on the Tile -side that will be generating the log data. - -By default, queue number 0 is used. The --queue_index=N command line -argument can be used to change the queue number. - -If more than one TILEncore-Gx PCIe card is installed, the --card=M -argument changes to listening to card M. - -Caveats -------- - -Due to the fact that the host driver allocates 4MB physically -contiguous memory for the packet queue ring buffer, it is possible -that this allocation could fail on a host whose memory has been -considerably fragmented. If the host program exits with the following -error, reboot the host and run the test again. - -Host: Failed to open '/dev/tilegxpci%d/packet_queue/t2h/0': Cannot -allocate memory -- cgit 1.2.3-korg