public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Davide Caratti <dcaratti@redhat.com>
Cc: Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Jamal Hadi Salim <jhs@mojatatu.com>,
	Jiri Pirko <jiri@resnulli.us>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next v2 1/3] netdevsim: move TC offload code to a dedicated file
Date: Sat, 14 Mar 2026 09:02:10 -0700	[thread overview]
Message-ID: <20260314090210.0b7260d4@kernel.org> (raw)
In-Reply-To: <b9c3cab13359044df5e8fe52f47c09cf37754e92.1773411667.git.dcaratti@redhat.com>

On Fri, 13 Mar 2026 18:23:56 +0100 Davide Caratti wrote:
> diff --git a/drivers/net/netdevsim/netdevsim.h b/drivers/net/netdevsim/netdevsim.h
> index f767fc8a7505..fdd35ab29d98 100644
> --- a/drivers/net/netdevsim/netdevsim.h
> +++ b/drivers/net/netdevsim/netdevsim.h
> @@ -470,3 +470,6 @@ struct nsim_bus_dev {
>  
>  int nsim_bus_init(void);
>  void nsim_bus_exit(void);
> +
> +int nsim_setup_tc(struct net_device *dev, enum tc_setup_type type,
> +		  void *type_data);

Put this above struct nsim_bus_dev please

  reply	other threads:[~2026-03-14 16:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-13 17:23 [PATCH net-next v2 0/3] netdevsim: support ETS offload Davide Caratti
2026-03-13 17:23 ` [PATCH net-next v2 1/3] netdevsim: move TC offload code to a dedicated file Davide Caratti
2026-03-14 16:02   ` Jakub Kicinski [this message]
2026-03-13 17:23 ` [PATCH net-next v2 2/3] netdevsim: support tc-ets offload Davide Caratti
2026-03-13 17:23 ` [PATCH net-next v2 3/3] tc-testing: add a test case for ETS offload Davide Caratti
2026-03-14 15:26   ` Victor Nogueira
2026-03-13 19:42 ` [PATCH net-next v2 0/3] netdevsim: support " Jamal Hadi Salim
2026-03-13 22:11 ` Jakub Kicinski
2026-03-13 22:47   ` Victor Nogueira
2026-03-14 15:23     ` Victor Nogueira

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=20260314090210.0b7260d4@kernel.org \
    --to=kuba@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=dcaratti@redhat.com \
    --cc=edumazet@google.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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