From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 29/53] net/sfc/base: request info about outer frame in Rx events Date: Mon, 27 Nov 2017 11:57:52 -0800 Message-ID: <25261881-7716-710f-354e-0655c5c48eaa@intel.com> References: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> <1510819481-6809-30-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Mark Spender To: Andrew Rybchenko , dev@dpdk.org 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) In-Reply-To: <1510819481-6809-30-git-send-email-arybchenko@solarflare.com> Content-Language: en-US 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 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 <...>