Re: [dpdk-dev] [PATCH 19.08] net/pcap: enable infinitely rxing a pcap file

2019-06-05 Thread Ferriter, Cian
Hi Ferruh, Thanks for the review! I've posted the v2 of this patch. My replies are inline Thanks, Cian > -Original Message- > From: Yigit, Ferruh > Sent: 27 May 2019 16:15 > To: Ferriter, Cian ; Richardson, Bruce > ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org > Subject:

Re: [dpdk-dev] [PATCH 19.08] net/pcap: enable infinitely rxing a pcap file

2019-05-27 Thread Ferruh Yigit
On 4/11/2019 12:00 PM, Cian Ferriter wrote: > It can be useful to use pcap files for some rudimental performance > testing. This patch enables this functionality in the pcap driver. > > At a high level, this works by creaing a ring of sufficient size to > store the packets in the pcap file passed

[dpdk-dev] [PATCH 19.08] net/pcap: enable infinitely rxing a pcap file

2019-04-11 Thread Cian Ferriter
It can be useful to use pcap files for some rudimental performance testing. This patch enables this functionality in the pcap driver. At a high level, this works by creaing a ring of sufficient size to store the packets in the pcap file passed to the application. When the rx function for this mode