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 BF4A8A04C0; Tue, 29 Sep 2020 10:37:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD4261D53B; Tue, 29 Sep 2020 10:37:56 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1DC461D53A for ; Tue, 29 Sep 2020 10:37:54 +0200 (CEST) IronPort-SDR: ooH/0Msv3AHTapp8U/dnU/4LZQ2ptDCGzZ6VaDOGV3Alg1VySDNlJyAmRe/fU7vd82J/JL5w8K q9dg78GPWlhA== X-IronPort-AV: E=McAfee;i="6000,8403,9758"; a="159521787" X-IronPort-AV: E=Sophos;i="5.77,317,1596524400"; d="scan'208";a="159521787" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2020 01:37:53 -0700 IronPort-SDR: uwRh+WdiWr0DoTtoMU9+IdFH3iaupKxHGmabby8NjCSNCDz9fQpxPVbRvr3SbBwv8lzHj7Jd2r oEdqlDx8SjIw== X-IronPort-AV: E=Sophos;i="5.77,317,1596524400"; d="scan'208";a="514597350" Received: from bricha3-mobl.ger.corp.intel.com ([10.213.220.178]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 29 Sep 2020 01:37:51 -0700 Date: Tue, 29 Sep 2020 09:37:48 +0100 From: Bruce Richardson To: Dumitru Ceara Cc: dev@dpdk.org, ferruh.yigit@intel.com, konstantin.ananyev@intel.com Message-ID: <20200929083748.GA960@bricha3-MOBL.ger.corp.intel.com> References: <1600425415-31834-1-git-send-email-dceara@redhat.com> <1601318849-16691-1-git-send-email-dceara@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1601318849-16691-1-git-send-email-dceara@redhat.com> 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 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