From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1F9C41B1D0 for ; Tue, 9 Jan 2018 18:31:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 09:31:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,336,1511856000"; d="scan'208";a="17906981" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2018 09:31:38 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1514112404-13398-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <1cdc79da-22ba-4e20-7eb6-77e11fbfb4c2@intel.com> Date: Tue, 9 Jan 2018 17:31:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1514112404-13398-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/14] net/sfc: support NVGRE, VXLAN and GENEVE tunnels 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, 09 Jan 2018 17:31:40 -0000 On 12/24/2017 10:46 AM, Andrew Rybchenko wrote: > MC reboot handling is required for tunnels support since tunnel UDP > ports reconfiguration triggers MC reboot. > > Support tunnel packet types classification and inner/outer Rx checksum > offload in EF10 native Rx datapath. > > Support for inner checksum offload on transmit is datapath-independent > since it just requires to enable the offload. > > checkpatches.sh generates errors/warnings for base driver patches > because of coding standard difference. > > Warning about positive errno is expected since positive error codes are > used inside the driver (since base driver uses positive error code) and > conversion to negative is done in net/sfc ethdev interface implementation. > > Andrew Rybchenko (13): > net/sfc: fix label name to be consistent > net/sfc: do not hold management event queue lock while MCDI > net/sfc: handle MC reboot event > net/sfc: retry port start to handle MC reboot in the middle > net/sfc/base: control RxQ scatter using flag instead of type > net/sfc/base: add function to create packed stream RxQ > net/sfc/base: allow to request inner classes for Rx packets > net/sfc: support UDP tunnel ports configuration > net/sfc: fix incorrect bitwise ORing of L3/L4 packet types > net/sfc: support VXLAN and NVGRE packet types classification > net/sfc: correct Rx checksum offloads for tunnel packets > net/sfc: support inner checksum offload on transmit > doc: add net/sfc tunnels support to release features > > Ivan Malov (1): > net/sfc/base: add API to control UDP tunnel ports Series applied to dpdk-next-net/master, thanks.