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 F296AA0C53 for ; Wed, 24 Nov 2021 14:48:57 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4161426D7; Wed, 24 Nov 2021 14:48:57 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 0FCE0411FE for ; Wed, 24 Nov 2021 14:48:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637761735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k0iZfjXShWPpoJa8ws40RUKe0xA/gc3Nja+NcuHlRDk=; b=ZrvGtU48Bf8eA7jRYQDeQbbmwjsxnNS/hkMXshCDhJdahK1Gvg0q81zfuJnQekSJ0FLW5l RqdrEyl2RL5+UB6mJypl52sMVelpwdkgA4Is6nhHQ6mngm+m6xnt36dADdEr5jvui+1wYf voNp2MCIC32zmzDjp23s53Ptyw2va7w= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-568-EjVuYDxJMSKfYg9dUVL9Og-1; Wed, 24 Nov 2021 08:48:54 -0500 X-MC-Unique: EjVuYDxJMSKfYg9dUVL9Og-1 Received: by mail-lf1-f71.google.com with SMTP id z1-20020a056512308100b003ff78e6402bso1433389lfd.4 for ; Wed, 24 Nov 2021 05:48:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=k0iZfjXShWPpoJa8ws40RUKe0xA/gc3Nja+NcuHlRDk=; b=aj/uI0+uUO/I9gZOzXE06ziysvzVPBND1ryjq0z1QANmx0WD7K4LXIoBi5ZF7/UltE NjuWZLjLRDAQj3IOo3iPzy8VYjWRIw559iYDtdd0G6jue57EdmzEGces5JX8CvpSFkxX rSbcGsh+MqwEZI13CTU5NTw6QoMZDsHpCnJBSuuwTOghN8ZTrU5NxvXJbz0k7ALmyg2P UBPhsYr3CZOcGE3h0uP0F9byf8FqX2NHe66IoRYoCGkn4+okh9cDqN3/BVG+zJEM5DJw jmJWl0vgsB5BrZq/03aTuucPDFG+pOaorJUjXpFuFXWmA4ZJRT9dStAmFXxLf4usvuc8 kw7g== X-Gm-Message-State: AOAM5324ZxELxDs7PVrf/2R2huCuB76+pHIo3cUPwAwzXGEMR7hNergR d6Ee81dM2W6cRrNrLfvuQTDZAN8Gnc+7O40cBwfqFTYOuapyRkvEEqS4yqmeAPblc8QXGnYOJNm CfUBjkxgJ6NDtU+PKNE3Krr4= X-Received: by 2002:a2e:96c2:: with SMTP id d2mr16063889ljj.46.1637761732951; Wed, 24 Nov 2021 05:48:52 -0800 (PST) X-Google-Smtp-Source: ABdhPJwIx8J0A1lnec6sA9lDtK4X0H8hABG2dHHc5/Wp90uKL4FVeQg3KpGXC5EvtXE3xQOP1uHYP+e6NW8osYQc6Tk= X-Received: by 2002:a2e:96c2:: with SMTP id d2mr16063856ljj.46.1637761732706; Wed, 24 Nov 2021 05:48:52 -0800 (PST) MIME-Version: 1.0 References: <20211117061853.20979-1-vanshika.shukla@nxp.com> <20211122073122.10052-1-vanshika.shukla@nxp.com> In-Reply-To: From: David Marchand Date: Wed, 24 Nov 2021 14:48:41 +0100 Message-ID: Subject: Re: [PATCH v2] examples/ptpclient: fix delay request message To: Nipun Gupta Cc: Vanshika Shukla , "dev@dpdk.org" , "thomas@monjalon.net" , "stable@dpdk.org" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Tue, Nov 23, 2021 at 6:40 PM Nipun Gupta wrote: > > Acked-by: Nipun Gupta Please don't top post. Can you also be careful with your ack tag? It is missing a space between name and mail address. > > > -----Original Message----- > > From: vanshika.shukla@nxp.com > > Sent: 22 November 2021 13:01 > > To: dev@dpdk.org; thomas@monjalon.net > > Cc: Nipun Gupta ; david.marchand@redhat.com; > > stable@dpdk.org; Vanshika Shukla > > Subject: [PATCH v2] examples/ptpclient: fix delay request message > > > > From: Vanshika Shukla > > > > The size of delay request message sent out by the DPDK > > ptpclient application was observed to have extra length > > than expected. Due to this, bad messages were observed > > on the master side and delay response was not received. > > This patch fixes this bug. > > > > Fixes: ab129e9065a5 ("examples/ptpclient: add minimal PTP client") > > Cc: stable@dpdk.org > > > > Signed-off-by: Vanshika Shukla -- David Marchand