diff mbox series

[net-next] net: add missing net_device::xdp_zc_max_segs description

Message ID 20230721145808.596298-1-maciej.fijalkowski@intel.com (mailing list archive)
State Accepted
Commit a097627dcaddb90f55c1780da348bf9b56f6b4bd
Delegated to: Netdev Maintainers
Headers show
Series [net-next] net: add missing net_device::xdp_zc_max_segs description | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net-next, async
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5487 this patch: 5487
netdev/cc_maintainers fail 1 blamed authors not CCed: ast@kernel.org; 7 maintainers not CCed: hawk@kernel.org daniel@iogearbox.net john.fastabend@gmail.com bpf@vger.kernel.org pabeni@redhat.com ast@kernel.org edumazet@google.com
netdev/build_clang success Errors and warnings before: 2273 this patch: 2273
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 5727 this patch: 5727
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/kdoc success Errors and warnings before: 1 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

Fijalkowski, Maciej July 21, 2023, 2:58 p.m. UTC
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(+)

Comments

Simon Horman July 24, 2023, 1:46 p.m. UTC | #1
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
patchwork-bot+netdevbpf@kernel.org July 24, 2023, 11:10 p.m. UTC | #2
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!
diff mbox series

Patch

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.