All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Machon <daniel.machon@microchip.com>
Cc: <netdev@vger.kernel.org>, <davem@davemloft.net>,
	<edumazet@google.com>, <pabeni@redhat.com>,
	<lars.povlsen@microchip.com>, <Steen.Hegelund@microchip.com>,
	<UNGLinuxDriver@microchip.com>, <horatiu.vultur@microchip.com>,
	<casper.casan@gmail.com>, <rmk+kernel@armlinux.org.uk>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH net-next 2/5] net: microchip: sparx5: add support for offloading mqprio qdisc
Date: Mon, 19 Sep 2022 18:41:43 -0700	[thread overview]
Message-ID: <20220919184143.21e3b355@kernel.org> (raw)
In-Reply-To: <20220919120215.3815696-3-daniel.machon@microchip.com>

On Mon, 19 Sep 2022 14:02:12 +0200 Daniel Machon wrote:
> +#include "sparx5_main.h"

This is missing

#include "sparx5_qos.h"

otherwise we get a compiler warning on this patch

> +int sparx5_tc_mqprio_add(struct net_device *ndev, u8 num_tc)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Machon <daniel.machon@microchip.com>
Cc: <netdev@vger.kernel.org>, <davem@davemloft.net>,
	<edumazet@google.com>, <pabeni@redhat.com>,
	<lars.povlsen@microchip.com>, <Steen.Hegelund@microchip.com>,
	<UNGLinuxDriver@microchip.com>, <horatiu.vultur@microchip.com>,
	<casper.casan@gmail.com>, <rmk+kernel@armlinux.org.uk>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH net-next 2/5] net: microchip: sparx5: add support for offloading mqprio qdisc
Date: Mon, 19 Sep 2022 18:41:43 -0700	[thread overview]
Message-ID: <20220919184143.21e3b355@kernel.org> (raw)
In-Reply-To: <20220919120215.3815696-3-daniel.machon@microchip.com>

On Mon, 19 Sep 2022 14:02:12 +0200 Daniel Machon wrote:
> +#include "sparx5_main.h"

This is missing

#include "sparx5_qos.h"

otherwise we get a compiler warning on this patch

> +int sparx5_tc_mqprio_add(struct net_device *ndev, u8 num_tc)

  reply	other threads:[~2022-09-20  1:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19 12:02 [PATCH net-next 0/5] Add QoS offload support for sparx5 Daniel Machon
2022-09-19 12:02 ` Daniel Machon
2022-09-19 12:02 ` [PATCH net-next 1/5] net: microchip: sparx5: add tc setup hook Daniel Machon
2022-09-19 12:02   ` Daniel Machon
2022-09-19 12:02 ` [PATCH net-next 2/5] net: microchip: sparx5: add support for offloading mqprio qdisc Daniel Machon
2022-09-19 12:02   ` Daniel Machon
2022-09-20  1:41   ` Jakub Kicinski [this message]
2022-09-20  1:41     ` Jakub Kicinski
2022-09-19 12:02 ` [PATCH net-next 3/5] net: microchip: sparx5: add support for offloading tbf qdisc Daniel Machon
2022-09-19 12:02   ` Daniel Machon
2022-09-19 12:02 ` [PATCH net-next 4/5] net: microchip: sparx5: add support for offloading ets qdisc Daniel Machon
2022-09-19 12:02   ` Daniel Machon
2022-09-19 12:02 ` [PATCH net-next 5/5] maintainers: update MAINTAINERS file Daniel Machon
2022-09-19 12:02   ` Daniel Machon

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=20220919184143.21e3b355@kernel.org \
    --to=kuba@kernel.org \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=casper.casan@gmail.com \
    --cc=daniel.machon@microchip.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=lars.povlsen@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rmk+kernel@armlinux.org.uk \
    /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.