From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f68.google.com (mail-it0-f68.google.com [209.85.214.68]) by dpdk.org (Postfix) with ESMTP id DA8BC58CE for ; Tue, 5 Dec 2017 05:23:42 +0100 (CET) Received: by mail-it0-f68.google.com with SMTP id r6so12145309itr.3 for ; Mon, 04 Dec 2017 20:23:42 -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=INM2rAhPbbj7er6rzAl2SO5G0cXDamCuBWkWluja1qE=; b=biObMCsfFl6UI49rYS6+dsfez3QJtFbtSqHC9o90SgDELB/1MOxdrZy5IvMNv6Kqi9 vxTsZDvF9vjpcelCNEkmZIsS5pq1CgC+CBa6HbvcvGFdcg0kUskPzlE4b/XRYCeMazcb Cra0FJzsfoyDVfrjK++9iAl8aBvuRv0tr+uwY= 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=INM2rAhPbbj7er6rzAl2SO5G0cXDamCuBWkWluja1qE=; b=RIMxPHIqm6LuAJf8TdTUbY6G4uRDNCizTjhgz3ccM5kS2yXWoN9iZX4STj89Mcp31G 7C+eruzyV2ut+3obrjf3wL8rfGBzs/CCr69HVwx/zDlE6d/w8aKBYYQRFgeaASeqG0U6 HKDEzVz4uXFgZMg73Lnv9S9x03/1wykw8uFFkqurNMIt7ROvcwHeNiIiOFzi1GgN5RlU tQExtzztYr7vuSesYhzYtnTCkNi/VuFZ7lLz8BeDFRCrjoqc6KlutvO4CF0fKfb0TNJR t+58XCIVPbcYwKNWgOQJ1H4ufGKI0rOloyRzpvfhX1Xr+/N9YpIn2Ks08WnfMsFP/Rd+ r1MQ== X-Gm-Message-State: AKGB3mKLqdU5ynec/QBnaKxWrveuRfjmOMg14u4NizfpnHY7EyJ4Vnr9 QwDhfmG1QW+3NBxNfeof3MYgnde6O/nHGKIjklQ+ww== X-Google-Smtp-Source: AGs4zMb4NE9vqZwuxVb2bdcue06MGWBSwMChVbYcWIcO4j3KGqv3uGBeClPH8lO8W7JvSscg7pP4pMiEkBkDGiUxhp0= X-Received: by 10.107.28.130 with SMTP id c124mr5262258ioc.94.1512447822240; Mon, 04 Dec 2017 20:23:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.149.134 with HTTP; Mon, 4 Dec 2017 20:23:21 -0800 (PST) In-Reply-To: <5a3706f6-3644-5a31-650c-62e52a96e508@intel.com> References: <20171130081329.5566-1-somnath.kotur@broadcom.com> <5a3706f6-3644-5a31-650c-62e52a96e508@intel.com> From: Somnath Kotur Date: Tue, 5 Dec 2017 09:53:21 +0530 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, Ajit Khaparde Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] net/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: Tue, 05 Dec 2017 04:23:43 -0000 Thank you for your comments Ferruh! Hope i got it right this time Thanks Som On Tue, Dec 5, 2017 at 5:35 AM, Ferruh Yigit wrote: > On 12/4/2017 4:03 PM, Ferruh Yigit wrote: >> On 11/30/2017 12:13 AM, Somnath Kotur wrote: >>> Implemented the 'time_sync' related APIs for supporting PTP. >>> Defined new FW structs, opcodes and cmds for the same. >>> >>> Signed-off-by: Somnath Kotur >>> --- >>> drivers/net/bnxt/bnxt.h | 49 +++++++ >>> drivers/net/bnxt/bnxt_ethdev.c | 245 ++++++++++++++++++++++++++++++++- >>> drivers/net/bnxt/bnxt_hwrm.c | 94 ++++++++++++- >>> drivers/net/bnxt/bnxt_hwrm.h | 1 + >>> drivers/net/bnxt/hsi_struct_def_dpdk.h | 222 +++++++++++++++++++++++++++++ >> >> Hi Somnath, >> >> Can you please update doc/guides/nics/features/bnxt.ini to announce "Timesync" >> feature? > > Also since you are sending a new version, can you please update patch subject too? > > Thanks, > ferruh > >> >>> 5 files changed, 609 insertions(+), 2 deletions(-) >>> >> >> >