From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1125D3989 for ; Thu, 21 Jul 2016 19:23:12 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 21 Jul 2016 10:23:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,400,1464678000"; d="scan'208";a="850755005" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 21 Jul 2016 10:23:03 -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 u6LHN2Fh016662; Thu, 21 Jul 2016 18:23:02 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id u6LHN200026170; Thu, 21 Jul 2016 18:23:02 +0100 Received: (from fyigit@localhost) by sivswdev02.ir.intel.com with id u6LHN2Mj026165; Thu, 21 Jul 2016 18:23:02 +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 Cc: Nicolas Pernas Maradei Date: Thu, 21 Jul 2016 18:22:39 +0100 Message-Id: <1469121780-26099-1-git-send-email-ferruh.yigit@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [RFC 00/21] 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: Thu, 21 Jul 2016 17:23:13 -0000 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