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 v2] net/bonding: add user callback for bond xmit policy
Date: Tue, 3 Dec 2024 10:11:55 -0800	[thread overview]
Message-ID: <20241203101155.003754cc@hermes.local> (raw)
In-Reply-To: <20241015082049.3910138-1-vignesh.purushotham.srinivas@ericsson.com>

On Tue, 15 Oct 2024 10:20:49 +0200
<vignesh.purushotham.srinivas@ericsson.com> wrote:

> From: Vignesh PS <vignesh.purushotham.srinivas@ericsson.com>
> 
> Add support to bonding PMD to allow user callback
> function registration for TX transmit policy.
> 
> Signed-off-by: Vignesh PS <vignesh.purushotham.srinivas@ericsson.com>

Allowing a callback hook for more complex options is good, but needs
a little more work for completeness.

The xmit callback register should take a portid to indicate which
port it is for, and do checking of that portid that it is a bond port.

Also need a test in CI. Something in testpmd to set it.

      parent reply	other threads:[~2024-12-03 18:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15  8:20 [PATCH v2] net/bonding: add user callback for bond xmit policy vignesh.purushotham.srinivas
2024-10-17 16:04 ` Thomas Monjalon
2024-10-21  5:50 ` Chaoyong He
2024-12-03 18:11 ` Stephen Hemminger [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=20241203101155.003754cc@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.