From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 21/29] ixgbe/base: smplify add/remove VLANs Date: Mon, 13 Jun 2016 17:26:50 +0100 Message-ID: <575EDECA.1030506@intel.com> References: <1462514861-29419-1-git-send-email-beilei.xing@intel.com> <1462514861-29419-22-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Beilei Xing , helin.zhang@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7D73E56A2 for ; Mon, 13 Jun 2016 18:26:57 +0200 (CEST) In-Reply-To: <1462514861-29419-22-git-send-email-beilei.xing@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/6/2016 7:07 AM, Beilei Xing wrote: > This patch simplifies the adding and removing VLANs from > VFTA/VLVF/VLVFB registers. The logic to determine registers has > been simplified to (vid / 32) and (1 - vid / 32). Many conditional > paths and checks are no longer needed with this patch. >=20 > Signed-off-by: Beilei Xing > --- typo on patch subject: smplify ...