DPDK patches and discussions
 help / color / mirror / Atom feed
From: Yong Wang <yongwang@vmware.com>
To: "Ido Barnea (ibarnea)" <ibarnea@cisco.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: Shrikrishna Khare <skhare@vmware.com>
Subject: Re: [dpdk-dev] [PATCH] Fill speed_capa for vmxnet3
Date: Wed, 8 Feb 2017 18:12:07 +0000	[thread overview]
Message-ID: <BL2PR05MB2355A8526F6242600CD5858AAF420@BL2PR05MB2355.namprd05.prod.outlook.com> (raw)
In-Reply-To: <1EF6D0FC-8132-47B5-BA79-AE5271C3B6F9@cisco.com>

> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ido Barnea (ibarnea)
> Sent: Thursday, February 2, 2017 4:08 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] Fill speed_capa for vmxnet3
> 
> From: Ido Barnea <ibarnea@cisco.com>
> 
> Signed-off-by: Ido Barnea <ibarnea@cisco.com>
> ---

Acked-by: Yong Wang <yongwang@vmware.com>

>  drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/vmxnet3/vmxnet3_ethdev.c
> b/drivers/net/vmxnet3/vmxnet3_ethdev.c
> index 52e3644..ff63a53 100644
> --- a/drivers/net/vmxnet3/vmxnet3_ethdev.c
> +++ b/drivers/net/vmxnet3/vmxnet3_ethdev.c
> @@ -720,6 +720,7 @@ vmxnet3_dev_info_get(struct rte_eth_dev *dev,
>  	dev_info->max_tx_queues = VMXNET3_MAX_TX_QUEUES;
>  	dev_info->min_rx_bufsize = 1518 + RTE_PKTMBUF_HEADROOM;
>  	dev_info->max_rx_pktlen = 16384; /* includes CRC, cf MAXFRS
> register */
> +	dev_info->speed_capa = ETH_LINK_SPEED_10G;
>  	dev_info->max_mac_addrs = VMXNET3_MAX_MAC_ADDRS;
> 	dev_info->default_txconf.txq_flags =
> ETH_TXQ_FLAGS_NOXSUMSCTP;
> -- 2.8.3
> 2.8.3


  parent reply	other threads:[~2017-02-08 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170202092008.57648-1-ibarnea@cisco.com>
2017-02-02 12:08 ` Ido Barnea (ibarnea)
2017-02-08 16:56   ` Ferruh Yigit
2017-02-08 18:12   ` Yong Wang [this message]
2017-02-09 12:52     ` Ferruh Yigit

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=BL2PR05MB2355A8526F6242600CD5858AAF420@BL2PR05MB2355.namprd05.prod.outlook.com \
    --to=yongwang@vmware.com \
    --cc=dev@dpdk.org \
    --cc=ibarnea@cisco.com \
    --cc=skhare@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 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).