From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-2.cisco.com (rcdn-iport-2.cisco.com [173.37.86.73]) by dpdk.org (Postfix) with ESMTP id 253B65F45 for ; Thu, 8 Mar 2018 03:47:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1531; q=dns/txt; s=iport; t=1520477236; x=1521686836; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=bpAmn3l4XguxnUiHeJfeGaU+/L65dHVBAZhfmXy9pFY=; b=CMmr5XpsOHPlotHQxvBPTwOUjiONfqXmYSRsOtGO6DCMtV+5e51E/VUS 51a0je5P56rNPwRiXS0eWi6jJCd9hTEBKgS8bAeGj+mECTfS/x6mbfoUP FROhOmWied0EeXDI0sjz+6de602ZKKdDu6T7Ym6UnI4OWaJb9zP3w/pl3 4=; X-IronPort-AV: E=Sophos;i="5.47,438,1515456000"; d="scan'208";a="367906817" Received: from rcdn-core-6.cisco.com ([173.37.93.157]) by rcdn-iport-2.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2018 02:47:15 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-6.cisco.com (8.14.5/8.14.5) with ESMTP id w282lEXq009045; Thu, 8 Mar 2018 02:47:14 GMT Received: by cisco.com (Postfix, from userid 392789) id A08DB20F2001; Wed, 7 Mar 2018 18:47:14 -0800 (PST) From: John Daley To: ferruh.yigit@intel.com Cc: dev@dpdk.org, John Daley Date: Wed, 7 Mar 2018 18:46:52 -0800 Message-Id: <20180308024702.25974-1-johndale@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180306014634.28398-2-johndale@cisco.com> References: <20180306014634.28398-2-johndale@cisco.com> Subject: [dpdk-dev] [PATCH v3 00/10] enic PMD patchset X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 02:47:16 -0000 V2: rebase, submit as patchset instead of individual patches so they apply correctly. V3: try again submitting patches one at a time so they are applied in order (tester seems to be applying patches in order received instead of looking at patch ID). Hyong Youb Kim (9): net/enic: allow the user to change RSS settings net/enic: heed the requested max Rx packet size net/enic: remove the VLAN filter handler net/enic: add Rx/Tx queue configuration getters net/enic: allocate stats DMA buffer upfront during probe net/enic: support Rx queue interrupts doc: describe Rx bytes counter behavior for enic net/enic: use memcpy to avoid strict aliasing warnings net/enic: support for meson John Daley (1): net/enic: remove 'extern' in .h file function declarations doc/guides/nics/enic.rst | 16 +- doc/guides/nics/features/enic.ini | 3 + drivers/net/enic/base/vnic_dev.c | 24 ++- drivers/net/enic/base/vnic_dev.h | 1 + drivers/net/enic/enic.h | 120 +++++++----- drivers/net/enic/enic_clsf.c | 21 +-- drivers/net/enic/enic_ethdev.c | 258 ++++++++++++++++++++++---- drivers/net/enic/enic_main.c | 373 ++++++++++++++++++++++++++++++-------- drivers/net/enic/enic_res.c | 23 ++- drivers/net/enic/enic_res.h | 6 + drivers/net/enic/meson.build | 19 ++ drivers/net/meson.build | 2 +- 12 files changed, 686 insertions(+), 180 deletions(-) create mode 100644 drivers/net/enic/meson.build -- 2.16.2