From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <maxime.coquelin@redhat.com> Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 64D0F1B739 for <dev@dpdk.org>; Thu, 10 Jan 2019 15:25:13 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD82441A5D; Thu, 10 Jan 2019 14:25:12 +0000 (UTC) Received: from [10.36.112.17] (ovpn-112-17.ams2.redhat.com [10.36.112.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 715AC5C8A3; Thu, 10 Jan 2019 14:25:11 +0000 (UTC) To: Jens Freimann <jfreimann@redhat.com>, dev@dpdk.org Cc: tiwei.bie@intel.com References: <20190110131751.32670-1-jfreimann@redhat.com> <20190110131751.32670-3-jfreimann@redhat.com> From: Maxime Coquelin <maxime.coquelin@redhat.com> Message-ID: <213c9663-1cf2-9107-457e-efb94960ce6a@redhat.com> Date: Thu, 10 Jan 2019 15:25:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <20190110131751.32670-3-jfreimann@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 10 Jan 2019 14:25:12 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH v2 2/2] Revert "net/virtio-user: fail if cq used with packed vq" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 10 Jan 2019 14:25:13 -0000 On 1/10/19 2:17 PM, Jens Freimann wrote: > This reverts commit 5e4e7a7524a30c176bd6b1789ab30963f27f2681. > > Not a clean revert, I had to resolve a conflict due to > 616ea5519 net/virtio-user: fix packed vq option parsing Maybe good to explain why it can be reverted now. > > Signed-off-by: Jens Freimann <jfreimann@redhat.com> > --- > drivers/net/virtio/virtio_user/virtio_user_dev.c | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-) > With the clarification in commit message: Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>