From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/3] mlx4: fix missing ol_flags in scattered RX function Date: Tue, 20 Oct 2015 21:59:46 +0200 Message-ID: <7320781.qVNErIohml@xps13> References: <1444067408-29329-1-git-send-email-adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Adrien Mazarguil Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 90BC78E86 for ; Tue, 20 Oct 2015 22:00:53 +0200 (CEST) Received: by wijp11 with SMTP id p11so64091297wij.0 for ; Tue, 20 Oct 2015 13:00:53 -0700 (PDT) In-Reply-To: <1444067408-29329-1-git-send-email-adrien.mazarguil@6wind.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-10-05 19:50, Adrien Mazarguil: > They were dropped by mistake in the commit below. > > Fixes: ab351fe1c95c ("mbuf: remove packet type from offload flags") > > Signed-off-by: Adrien Mazarguil Series applied, thanks