From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E8198A054F; Tue, 16 Mar 2021 18:16:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 780B9406A2; Tue, 16 Mar 2021 18:16:03 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 4300D4069F for ; Tue, 16 Mar 2021 18:16:02 +0100 (CET) IronPort-SDR: 429FcDFwWmwI8Pw623MF47+UhqSRtig0cwrSgtYYCH1XuOEBSVxcrF6nArl6cEjsvkiFX9aop6 l06qsITLnDVw== X-IronPort-AV: E=McAfee;i="6000,8403,9925"; a="189395914" X-IronPort-AV: E=Sophos;i="5.81,254,1610438400"; d="scan'208";a="189395914" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 10:16:00 -0700 IronPort-SDR: vn3gvfucBuENhSAtJ6/jvi/6Ukq7EWmreG8GAn3f+MKBb12q2S2JaunumYYVLMafVNo0V1SfYM SI12Le/ZNaTQ== X-IronPort-AV: E=Sophos;i="5.81,254,1610438400"; d="scan'208";a="405609042" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.11.157]) ([10.252.11.157]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 10:15:58 -0700 To: Ivan Malov , dev@dpdk.org Cc: Andrew Rybchenko References: <20210312093143.28186-1-ivan.malov@oktetlabs.ru> <20210312110745.31721-1-ivan.malov@oktetlabs.ru> <20210312110745.31721-8-ivan.malov@oktetlabs.ru> <6176d831-f487-1ed7-53da-bc3d9f45d1d0@oktetlabs.ru> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 16 Mar 2021 17:15:51 +0000 MIME-Version: 1.0 In-Reply-To: <6176d831-f487-1ed7-53da-bc3d9f45d1d0@oktetlabs.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 08/10] net/sfc: support action VXLAN ENCAP in MAE backend X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 3/16/2021 5:10 PM, Ivan Malov wrote: > Hi, > > > WARNING:TYPO_SPELLING: 'referes' may be misspelled - perhaps 'refers'? > > #652: FILE: drivers/net/sfc/sfc_mae.c:2407: > > +    /* One of the pointers (ipv4, ipv6) referes to a dummy area. */ > > It looks like an oversight. What a terrible typo. Ferruh, shall I send v4 to fix > that? I sincerely apologise for this problem. > Hi Ivan, no worries, I can fix the typo while merging if that is the only issue.