From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=3.0 tests=BAYES_00,DKIM_ADSP_DISCARD, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F08BC11F69 for ; Thu, 1 Jul 2021 14:06:18 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 990E460C3F for ; Thu, 1 Jul 2021 14:06:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 990E460C3F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=oktetlabs.ru Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9A36D40141; Thu, 1 Jul 2021 16:06:16 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 19A744003E for ; Thu, 1 Jul 2021 16:06:15 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id BD3F47F504; Thu, 1 Jul 2021 17:06:14 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru BD3F47F504 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1625148374; bh=qpSdmGt8SmEx2kGMkKDMsXcJodr1vQvXsb2Cm/1XQ/o=; h=Subject:To:References:From:Date:In-Reply-To; b=p2yMspZnS4Ge6VdtAVelOGi9IeiIHxf/mtWRp2hhLoly/2TV00XHQFwpY9phkMTJa qJyPz3PVzyZDRyRneeZY+efIamJetR5+JnPEPN6x+j8Fko23f9L/NEdneD38OdbgmW luo0sIMHkfnuVzZblVPPRKFWHDCyofXqVK1z6t+o= To: "Singh, Aman Deep" , dev@dpdk.org References: <20210617091716.2354978-1-rasland@nvidia.com> <9af41a93-ae9a-2aeb-0dcd-ae0129bf55b2@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Thu, 1 Jul 2021 17:06:14 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <9af41a93-ae9a-2aeb-0dcd-ae0129bf55b2@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6] ethdev: add new ext hdr for gtp psc 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" Hi Raslan, could you reply, please. Andrew. On 6/22/21 10:27 AM, Singh, Aman Deep wrote: > Hi Raslan, > > Can you please provide link to this RFC 38415-g30 > I just had some doubt on byte-order conversion as per RFC 1700 > > > Regards > Aman