All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: <vignesh.purushotham.srinivas@ericsson.com>
Cc: <chas3@att.com>, <humin29@huawei.com>, <dev@dpdk.org>
Subject: Re: [PATCH] net/bonding: add user callback for bond xmit policy
Date: Sat, 12 Oct 2024 11:13:06 -0700	[thread overview]
Message-ID: <20241012111306.46f4f5c6@hermes.local> (raw)
In-Reply-To: <20240815121014.612170-1-vignesh.purushotham.srinivas@ericsson.com>

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.

  parent reply	other threads:[~2024-10-12 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15 12:10 [PATCH] net/bonding: add user callback for bond xmit policy vignesh.purushotham.srinivas
2024-08-15 15:55 ` Patrick Robb
2024-10-12 18:13 ` Stephen Hemminger [this message]
2024-10-14 16:40   ` Vignesh Purushotham Srinivas

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=20241012111306.46f4f5c6@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=chas3@att.com \
    --cc=dev@dpdk.org \
    --cc=humin29@huawei.com \
    --cc=vignesh.purushotham.srinivas@ericsson.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.