Re: [dpdk-dev] [PATCH 19.08 v3 1/2] net/pcap: use a struct to pass user options

2019-06-28 Thread Ferruh Yigit
On 6/14/2019 3:43 PM, Cian Ferriter wrote: > The argument lists on some of the device creation functions are quite > large. Using a struct to hold the user options parsed in > 'pmd_pcap_probe' will allow for cleaner function calls and definitions. > Adding user options will also be easier. > > Sig

[dpdk-dev] [PATCH 19.08 v3 1/2] net/pcap: use a struct to pass user options

2019-06-14 Thread Cian Ferriter
The argument lists on some of the device creation functions are quite large. Using a struct to hold the user options parsed in 'pmd_pcap_probe' will allow for cleaner function calls and definitions. Adding user options will also be easier. Signed-off-by: Cian Ferriter --- drivers/net/pcap/rte_et