From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio: fix the wrong comment Date: Tue, 4 Jul 2017 17:26:37 +0800 Message-ID: <20170704092637.GP11626@yliu-home> References: <1498191285-32179-1-git-send-email-wang.yong19@zte.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Yong Wang Return-path: Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by dpdk.org (Postfix) with ESMTP id 86B8B2B84 for ; Tue, 4 Jul 2017 11:26:45 +0200 (CEST) Received: by mail-pf0-f195.google.com with SMTP id e199so29015354pfh.0 for ; Tue, 04 Jul 2017 02:26:45 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1498191285-32179-1-git-send-email-wang.yong19@zte.com.cn> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jun 23, 2017 at 12:14:45AM -0400, Yong Wang wrote: > Since "rte_eal_dev_init()" has been removed, the comment referred to > it should be modified simultaneously. > > Signed-off-by: Yong Wang Applied to dpdk-next-virtio. Thanks. --yliu