From: Stephen Hemminger <stephen@networkplumber.org>
To: Vadim <podovinnikov@protei.ru>
Cc: chas3@att.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] fix lacp check system address
Date: Mon, 25 Nov 2019 14:25:18 -0800 [thread overview]
Message-ID: <20191125142518.5ae33d1e@hermes.lan> (raw)
In-Reply-To: <20191125131326.28111-1-podovinnikov@protei.ru>
On Mon, 25 Nov 2019 16:13:26 +0300
Vadim <podovinnikov@protei.ru> wrote:
> + MODE4_DEBUG("prefered partner system %02x:%02x:%02x:%02x:%02x:%02x "
> + "not equal self system: %02x:%02x:%02x:%02x:%02x:%02x\n",
> + partner->port_params.system.addr_bytes[0],
> + partner->port_params.system.addr_bytes[1],
> + partner->port_params.system.addr_bytes[2],
> + partner->port_params.system.addr_bytes[3],
> + partner->port_params.system.addr_bytes[4],
> + partner->port_params.system.addr_bytes[5],
> +
> + agg->actor.system.addr_bytes[0],
> + agg->actor.system.addr_bytes[1],
> + agg->actor.system.addr_bytes[2],
> + agg->actor.system.addr_bytes[3],
> + agg->actor.system.addr_bytes[4],
> + agg->actor.system.addr_bytes[5]);
Why not use rte_ether_format_addr instead?
next prev parent reply other threads:[~2019-11-25 22:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 13:13 [dpdk-dev] [PATCH] fix lacp check system address Vadim
2019-11-25 22:25 ` Stephen Hemminger [this message]
2019-11-26 11:45 ` [dpdk-dev] [PATCH v2] " Vadim
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=20191125142518.5ae33d1e@hermes.lan \
--to=stephen@networkplumber.org \
--cc=chas3@att.com \
--cc=dev@dpdk.org \
--cc=podovinnikov@protei.ru \
/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.