[dpdk-dev] [PATCH v4] net/pcap: rx_iface_in stream type support

2018-07-01 Thread ido goshen
From: ido g Support rx of in direction packets only Useful for apps that also tx to eth_pcap ports in order to not see them echoed back in as rx when out direction is also captured Example: In case using rx_iface and sending *single* packet to eth1 it will loop forever as the when it is sent to

Re: [dpdk-dev] [PATCH v4] net/pcap: rx_iface_in stream type support

2018-07-03 Thread Ferruh Yigit
On 7/1/2018 12:05 PM, ido goshen wrote: > From: ido g > > Support rx of in direction packets only > Useful for apps that also tx to eth_pcap ports in order to not see them > echoed back in as rx when out direction is also captured > > Example: > In case using rx_iface and sending *single* packet

Re: [dpdk-dev] [PATCH v4] net/pcap: rx_iface_in stream type support

2018-07-04 Thread Ferruh Yigit
On 7/3/2018 7:37 PM, Ferruh Yigit wrote: > On 7/1/2018 12:05 PM, ido goshen wrote: >> From: ido g >> >> Support rx of in direction packets only >> Useful for apps that also tx to eth_pcap ports in order to not see them >> echoed back in as rx when out direction is also captured >> >> Example: >> I