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 07BD2A0353; Wed, 13 Nov 2019 03:48:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 546E42B8B; Wed, 13 Nov 2019 03:48:09 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 525412AB for ; Wed, 13 Nov 2019 03:48:08 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:48:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="379082518" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga005.jf.intel.com with ESMTP; 12 Nov 2019 18:48:04 -0800 Date: Wed, 13 Nov 2019 10:44:49 +0800 From: Ye Xiaolong To: Wei Zhao Cc: dev@dpdk.org, Dan Nowlin , Qi Zhang Message-ID: <20191113024449.GG4784@intel.com> References: <1573528915-38461-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1573528915-38461-1-git-send-email-wei.zhao1@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/ice/base: correct swtch programming IPV6 header bitmask 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 11/12, Wei Zhao wrote: >Correct an error in the IPV6 header bitmask used for programming switch >rules. Also, change other programming switch headers to use big endian >fields in order to make setting these easier. > >Fixes: 04b8ec1ea807 ("net/ice/base: add protocol structures and defines") > >Signed-off-by: Dan Nowlin >Signed-off-by: Wei Zhao >Signed-off-by: Qi Zhang >--- > drivers/net/ice/base/ice_protocol_type.h | 79 ++++++++++++++++++-------------- > drivers/net/ice/base/ice_switch.c | 15 +----- > drivers/net/ice/ice_switch_filter.c | 9 +++- > 3 files changed, 52 insertions(+), 51 deletions(-) > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.