Re: [dpdk-dev] [PATCH] net/pcap: fix single iface support

2019-07-16 Thread Ferruh Yigit
On 7/16/2019 3:31 PM, Ferruh Yigit wrote: > On 7/16/2019 3:26 PM, A.McLoughlin wrote: >> Because of the commit mentioned below the default case was changed and >> this broke single_iface support. This patch adds a check to fix >> single_iface support. >> >> Fixes: a3f5252e5cbd ("net/pcap: enable in

Re: [dpdk-dev] [PATCH] net/pcap: fix single iface support

2019-07-16 Thread Ferruh Yigit
On 7/16/2019 3:26 PM, A.McLoughlin wrote: > Because of the commit mentioned below the default case was changed and > this broke single_iface support. This patch adds a check to fix > single_iface support. > > Fixes: a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") > Cc: cian.ferri...@in

[dpdk-dev] [PATCH] net/pcap: fix single iface support

2019-07-16 Thread A.McLoughlin
Because of the commit mentioned below the default case was changed and this broke single_iface support. This patch adds a check to fix single_iface support. Fixes: a3f5252e5cbd ("net/pcap: enable infinitely Rx a pcap file") Cc: cian.ferri...@intel.com Signed-off-by: A.McLoughlin --- drivers/net