From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f176.google.com (mail-qt0-f176.google.com [209.85.216.176]) by dpdk.org (Postfix) with ESMTP id 1FD9D7CE2 for ; Thu, 7 Dec 2017 23:05:05 +0100 (CET) Received: by mail-qt0-f176.google.com with SMTP id u42so21537525qte.7 for ; Thu, 07 Dec 2017 14:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NPlDpGjlnH6jdxQoa8m4Pw/1C5dyxO68CCfNkA8Mfu0=; b=ZyeyfkNctIF8Vhgl2CYxpR6984HhMqb8IRfG+2+/WXNGDK2XOsT/Rs7cbViIDhYoY0 mzKKHBcsEBC2ZEczZr1cEsazNb/vJLWZffKur9aXY2B2uLAoBEKYzg1p73Hqh9udGmML CnAF5f9zFZCEwbUZoQDqvmZkzn89RnRHJrenE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NPlDpGjlnH6jdxQoa8m4Pw/1C5dyxO68CCfNkA8Mfu0=; b=WncY+JDgK79E55hSltMz1yiqeHc31cFCNt/3DOlf1VJNq9MZNUXZ0LRRDFHiIoIXka qBtqE7IoYQToDp+cL9QaGzprWrczbsKRXVFJCJ4oT1rYzMRPv2pIVVsKJtM8EMg636vi mSeJ5TN7SfzObZWaP45jeNj//2GctsjHUIxHa39CPmFA9Ir42u08DR0g738x9asrIzUl LLcgaGFyzxrCzk+YciAB90V9KE3CbNLc9bgpM0VkBFtd7/teAs2nb2ZPBlYn17DysRyh 36qavkLbdx3R8C3rGuuBiSXuKF5b4n+aQZNHV0EmSlIerqMWhNCfeoH51TXJGFSf7RpG NY0A== X-Gm-Message-State: AKGB3mJJgs4LhqeZu579dL58me+F5C/gWUnTjh1u+Z9FfKhfLt0epjWy 3z7QAPBcvEn2VZeUEZndwNg7K2gU/ck8Pryi51MVOA6k X-Google-Smtp-Source: AGs4zMZAVF/TZOT0/WXACntXjmd/cM+nPDLYFJl0uX3gzLXNit5A4EkIeP+KWawFFPHlIe6Z+pfi3ZOmr3uVvP4vbgw= X-Received: by 10.200.57.80 with SMTP id t16mr12042589qtb.98.1512684305214; Thu, 07 Dec 2017 14:05:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.237.44.99 with HTTP; Thu, 7 Dec 2017 14:04:24 -0800 (PST) In-Reply-To: <20171205072656.2335-1-somnath.kotur@broadcom.com> References: <20171205072656.2335-1-somnath.kotur@broadcom.com> From: Ajit Khaparde Date: Thu, 7 Dec 2017 14:04:24 -0800 Message-ID: To: Somnath Kotur Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3] bnxt: Support time_sync related APIs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 22:05:06 -0000 On Mon, Dec 4, 2017 at 11:26 PM, Somnath Kotur wrote: > Implemented the 'time_sync' related APIs for supporting the PTP protocol. > > Signed-off-by: Somnath Kotur > Acked-by: =E2=80=8B Ajit Khaparde =E2=80=8B > --- > v3 Changes > - Initialize the time counters correctly during timesync_enable > - Use correct flag to check for PTP in Rx completion > v2 Changes > - Updated bnxt.ini to announce 'timesync' feature > - Added code to correctly detect PTP in the pkt and set corresponding > ol_flags > for PTP in Rx path >