From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id 2EF9D809C for ; Mon, 24 Nov 2014 16:40:07 +0100 (CET) Received: by mail-wi0-f176.google.com with SMTP id ex7so6127596wid.9 for ; Mon, 24 Nov 2014 07:50:55 -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=l5nB0koJ+ALFh65aEhYsUeuhrBFCt55yH6MRo1S0xIk=; b=CEuAIv90cF5WDNB+l7U0T++0E0R195ccu1SWusERJ2/fHw5PM+u2iK1NaCGbYGvWt8 JasdQt0WKCOZg78vxhRzHxK3egTjgAOL2S9qUNFv9zsSJf2gF8n0IgF3BWUOpiMGPkJv roXUhAc4imoxypjI4PHPLD9q2lFp9afyCXhI6O0plRdtMNYMKzERpRFdyBm29iNMTgzh sqhnsyaGSm8YUjr5c4SJZ02vOKUysPCz8io/5oC8RqLulusutA1mYP5SPfvea4hA5oES Cs0klnBSr4Fhlk6Bz3eq+tyMhIMfDosYxiM4M3hdYN0uP83jM9siXOywpGs1pDLctM8m a9mg== X-Gm-Message-State: ALoCoQm8VSTaSO6KgZ+XDgqAS9IqC1Sdc3NSh17qS1lP/QAxKBANX8o/uZ4oPfLIaG70hNd4xzfJ X-Received: by 10.194.71.84 with SMTP id s20mr34122472wju.128.1416844255520; Mon, 24 Nov 2014 07:50:55 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u9sm14309741wjy.37.2014.11.24.07.50.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 07:50:54 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 24 Nov 2014 16:50:29 +0100 Message-ID: <2570977.Jk85e1anB3@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1416480607-5198-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1416480607-5198-1-git-send-email-pablo.de.lara.guarch@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] examples/dpdk_qat: Fix reference to old mbuf field "data" 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: Mon, 24 Nov 2014 15:40:08 -0000 > DPDK QAT app was using the old "data" field in mbuf, > so it has been subtituted with rte_pktmbuf_mtod function. > > Signed-off-by: Pablo de Lara Acked-by: Thomas Monjalon Commit reference 08b563ffb19 ("mbuf: replace data pointer by an offset") added. Applied Thanks -- Thomas