From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0E485559A for ; Fri, 26 Aug 2016 13:18:08 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP; 26 Aug 2016 04:18:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,580,1464678000"; d="scan'208";a="1468500" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga005.jf.intel.com with ESMTP; 26 Aug 2016 04:18:07 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u7QBI62r029724 for ; Fri, 26 Aug 2016 12:18:06 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u7QBI6ld008324 for ; Fri, 26 Aug 2016 12:18:06 +0100 Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id u7QBI60c008320 for dev@dpdk.org; Fri, 26 Aug 2016 12:18:06 +0100 X-Authentication-Warning: sivswdev02.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f From: Ferruh Yigit To: dev@dpdk.org Date: Fri, 26 Aug 2016 12:17:37 +0100 Message-Id: <1472210279-8286-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 00/22] pcap pmd improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 11:18:09 -0000 No new feature added, code refactored. Ferruh Yigit (22): net/pcap: convert config option to a macro 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 net/pcap: fix checkpatch warnings drivers/net/pcap/rte_eth_pcap.c | 644 +++++++++++++++++++--------------------- 1 file changed, 309 insertions(+), 335 deletions(-) -- 2.7.4