netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description
@ 2023-07-21 14:58 Maciej Fijalkowski
  2023-07-24 13:46 ` Simon Horman
  2023-07-24 23:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Maciej Fijalkowski @ 2023-07-21 14:58 UTC (permalink / raw)
  To: netdev, kuba; +Cc: magnus.karlsson, davem, Maciej Fijalkowski, Stephen Rothwell

Cited commit under 'Fixes' tag introduced new member to struct
net_device without providing description of it - fix it.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20230720141613.61488b9e@canb.auug.org.au/
Fixes: 13ce2daa259a ("xsk: add new netlink attribute dedicated for ZC max frags")
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
---
 include/linux/netdevice.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 3800d0479698..11652e464f5d 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2043,6 +2043,8 @@ enum netdev_ml_priv_type {
  *			receive offload (GRO)
  * 	@gro_ipv4_max_size:	Maximum size of aggregated packet in generic
  * 				receive offload (GRO), for IPv4.
+ *	@xdp_zc_max_segs:	Maximum number of segments supported by AF_XDP
+ *				zero copy driver
  *
  *	@dev_addr_shadow:	Copy of @dev_addr to catch direct writes.
  *	@linkwatch_dev_tracker:	refcount tracker used by linkwatch.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description
  2023-07-21 14:58 [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description Maciej Fijalkowski
@ 2023-07-24 13:46 ` Simon Horman
  2023-07-24 23:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2023-07-24 13:46 UTC (permalink / raw)
  To: Maciej Fijalkowski; +Cc: netdev, kuba, magnus.karlsson, davem, Stephen Rothwell

On Fri, Jul 21, 2023 at 04:58:08PM +0200, Maciej Fijalkowski wrote:
> Cited commit under 'Fixes' tag introduced new member to struct
> net_device without providing description of it - fix it.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/all/20230720141613.61488b9e@canb.auug.org.au/
> Fixes: 13ce2daa259a ("xsk: add new netlink attribute dedicated for ZC max frags")
> Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>


Reviewed-by: Simon Horman <simon.horman@corigine.com>
Tested-by: Simon Horman <simon.horman@corigine.com> # build-tested


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description
  2023-07-21 14:58 [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description Maciej Fijalkowski
  2023-07-24 13:46 ` Simon Horman
@ 2023-07-24 23:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-07-24 23:10 UTC (permalink / raw)
  To: Maciej Fijalkowski; +Cc: netdev, kuba, magnus.karlsson, davem, sfr

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 21 Jul 2023 16:58:08 +0200 you wrote:
> Cited commit under 'Fixes' tag introduced new member to struct
> net_device without providing description of it - fix it.
> 
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/all/20230720141613.61488b9e@canb.auug.org.au/
> Fixes: 13ce2daa259a ("xsk: add new netlink attribute dedicated for ZC max frags")
> Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
> 
> [...]

Here is the summary with links:
  - [net-next] net: add missing net_device::xdp_zc_max_segs description
    https://git.kernel.org/netdev/net-next/c/a097627dcadd

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-24 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 14:58 [PATCH net-next] net: add missing net_device::xdp_zc_max_segs description Maciej Fijalkowski
2023-07-24 13:46 ` Simon Horman
2023-07-24 23:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).