From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Daley Subject: [PATCH v3 00/10] enic PMD patchset Date: Wed, 7 Mar 2018 18:46:52 -0800 Message-ID: <20180308024702.25974-1-johndale@cisco.com> References: <20180306014634.28398-2-johndale@cisco.com> Cc: dev@dpdk.org, John Daley To: ferruh.yigit@intel.com 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) In-Reply-To: <20180306014634.28398-2-johndale@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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