From ebfc584fa2d47894703e803783cf39159d27f027 Mon Sep 17 00:00:00 2001 From: Ciprian Barbu Date: Wed, 9 Apr 2014 11:03:36 +0200 Subject: netmap cleanup and update to changes in socket example Reworked the netmap pktio example to support any number of threads of execution and multiple interfaces to work on. The threads are no longer associated with pktios because of using odp_schedule that gets packets from any pktio. General cleanup changes were made, setting hardcoded values to defines, renaming some variables, modifying some comments. Signed-off-by: Ciprian Barbu --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ae6eb64e4..6f95db010 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ obj/ build/ test/example/odp_example test/packet/odp_packet -test/packet_netmap/odp_packet +test/packet_netmap/odp_packet_netmap test/api_test/odp_atomic test/api_test/odp_shm test/api_test/odp_ring -- cgit v1.2.3