From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH 8/9] net/virtio: keep Rx handler whatever the Tx queue config Date: Fri, 1 Sep 2017 17:25:38 +0800 Message-ID: <20170901092538.GU9736@yliu-home> References: <20170831134015.1383-1-olivier.matz@6wind.com> <20170831134015.1383-9-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, maxime.coquelin@redhat.com, stephen@networkplumber.org, stable@dpdk.org To: Olivier Matz Return-path: Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 425357CC3 for ; Fri, 1 Sep 2017 11:25:47 +0200 (CEST) Received: by mail-pf0-f175.google.com with SMTP id g13so6598200pfm.2 for ; Fri, 01 Sep 2017 02:25:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20170831134015.1383-9-olivier.matz@6wind.com> 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 Thu, Aug 31, 2017 at 03:40:14PM +0200, Olivier Matz wrote: > Split use_simple_rxtx into use_simple_rx and use_simple_tx, > and ensure that only use_simple_tx is updated when txq flags > forces to use the standard Tx handler. I think it's a good idea to split it. > This change is also useful for next commit (disable simple Rx > path when Rx checksum is requested). > > Cc: stable@dpdk.org But again, I don't think it's a good idea to put them (including the next patch) to stable releases. --yliu