mbox series

[iproute2-next,0/4] devlink: Remove custom string conversions

Message ID 20220217025711.9369-1-dsahern@kernel.org (mailing list archive)
Headers show
Series devlink: Remove custom string conversions | expand

Message

David Ahern Feb. 17, 2022, 2:57 a.m. UTC
Remove strtouint${N}_t variants in favor of the library functions get_u${N}

David Ahern (4):
  devlink: Remove strtouint64_t in favor of get_u64
  devlink: Remove strtouint32_t in favor of get_u32
  devlink: Remove strtouint16_t in favor of get_u16
  devlink: Remove strtouint8_t in favor of get_u8

 devlink/devlink.c | 92 ++++++++++-------------------------------------
 1 file changed, 18 insertions(+), 74 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 21, 2022, 4:40 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Wed, 16 Feb 2022 19:57:07 -0700 you wrote:
> Remove strtouint${N}_t variants in favor of the library functions get_u${N}
> 
> David Ahern (4):
>   devlink: Remove strtouint64_t in favor of get_u64
>   devlink: Remove strtouint32_t in favor of get_u32
>   devlink: Remove strtouint16_t in favor of get_u16
>   devlink: Remove strtouint8_t in favor of get_u8
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/4] devlink: Remove strtouint64_t in favor of get_u64
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=7cb0e24dcfaa
  - [iproute2-next,2/4] devlink: Remove strtouint32_t in favor of get_u32
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=95c03f405183
  - [iproute2-next,3/4] devlink: Remove strtouint16_t in favor of get_u16
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=2688abf0c98d
  - [iproute2-next,4/4] devlink: Remove strtouint8_t in favor of get_u8
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=e8fd4d4b8448

You are awesome, thank you!