Re: [lng-odp] [PATCH] linux-generic: test: use one copy of pcap file

2016-05-20 Thread Mike Holmes
Thanks, I will take a look. On 19 May 2016 at 19:48, Bill Fischofer wrote: > After applying this pktio_run.sh passes, however the switch example fails: > > bill@Ubuntu15:~/linaro/review/example/switch$ ./switch_run.sh > Switch test using PCAP_IN = ../../pcap/udp64.pcap > > ODP system info >

Re: [lng-odp] [PATCH] linux-generic: test: use one copy of pcap file

2016-05-19 Thread Bill Fischofer
After applying this pktio_run.sh passes, however the switch example fails: bill@Ubuntu15:~/linaro/review/example/switch$ ./switch_run.sh Switch test using PCAP_IN = ../../pcap/udp64.pcap ODP system info --- ODP API version: 1.10.0 ODP impl name: linux-generic CPU model: Intel(

[lng-odp] [PATCH] linux-generic: test: use one copy of pcap file

2016-05-18 Thread Mike Holmes
Examples should not duplicate pcap files Install the scripts and pcap file so that it can be run where it is installed after moving it to a common location in the repo Signed-off-by: Mike Holmes --- Makefile.am | 3 ++- configure.ac |