From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1A5EA04B5; Wed, 30 Sep 2020 19:05:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CE9DF1D536; Wed, 30 Sep 2020 19:05:08 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1F7881D530 for ; Wed, 30 Sep 2020 19:05:05 +0200 (CEST) IronPort-SDR: b9OZA4DKfDwH/A86s00Yje6mVVDvRY7VpNEBLiooagEZnQ6pplAfySdqjvGdqKev3k1GQfYZCq 0t59u9kAWwiw== X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="159832568" X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="159832568" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 10:05:01 -0700 IronPort-SDR: 8Fi7di8vXfxR3e7T6om9Cnw6/e9YjqxFOJGSAVCdNj0jgW02c+0y3GyjB5/1JWZFkfAh9fhGGL 8buty9NvcZTg== X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="312659494" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.229.39]) ([10.213.229.39]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 10:04:59 -0700 To: Bruce Richardson , Dumitru Ceara Cc: dev@dpdk.org, konstantin.ananyev@intel.com References: <1600425415-31834-1-git-send-email-dceara@redhat.com> <1601318849-16691-1-git-send-email-dceara@redhat.com> <20200929083748.GA960@bricha3-MOBL.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <16b77079-5503-9e45-7ca9-85307090ca99@intel.com> Date: Wed, 30 Sep 2020 18:04:58 +0100 MIME-Version: 1.0 In-Reply-To: <20200929083748.GA960@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] net/ring: advertise multi segment TX and scatter RX. 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/29/2020 9:37 AM, Bruce Richardson wrote: > On Mon, Sep 28, 2020 at 08:47:29PM +0200, Dumitru Ceara wrote: >> Even though ring interfaces don't support any other TX/RX offloads they >> do support sending multi segment packets and this should be advertised >> in order to not break applications that use ring interfaces. >> >> Also advertise scatter RX support. >> >> Signed-off-by: Dumitru Ceara > > Acked-by: Bruce Richardson > Applied to dpdk-next-net/main, thanks. Note: I have added ring.ini in another patch, after it is accepted 'Scattered Rx' also needs to be as documented there after this patch.