DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vignesh Purushotham Srinivas <vignesh.purushotham.srinivas@ericsson.com>
To: "stephen@networkplumber.org" <stephen@networkplumber.org>
Cc: "humin29@huawei.com" <humin29@huawei.com>,
	"chas3@att.com" <chas3@att.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH] net/bonding: add user callback for bond xmit policy
Date: Mon, 14 Oct 2024 16:40:56 +0000	[thread overview]
Message-ID: <ab88cd3b88314290122585f955083bb6f441873e.camel@ericsson.com> (raw)
In-Reply-To: <20241012111306.46f4f5c6@hermes.local>

On Thu, 15 Aug 2024 14:10:14 +0200
<vignesh.purushotham.srinivas@ericsson.com> wrote:

> > diff --git a/drivers/net/bonding/rte_eth_bond.h b/drivers/net/bonding/rte_eth_bond.h
> > index f10165f2c6..66bc41097a 100644
> > --- a/drivers/net/bonding/rte_eth_bond.h
> > +++ b/drivers/net/bonding/rte_eth_bond.h
> > @@ -91,6 +91,11 @@ extern "C" {
> >  /**< Layer 2+3 (Ethernet MAC + IP Addresses) transmit load balancing */
> >  #define BALANCE_XMIT_POLICY_LAYER34		(2)
> >  /**< Layer 3+4 (IP Addresses + UDP Ports) transmit load balancing */
> > +#define BALANCE_XMIT_POLICY_USER		(3)
> > +/**< User callback function to transmit load balancing */
> > +
> > +typedef void (*burst_xmit_hash_t)(struct rte_mbuf **buf, uint16_t nb_pkts,
> > +	uint16_t slave_count, uint16_t *slaves);
> 
> Change wording.
> 
> DPDK has replaced use of the non-inclusive term slave in bond driver.

ACK


      reply	other threads:[~2024-10-14 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15 12:10 vignesh.purushotham.srinivas
2024-08-15 15:55 ` Patrick Robb
2024-10-12 18:13 ` Stephen Hemminger
2024-10-14 16:40   ` Vignesh Purushotham Srinivas [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=ab88cd3b88314290122585f955083bb6f441873e.camel@ericsson.com \
    --to=vignesh.purushotham.srinivas@ericsson.com \
    --cc=chas3@att.com \
    --cc=dev@dpdk.org \
    --cc=humin29@huawei.com \
    --cc=stephen@networkplumber.org \
    /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).