Nicolás Pernas Maradei a0fce1193c pcap: fix double stop error
librte_pmd_pcap driver was opening the pcap/interfaces only at init time and
closing them only when the port was being stopped. This behaviour would cause
problems (leading to segfault) if the user closed the port 2 times. The first
time the pcap/interfaces would be normally closed but libpcap would throw an
error causing a segfault if the closed pcaps/interfaces were closed again.
This behaviour is solved by re-openning pcaps/interfaces when the port is
started (only if these weren't open already for example at init time).

Signed-off-by: Nicolás Pernas Maradei <nico@emutex.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2014-10-09 20:02:35 +02:00
..
2014-10-09 17:52:06 +02:00
2014-10-07 17:01:08 +02:00
2014-07-22 19:42:23 +02:00
2014-06-27 02:31:24 +02:00
2014-07-22 19:42:23 +02:00
2014-06-27 02:31:24 +02:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2014-09-24 19:33:36 +02:00
2014-06-27 02:31:24 +02:00
2014-07-22 19:42:18 +02:00
2014-06-27 02:31:24 +02:00
2014-07-01 16:25:12 +02:00