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 4152214E8 for ; Mon, 27 Nov 2017 20:57:53 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 11:57:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,465,1505804400"; d="scan'208";a="6888205" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.168]) ([10.241.225.168]) by orsmga003.jf.intel.com with ESMTP; 27 Nov 2017 11:57:52 -0800 To: Andrew Rybchenko , dev@dpdk.org Cc: Mark Spender References: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> <1510819481-6809-30-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <25261881-7716-710f-354e-0655c5c48eaa@intel.com> Date: Mon, 27 Nov 2017 11:57:52 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1510819481-6809-30-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 29/53] net/sfc/base: request info about outer frame in Rx events 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: Mon, 27 Nov 2017 19:57:54 -0000 On 11/16/2017 12:04 AM, Andrew Rybchenko wrote: > From: Mark Spender > > For encapsulated packets, the firmware gives info about the inner frame > fields by default. When not using encapsulation offload, ask for info > about the outer frame instead. > > Unless bug69842 is fixed, a driver reload will be needed, at least I guess this is your internal bug tracking id, this is not very useful in commit log since we don't have access to it. Leaving it as it is, but it would be more useful to describe defect here instead of referring to its id. > on some platforms, when switching from full-featured to low-latency > firmware (though users are unlikely to hit that). > > Signed-off-by: Mark Spender > Signed-off-by: Andrew Rybchenko <...>