From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask Date: Sun, 06 Dec 2015 22:30:45 +0100 Message-ID: <3127420.PKNGMLVa5M@xps13> References: <1449071533-9023-1-git-send-email-andrey.chilikin@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andrey Chilikin Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id C957B926B for ; Sun, 6 Dec 2015 22:31:56 +0100 (CET) Received: by wmec201 with SMTP id c201so127854918wme.1 for ; Sun, 06 Dec 2015 13:31:56 -0800 (PST) In-Reply-To: <1449071533-9023-1-git-send-email-andrey.chilikin@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" 2015-12-02 15:52, Andrey Chilikin: > Fix wrong copy-paste which led to one bit missing from I40E_INSET_FLEX_PAYLOAD mask > > Signed-off-by: Andrey Chilikin Applied, thanks