From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id C82B67EB0 for ; Thu, 4 Dec 2014 11:26:13 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id l18so22090783wgh.30 for ; Thu, 04 Dec 2014 02:26:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=5JPE55D4zP40S7HiO52TqFWFtuHJR+cV1+kXMSbMnLI=; b=WRE+q3zC83zELoJEt8R0wRT81OSw0uEdQjOZoegf7S2MIVs4+5ksUfzaD8w0L/Dqj2 IOO/kgUa40BP6WGKWZhLY6zeosnxmVPvGkoaneppLThSqkk08cp/UG/IdGUbLVZ82iZM 321xF8Omv1McjNlrI0l0W7K9Cphk0fMI+41A1biHLEbIqPWdQdCzVzA77hnsKKCAQpM7 5spN409ygAYHyLf9kMj9T/eYLOBJaVt6l4+yIR87J2XiENm/eKjZNnllZq+mUwmdK0DB riIJPBJ6gItM4YVeBJGqJAdcGcHTCagUm//HX94HV1pUypVC8JU9oHImAKGJVMxJZBKf YynQ== X-Gm-Message-State: ALoCoQlRgiCg2pPovqtMC/1pa7Wk2cXG0u5AsPTwruEZuZ9iIk+eJM/64S3DpKrW/thMTKuDxuGO X-Received: by 10.194.23.202 with SMTP id o10mr14614117wjf.73.1417688773631; Thu, 04 Dec 2014 02:26:13 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u5sm40725117wiz.9.2014.12.04.02.26.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 02:26:12 -0800 (PST) From: Thomas Monjalon To: "Chen, Jing D" Date: Thu, 04 Dec 2014 11:25:48 +0100 Message-ID: <4822681.F5vea3YAsE@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286C9CAEC@SHSMSX101.ccr.corp.intel.com> References: <1417686605-6778-1-git-send-email-jing.d.chen@intel.com> <533710CFB86FA344BFBF2D6802E60286C9CAEC@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] i40e: Fix a vlan bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 10:26:14 -0000 2014-12-04 10:18, Qiu, Michael: > Hi Mark, > > I think Huawei (huawei.xie@intel.com) has one patch set to fix this issue. > > If your patch is totally different with him: > > [dpdk-dev] [PATCH v4 0/2] lib/librte_pmd_i40e: set vlan filter fix > > please ignore my comments :) > > But you both calculation are different. Yes, please Jing (Mark), if you reworked the v4 patch, it would clearer to have a changelog, to name it v5 and to insert it in the previous thread with --in-reply-to. At the moment, both patches block each other. -- Thomas