All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Steen Hegelund <steen.hegelund@microchip.com>
Cc: "David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, <UNGLinuxDriver@microchip.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	"Casper Andersson" <casper.casan@gmail.com>,
	Russell King <rmk+kernel@armlinux.org.uk>,
	Wan Jiabing <wanjiabing@vivo.com>,
	"Nathan Huckleberry" <nhuck@google.com>,
	<linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Daniel Machon <daniel.machon@microchip.com>,
	Horatiu Vultur <horatiu.vultur@microchip.com>,
	Lars Povlsen <lars.povlsen@microchip.com>
Subject: Re: [PATCH net-next 1/4] net: microchip: sparx5: Support for copying and modifying rules in the API
Date: Tue, 22 Nov 2022 20:45:45 -0800	[thread overview]
Message-ID: <20221122204545.40597627@kernel.org> (raw)
In-Reply-To: <20221122145938.1775954-2-steen.hegelund@microchip.com>

On Tue, 22 Nov 2022 15:59:35 +0100 Steen Hegelund wrote:
> This adds support for making a copy of a rule and modify keys and actions
> to differentiate the copy.

gcc says:

drivers/net/ethernet/microchip/vcap/vcap_api.c:1479:16: warning: Using plain integer as NULL pointer

_______________________________________________
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: Steen Hegelund <steen.hegelund@microchip.com>
Cc: "David S . Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>, <UNGLinuxDriver@microchip.com>,
	Randy Dunlap <rdunlap@infradead.org>,
	"Casper Andersson" <casper.casan@gmail.com>,
	Russell King <rmk+kernel@armlinux.org.uk>,
	Wan Jiabing <wanjiabing@vivo.com>,
	"Nathan Huckleberry" <nhuck@google.com>,
	<linux-kernel@vger.kernel.org>, <netdev@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Daniel Machon <daniel.machon@microchip.com>,
	Horatiu Vultur <horatiu.vultur@microchip.com>,
	Lars Povlsen <lars.povlsen@microchip.com>
Subject: Re: [PATCH net-next 1/4] net: microchip: sparx5: Support for copying and modifying rules in the API
Date: Tue, 22 Nov 2022 20:45:45 -0800	[thread overview]
Message-ID: <20221122204545.40597627@kernel.org> (raw)
In-Reply-To: <20221122145938.1775954-2-steen.hegelund@microchip.com>

On Tue, 22 Nov 2022 15:59:35 +0100 Steen Hegelund wrote:
> This adds support for making a copy of a rule and modify keys and actions
> to differentiate the copy.

gcc says:

drivers/net/ethernet/microchip/vcap/vcap_api.c:1479:16: warning: Using plain integer as NULL pointer

  reply	other threads:[~2022-11-23  4:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 14:59 [PATCH net-next 0/4] TC protocol all support in Sparx5 IS2 VCAP Steen Hegelund
2022-11-22 14:59 ` Steen Hegelund
2022-11-22 14:59 ` [PATCH net-next 1/4] net: microchip: sparx5: Support for copying and modifying rules in the API Steen Hegelund
2022-11-22 14:59   ` Steen Hegelund
2022-11-23  4:45   ` Jakub Kicinski [this message]
2022-11-23  4:45     ` Jakub Kicinski
2022-11-23  9:42     ` Steen Hegelund
2022-11-23  9:42       ` Steen Hegelund
2022-11-22 14:59 ` [PATCH net-next 2/4] net: microchip: sparx5: Support for TC protocol all Steen Hegelund
2022-11-22 14:59   ` Steen Hegelund
2022-11-22 14:59 ` [PATCH net-next 3/4] net: microchip: sparx5: Support for displaying a list of keysets Steen Hegelund
2022-11-22 14:59   ` Steen Hegelund
2022-11-22 14:59 ` [PATCH net-next 4/4] net: microchip: sparx5: Add VCAP filter keys KUNIT test Steen Hegelund
2022-11-22 14:59   ` Steen Hegelund

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=20221122204545.40597627@kernel.org \
    --to=kuba@kernel.org \
    --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=nhuck@google.com \
    --cc=pabeni@redhat.com \
    --cc=rdunlap@infradead.org \
    --cc=rmk+kernel@armlinux.org.uk \
    --cc=steen.hegelund@microchip.com \
    --cc=wanjiabing@vivo.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.