All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Yong Wang <yongwang@vmware.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v4 5/6] vmxnet3: add TSO support
Date: Tue, 15 Mar 2016 21:39:13 +0100	[thread overview]
Message-ID: <7364691.IMnphpPQ7b@xps13> (raw)
In-Reply-To: <1452650917-7960-6-git-send-email-yongwang@vmware.com>

2016-01-12 18:08, Yong Wang:
> +               /* Drop non-TSO packet that is excessively fragmented */
> +               if (unlikely(!tso && count > VMXNET3_MAX_TXD_PER_PKT)) {
> +                       PMD_TX_LOG(ERROR, "Non-TSO packet cannot occupy more than %d tx "
> +                                  "descriptors. Packet dropped.", VMXNET3_MAX_TXD_PER_PKT);
> 

It cannot compile because rte_log.h defines RTE_LOG_ERR not RTE_LOG_ERROR.
Will be fixed when rebased on master branch.

  reply	other threads:[~2016-03-15 20:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-13  2:08 [PATCH v4 0/6] vmxnet3 TSO, tx cksum offload and cleanups Yong Wang
2016-01-13  2:08 ` [PATCH v4 1/6] vmxnet3: fix typos and remove unused struct Yong Wang
2016-01-13  2:08 ` [PATCH v4 2/6] vmxnet3: restore tx data ring support Yong Wang
2016-01-13  2:08 ` [PATCH v4 3/6] vmxnet3: cleanup txNumDeferred usage Yong Wang
2016-01-13  2:08 ` [PATCH v4 4/6] vmxnet3: add tx l4 cksum offload Yong Wang
2016-01-13  2:08 ` [PATCH v4 5/6] vmxnet3: add TSO support Yong Wang
2016-03-15 20:39   ` Thomas Monjalon [this message]
2016-01-13  2:08 ` [PATCH v4 6/6] vmxnet3: announce device offload capability Yong Wang
2016-01-13  4:56 ` [PATCH v4 0/6] vmxnet3 TSO, tx cksum offload and cleanups Stephen Hemminger
2016-02-10 12:30   ` Bruce Richardson

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=7364691.IMnphpPQ7b@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=yongwang@vmware.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.