From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id 0DBC9C3CC
 for <dev@dpdk.org>; Fri, 10 Jul 2015 17:43:47 +0200 (CEST)
Received: by wgck11 with SMTP id k11so252883554wgc.0
 for <dev@dpdk.org>; Fri, 10 Jul 2015 08:43:47 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=eUJ0NjJPtLwr6Fxi3NGLEPBs+YfSK6c9ruLjIlGZ5rA=;
 b=Ch78dsEBzOfHkb5yt6MD7Vg4afHpY6rnlOv1A5bUfCAh6yuNSS/MVeopwXQVsDHiSG
 r/qkIrFLvqxouZavG1RhqMPy8zSFXBQ43ozxh+Cv9YkjPXRBg1whgKeqiF1N4/ed9Lfe
 Y0YJe+XbMhkU8rATNMcTDIFrINJFVUeuy9iViqfJ7+OqWD4R98WdfKV+WEMABxEZMu4o
 hW6YJsWPmyVzyu38tk+Ichk92tmaxJ904YMZrJd4be3fV96Cv2cuXQHIazbubVxsfwlf
 WglWJFZdFEbhk6eFZOLk8BxJwkFWhXUmvy94cl9MmEXuArU4P63Prlw0qb3xyVRyncL0
 q6og==
X-Gm-Message-State: ALoCoQmc46OWabbTMIY8yeeoq+f0NJDwr2F0QTVBo02azHieDKX6+LcLu2aXQPmgmQpGLGsZtbfL
X-Received: by 10.180.99.2 with SMTP id em2mr7298173wib.59.1436543026877;
 Fri, 10 Jul 2015 08:43:46 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id ib9sm14174595wjb.2.2015.07.10.08.43.44
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 10 Jul 2015 08:43:45 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Zhang, Helin" <helin.zhang@intel.com>
Date: Fri, 10 Jul 2015 17:42:37 +0200
Message-ID: <6745316.zRc92PXR6v@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A891A2A@SHSMSX104.ccr.corp.intel.com>
References: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com>
 <1435356878-10304-4-git-send-email-miguel.bernal.marin@linux.intel.com>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A891A2A@SHSMSX104.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 3/4] kni: fix function parameter
	from	proto_ops pointers
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 10 Jul 2015 15:43:47 -0000

2015-07-10 15:34, Zhang, Helin:
> Could one of you guys help to review the KNI vhost part?

This series is already applied.
Thanks