DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jiawen Wu" <jiawenwu@trustnetic.com>
To: "'Ferruh Yigit'" <ferruh.yigit@intel.com>,
	"'Jian Wang'" <jianwang@trustnetic.com>
Cc: <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] net/txgbe: fix link macro
Date: Tue, 2 Nov 2021 09:51:42 +0800	[thread overview]
Message-ID: <011401d7cf8c$2fa25da0$8ee718e0$@trustnetic.com> (raw)
In-Reply-To: <20211101131932.3398023-1-ferruh.yigit@intel.com>

On November 1, 2021 9:20 PM, Ferruh Yigit wrote:
> Macro is changed unintentionally while adding RTE_ prefix, fixing the
original
> value.
> 
> Fixes: 295968d17407 ("ethdev: add namespace")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
>  drivers/net/txgbe/txgbe_ethdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/txgbe/txgbe_ethdev.c
> b/drivers/net/txgbe/txgbe_ethdev.c
> index 169272ded5b0..fde9914e493f 100644
> --- a/drivers/net/txgbe/txgbe_ethdev.c
> +++ b/drivers/net/txgbe/txgbe_ethdev.c
> @@ -2693,7 +2693,7 @@ txgbe_dev_link_update_share(struct rte_eth_dev
> *dev,
>  	link.link_speed = RTE_ETH_SPEED_NUM_NONE;
>  	link.link_duplex = RTE_ETH_LINK_HALF_DUPLEX;
>  	link.link_autoneg = !(dev->data->dev_conf.link_speeds &
> -			RTE_ETH_LINK_AUTONEG);
> +			RTE_ETH_LINK_SPEED_FIXED);
> 
>  	hw->mac.get_link_status = true;
> 
> --
> 2.31.1

Acked-by: Jiawen Wu <jiawenwu@trustnetic.com>




  reply	other threads:[~2021-11-02  1:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 13:19 Ferruh Yigit
2021-11-02  1:51 ` Jiawen Wu [this message]
2021-11-02 13:35   ` 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='011401d7cf8c$2fa25da0$8ee718e0$@trustnetic.com' \
    --to=jiawenwu@trustnetic.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jianwang@trustnetic.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).