From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6FA9EA0579; Thu, 8 Apr 2021 18:07:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE43814113C; Thu, 8 Apr 2021 18:07:29 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id AC8794068B; Thu, 8 Apr 2021 18:07:28 +0200 (CEST) IronPort-SDR: 5XNq1tJKgga0qW41o0og9jx/ESj+IsB0jmmFkaqlKnf0DRL794oSgsuCXRUN+U5b4dOF9TMQzQ wX70Nvu/hU+A== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="193616757" X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="193616757" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 09:07:27 -0700 IronPort-SDR: 7/iJiweRJC5o95WlvIEr2wNVZM7aSTgNO1UU0n+niiPNf0HHhdeZK5K31sSbbvajJxjeYpVD0m RyGzwbKiAVOQ== X-IronPort-AV: E=Sophos;i="5.82,206,1613462400"; d="scan'208";a="380307044" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.5]) ([10.213.203.5]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 09:07:25 -0700 To: Lance Richardson , Jasvinder Singh , Bernard Iremonger Cc: dev@dpdk.org, stable@dpdk.org References: <20210330132328.796774-1-lance.richardson@broadcom.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 8 Apr 2021 17:07:21 +0100 MIME-Version: 1.0 In-Reply-To: <20210330132328.796774-1-lance.richardson@broadcom.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/1] app/test: fix TCP header initialization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/30/2021 2:23 PM, Lance Richardson wrote: > Initialize TCP data offset field with TCP header length, this > field is used to derive L4 header length and by hardware to > validate a TCP header. > > Fixes: 41f72ec94074 ("test: add packet burst generator functions") > Cc: stable@dpdk.org > > Signed-off-by: Lance Richardson Reviewed-by: Ferruh Yigit