No new feature added, code refactored. This patch targetted for 16.11 release.
Ferruh Yigit (21): net/pcap: create own configuration parameter net/pcap: use macros for param string net/pcap: reorganize private structs net/pcap: add checks for max queue number net/pcap: update function to reuse it net/pcap: don't carry numa_node argument net/pcap: don't carry kvlist argument net/pcap: move comment to correct place net/pcap: remove duplicated max queue number check net/pcap: use single_iface variable instead of hardcoded net/pcap: group stats related fields into a struct net/pcap: make const array static net/pcap: reorder header files net/pcap: reorder functions net/pcap: update how single iface handled net/pcap: remove unnecessary check net/pcap: remove redundant assignment net/pcap: simplify function net/pcap: fix missing tx iface assignment net/pcap: coding convention updates net/pcap: remove rte prefix from static functions config/common_base | 1 + drivers/net/pcap/rte_eth_pcap.c | 590 +++++++++++++++++++--------------------- 2 files changed, 280 insertions(+), 311 deletions(-) -- 2.7.4