mbox series

[iproute2-next,0/3] minor improvements to makefile, devlink

Message ID 20240703131521.60284-1-przemyslaw.kitszel@intel.com (mailing list archive)
Headers show
Series minor improvements to makefile, devlink | expand

Message

Przemek Kitszel July 3, 2024, 1:15 p.m. UTC
Three minor improvements: better error messages from devlink app,
fix to one example in the man page of devlink-resource,
and better build experience for single-app focused devs.

Przemek Kitszel (3):
  man: devlink-resource: add missing words in the example
  devlink: print missing params even if an unknown one is present
  Makefile: support building from subdirectories

 Makefile                    | 45 -------------------------------------
 common.mk                   | 43 +++++++++++++++++++++++++++++++++++
 devlink/devlink.c           | 27 +++++++++++++++-------
 configure                   |  3 +++
 man/man8/devlink-resource.8 |  2 +-
 5 files changed, 66 insertions(+), 54 deletions(-)
 create mode 100644 common.mk


base-commit: 357808abd3a67bcf4d1444a25268c45dda62e87f

Comments

patchwork-bot+netdevbpf@kernel.org July 7, 2024, 4:50 p.m. UTC | #1
Hello:

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

On Wed,  3 Jul 2024 15:15:18 +0200 you wrote:
> Three minor improvements: better error messages from devlink app,
> fix to one example in the man page of devlink-resource,
> and better build experience for single-app focused devs.
> 
> Przemek Kitszel (3):
>   man: devlink-resource: add missing words in the example
>   devlink: print missing params even if an unknown one is present
>   Makefile: support building from subdirectories
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/3] man: devlink-resource: add missing words in the example
    (no matching commit)
  - [iproute2-next,2/3] devlink: print missing params even if an unknown one is present
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=77241a525bdc
  - [iproute2-next,3/3] Makefile: support building from subdirectories
    (no matching commit)

You are awesome, thank you!
patchwork-bot+netdevbpf@kernel.org July 8, 2024, 10:30 p.m. UTC | #2
Hello:

This series was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Wed,  3 Jul 2024 15:15:18 +0200 you wrote:
> Three minor improvements: better error messages from devlink app,
> fix to one example in the man page of devlink-resource,
> and better build experience for single-app focused devs.
> 
> Przemek Kitszel (3):
>   man: devlink-resource: add missing words in the example
>   devlink: print missing params even if an unknown one is present
>   Makefile: support building from subdirectories
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/3] man: devlink-resource: add missing words in the example
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=830f490e92df
  - [iproute2-next,2/3] devlink: print missing params even if an unknown one is present
    (no matching commit)
  - [iproute2-next,3/3] Makefile: support building from subdirectories
    (no matching commit)

You are awesome, thank you!