From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 8E88F2A9 for ; Mon, 8 Dec 2014 10:31:09 +0100 (CET) Received: by mail-wi0-f175.google.com with SMTP id l15so4109431wiw.8 for ; Mon, 08 Dec 2014 01:31:09 -0800 (PST) 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=lwPNVwc3rFI15O3o7QEN8DrOay08LXM141d0YaHJx58=; b=bG0upGthGwQ2U/nd2AVT2Oarv3svPohnmevtL2zUt2P8p2aueXVZotYJW86MZ5C5VN rMHrXDAEakIcW8uxgh/olH3gT8dBR1YPhvFf3NDUN7kmmUNnafNVTN45qsapotYr6rG9 bpG2ux+QQrtBST55t1A7iijmkTHk2LmmqO7naack2et0il6AbDlH8r5NsTzPzYWzWNto F/hfSBNwWu719A2metCGllDU/9rV68TS1cDFlzF9OAFVWjBXr9UQlgH61CKOWmsEyeFf EVFy5kD5Iy5xttps+RouJIwUg3jmWPQmZO5tqELOsPbci2oVZDcFJFj1XT9BkjswHgOu Q8+g== X-Gm-Message-State: ALoCoQmDUyr0M2iCHCbmJLOdU85ZRfS58oR5DPeqZNKHWinsAfhzjhW80UFx2IxETNHEFsHLXUlp X-Received: by 10.194.179.166 with SMTP id dh6mr39727890wjc.87.1418031069415; Mon, 08 Dec 2014 01:31:09 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hn2sm55856315wjc.5.2014.12.08.01.31.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 Dec 2014 01:31:08 -0800 (PST) From: Thomas Monjalon To: Ouyang Changchun Date: Mon, 08 Dec 2014 10:30:42 +0100 Message-ID: <4047137.blhnCyLAqS@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418019716-4962-1-git-send-email-changchun.ouyang@intel.com> References: <1418019716-4962-1-git-send-email-changchun.ouyang@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] [RFC PATCH 00/17] Single virtio implementation 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: Mon, 08 Dec 2014 09:31:09 -0000 Hi Changchun, 2014-12-08 14:21, Ouyang Changchun: > This patch set bases on two original RFC patch sets from Stephen Hemminger[stephen@networkplumber.org] > Refer to [http://dpdk.org/ml/archives/dev/2014-August/004845.html ] for the original one. > This patch set also resolves some conflict with latest codes and removed duplicated codes. As you sent the patches, you appear as the author. But I guess Stephen should be the author for some of them. Please check who has contributed the most in each patch to decide. Thank you -- Thomas