From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id 560F01B53 for ; Tue, 12 Sep 2017 04:31:47 +0200 (CEST) Received: by mail-pf0-f174.google.com with SMTP id q76so3091792pfq.2 for ; Mon, 11 Sep 2017 19:31:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=a8b3rDzlJbRpqNGgYM+sre7f8Y8qKgdOLKhKqOsi34A=; b=lOG//z7wdgSnirofYyNVYFeDbbtzeBnrNqs3umY+rpnMa95NXA7JTuXlooieA0qeVm 9oUgdeYxpfKeqxufUVHlU/jxbviR4zSgeTiETb6O+ICGI+C8yIjHXxml6OBIQyyDEh3C F2xROAa61pO9GQTqFL8hDwZpH8K3K6wjtssaADhwWOyxArOXC/M0wnX9HGDhB8BW320n Fa0Kv19AVo7GVPG14OQqOUI55aThYSOzzlSxHV8m5ZZb8HJZwqf7eEh1h1zJ/ucmZfr3 M5lJ6OizM0XA9ZdeiSxw9rNb2On2WrWOxVGxM6BxHcsbvbp7MznG0eJ6DzeZxcztWbvk 5jGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=a8b3rDzlJbRpqNGgYM+sre7f8Y8qKgdOLKhKqOsi34A=; b=ug5TZuabVykfbFwd5NzX23WdLG8L9zN0aSYTgl3LRrqQ1pRlQ8rRFdvV5DToyXxjGG bOFY4+BCfhrUpW2J5otl80+A2VLcwNcD2Dn4q13XrqKMmMCF31TWPrqqNdsBVAs2kXlJ dMAZvoSrMOtRvpTIN8gI4VQqmXKbKQmY0kjUvYdNwulfTRo9KZbDDrMPVF1WYqcZ+EkD 6co9X7VkEt6qXSb06p4NjRXPandfzoIlAW0ZVisYR+MPDOd+fvyCxtu1g1+QYnyOr4na WNSep2zh/eS6Wla/cKJGkpOy9w14pyp2QfFfx8BJCijS8z9MtPyEf13zeecjKAmPCkq6 oU0w== X-Gm-Message-State: AHPjjUj3G1nD8zmJg6NPcpzxxtpWw+teBI+6zS7TdlsOJBmfTRLrFrst PHxHk8zV+vpfT3/1CW+OeA== X-Google-Smtp-Source: ADKCNb4essnyl4nsmkXBEsAWE5d+cCx8X6vFAH4cDLxN6nJ69SHVa4PDSBYvVPoF6VnzS85xFYYvXw== X-Received: by 10.99.105.196 with SMTP id e187mr13043014pgc.360.1505183506534; Mon, 11 Sep 2017 19:31:46 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id r16sm18708805pfk.178.2017.09.11.19.31.43 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 Sep 2017 19:31:45 -0700 (PDT) Date: Tue, 12 Sep 2017 10:31:39 +0800 From: Yuanhan Liu To: Olivier Matz Cc: dev@dpdk.org, maxime.coquelin@redhat.com, stephen@networkplumber.org Message-ID: <20170912023138.GB2050@yliu-home> References: <20170831134015.1383-1-olivier.matz@6wind.com> <20170907121347.16208-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170907121347.16208-1-olivier.matz@6wind.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [dpdk-dev] [PATCH v2 00/10] virtio fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 02:31:47 -0000 On Thu, Sep 07, 2017 at 02:13:37PM +0200, Olivier Matz wrote: > This patchset addresses several issues related to offload and > Rx/Tx handler selection in virtio PMD. Thanks a lot for working on it. Seires applied to dpdk-next-virtio. --yliu > > v1 -> v2: > - add one patch to remove uneeded SSE check on x86 > - remove Cc stable on last patches > - inline virtio_update_rxtx_handler() in tx queue setup > > Olivier Matz (10): > net/virtio: revert "do not claim to support LRO" > net/virtio: revert "do not falsely claim to do IP checksum" > doc: fix description of L4 Rx checksum offload > net/virtio: fix log levels in configure > net/virtio: fix mbuf port for simple Rx function > net/virtio: fix queue setup consistency > net/virtio: rationalize setting of Rx/Tx handlers > net/virtio: remove SSE check > net/virtio: keep Rx handler whatever the Tx queue config > net/virtio: fix Rx handler when checksum is requested > > doc/guides/nics/features.rst | 1 + > drivers/net/virtio/virtio_ethdev.c | 111 ++++++++++++++++++++++++++------ > drivers/net/virtio/virtio_ethdev.h | 6 ++ > drivers/net/virtio/virtio_pci.h | 3 +- > drivers/net/virtio/virtio_rxtx.c | 73 ++++++++++----------- > drivers/net/virtio/virtio_rxtx_simple.c | 2 + > drivers/net/virtio/virtio_user_ethdev.c | 3 +- > 7 files changed, 141 insertions(+), 58 deletions(-) > > -- > 2.11.0