DPDK patches and discussions
 help / color / mirror / Atom feed
From: Somnath Kotur <somnath.kotur@broadcom.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] bnxt: Fix to set timestamp flag as well in the offload flags for the recieved pkt in case of PTP offload
Date: Thu, 1 Feb 2018 21:13:04 +0530	[thread overview]
Message-ID: <CAOBf=msQcNj0Vv_cszg-2Sfwvp8F7sUcutkAGYMm41vgqhqkYw@mail.gmail.com> (raw)
In-Reply-To: <c89511d1-06e1-7034-76a7-431e96367187@intel.com>

Sure , will do a response

Thanks
Som

On Feb 1, 2018 8:54 PM, "Ferruh Yigit" <ferruh.yigit@intel.com> wrote:

> On 2/1/2018 5:09 AM, Somnath Kotur wrote:
>
> Hi Somnath,
>
> Can you please keep patch title brief (around 50 characters) and put more
> content in commit log?
>
> > Signed-off-by: Somnath Kotur <somnath.kotur@broadcom.com>
> > ---
> >  drivers/net/bnxt/bnxt_rxr.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/net/bnxt/bnxt_rxr.c b/drivers/net/bnxt/bnxt_rxr.c
> > index 82c93d6..430990d 100644
> > --- a/drivers/net/bnxt/bnxt_rxr.c
> > +++ b/drivers/net/bnxt/bnxt_rxr.c
> > @@ -459,7 +459,7 @@ static int bnxt_rx_pkt(struct rte_mbuf **rx_pkt,
> >
> >       if ((rxcmp->flags_type & rte_cpu_to_le_16(RX_PKT_CMPL_FLAGS_MASK))
> ==
> >            RX_PKT_CMPL_FLAGS_ITYPE_PTP_W_TIMESTAMP)
> > -             mbuf->ol_flags |= PKT_RX_IEEE1588_PTP;
> > +             mbuf->ol_flags |= PKT_RX_IEEE1588_PTP |
> PKT_RX_IEEE1588_TMST;
> >
> >       if (agg_buf)
> >               bnxt_rx_pages(rxq, mbuf, &tmp_raw_cons, agg_buf);
> >
>
>

      reply	other threads:[~2018-02-01 15:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-01  5:09 Somnath Kotur
2018-02-01 15:24 ` Ferruh Yigit
2018-02-01 15:43   ` Somnath Kotur [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOBf=msQcNj0Vv_cszg-2Sfwvp8F7sUcutkAGYMm41vgqhqkYw@mail.gmail.com' \
    --to=somnath.kotur@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).