From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Miller Subject: [PATCH v2 0/3] net/ark: augment user extension and bug fix Date: Wed, 28 Jun 2017 06:08:21 -0400 Message-ID: <1498644504-30252-1-git-send-email-john.miller@atomicrules.com> References: <1498134644-14089-1-git-send-email-john.miller@atomicrules.com> Cc: shepard.siegel@atomicrules.com, ed.czeck@atomicrules.com, John Miller To: dev@dpdk.org Return-path: Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.161.193]) by dpdk.org (Postfix) with ESMTP id 596052C13 for ; Wed, 28 Jun 2017 12:08:32 +0200 (CEST) Received: by mail-yw0-f193.google.com with SMTP id l21so1863940ywb.3 for ; Wed, 28 Jun 2017 03:08:32 -0700 (PDT) In-Reply-To: <1498134644-14089-1-git-send-email-john.miller@atomicrules.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: * Split the user extension private data per port patch and the set_mtu patch into separate patches. * Add better description to per port private data patch * stats_reset patch untouched from V1 John Miller (3): net/ark: allow unique user data for each port in extension calls net/ark: add set_mtu call to user extension API net/ark: fix bug in stats_reset operation drivers/net/ark/ark_ethdev.c | 72 ++++++++++++++++++++++++++++++++------------ drivers/net/ark/ark_ext.h | 4 +++ drivers/net/ark/ark_global.h | 5 +-- 3 files changed, 60 insertions(+), 21 deletions(-) -- 1.9.1