From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id DE19856A8 for ; Fri, 23 Sep 2016 10:39:53 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id w84so17496681wmg.1 for ; Fri, 23 Sep 2016 01:39:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=qjOsm4nx+NVYgZAGM169wai1YUiRS1jOqHwBhT500S4=; b=K7VBeM5A8GxuTLihG+mLf+xtquHnK5h79Q/XBRYzca0cnZ0tWjg+odOhSwYVQSlV3U OyAWdH+4L6jOHOYam4aIXA0Goi3VDNJnvmYwu46xNPWO99918EXLAr1C28wEl1DdTRxM +kgKiqeU2EhB6RZGhzr2onzw6Ij6Gme1CIwy8LrUOsmeIfl8SlPRKmAVh5O4aFaTVuWp wy29l8ifoj3JI/F/7Hzl/7JdFSKK2ZGLRDSXW5rPkUnOSDjujMELswzaMdglngkSiE7z LkL8KZR/7QnvHoeZmuaZ+m5jAvfGPsQmClDjdJgssml5IIBqaIdYHN7Rd4OVJP5PYoCy BIjQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=qjOsm4nx+NVYgZAGM169wai1YUiRS1jOqHwBhT500S4=; b=Q/e3lTaSVcR2f+Js7NtSqYHlWplSHTo/yhBmcVLQ9Z5vaHvV4+MDvxsPFRUlNEP5ua FkAhvMUQOP/hSWzyozA3tZ1xxWBEaDobrDjGu5U+HbLJwyCqfn2AmdMDKQ7xj9YWcznZ 0ktgcaaHak+W4bv56afK+jK0ul7YuCmoSIfQrPL5jcPeLUxH/BP/HtubiHPV++IoOc/N 5QBdUhrG9+9dr05LX3p2rc9InysOuajFTC+IksAl1xq/FHHn+qYnPp/H6xOO4Kbl+ELU zag6vVS2RYcEX4cKx51UHqWZrTk+e4Emyxp1SytfsVtCra92rDlTHcRIqVsa3RS0AJdE suRA== X-Gm-Message-State: AA6/9Rnar9yLL4U3N9+0J9MSUKG3kSJ5mVbyScnpHzlcEMqBh8g30RdysGMG4EvF8lGEsHI5 X-Received: by 10.28.19.194 with SMTP id 185mr1525123wmt.51.1474619993655; Fri, 23 Sep 2016 01:39:53 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id q65sm1932210wmd.24.2016.09.23.01.39.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Sep 2016 01:39:53 -0700 (PDT) From: Thomas Monjalon To: Yuanhan Liu Cc: "Mussar, Gary" , "Mcnamara, John" , dev@dpdk.org Date: Fri, 23 Sep 2016 10:39:51 +0200 Message-ID: <35124665.AWCee1BxOh@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160923073603.GX23158@yliu-dev.sh.intel.com> References: <1472822193-107410-1-git-send-email-gmussar@ciena.com> <2048535.gxr77GMEX2@xps13> <20160923073603.GX23158@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] Tools: Fix issue with virtio interface names 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: Fri, 23 Sep 2016 08:39:54 -0000 2016-09-23 15:36, Yuanhan Liu: > On Thu, Sep 22, 2016 at 04:46:52PM +0200, Thomas Monjalon wrote: > > 2016-09-22 10:34, Mussar, Gary: > > > I am new at submitting patches to dpdk.org. This patch has been acked and patchwork claims success on build it: http://www.dpdk.org/dev/patchwork/patch/15595/ > > > > > > Other users state it has corrected their problems. Am I supposed to be doing something else with it before it gets applied to master? > > > > No, thanks Gary. > > It will be applied as soon as a lazy guy starts doing his work :) > > Hmm., I just found this has been assinged to me in patchwork... > > Thomas, should I apply it to next-virtio tree, or you will apply it on > yours? Oh sorry, I was thinking to apply it myself when reading Gary's mail. But yes, Yuanhan, you can handle it in the virtio tree. It will be faster if you bypass the lazy man ;)