All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jon Maloy <jmaloy@redhat.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net,
	tipc-discussion@lists.sourceforge.net,
	tung.q.nguyen@dektech.com.au, hoang.h.le@dektech.com.au,
	tuong.t.lien@dektech.com.au, maloy@donjonn.com, xinl@redhat.com,
	ying.xue@windriver.com, parthasarathy.bhuvaragan@gmail.com
Subject: Re: [net-next 00/16] tipc: cleanups and simplifications
Date: Wed, 17 Mar 2021 19:00:11 +0000	[thread overview]
Message-ID: <161600761117.6499.6305586975378624608.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210317020623.1258298-1-jmaloy@redhat.com>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue, 16 Mar 2021 22:06:07 -0400 you wrote:
> From: Jon Maloy <jmaloy@redhat.com>
> 
> We do a number of cleanups and simplifications, especially regarding
> call signatures in the binding table. This makes the code easier to
> understand and serves as preparation for upcoming functional additions.
> 
> Jon Maloy (16):
>   tipc: re-organize members of struct publication
>   tipc: move creation of publication item one level up in call chain
>   tipc: introduce new unified address type for internal use
>   tipc: simplify signature of tipc_namtbl_publish()
>   tipc: simplify call signatures for publication creation
>   tipc: simplify signature of tipc_nametbl_withdraw() functions
>   tipc: rename binding table lookup functions
>   tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
>   tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
>   tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
>   tipc: simplify signature of tipc_nametbl_lookup_group()
>   tipc: simplify signature of tipc_service_find_range()
>   tipc: simplify signature of tipc_find_service()
>   tipc: simplify api between binding table and topology server
>   tipc: add host-endian copy of user subscription to struct
>     tipc_subscription
>   tipc: remove some unnecessary warnings
> 
> [...]

Here is the summary with links:
  - [net-next,01/16] tipc: re-organize members of struct publication
    https://git.kernel.org/netdev/net-next/c/998d3907f419
  - [net-next,02/16] tipc: move creation of publication item one level up in call chain
    https://git.kernel.org/netdev/net-next/c/b26b5aa9cebe
  - [net-next,03/16] tipc: introduce new unified address type for internal use
    https://git.kernel.org/netdev/net-next/c/7823f04f34b8
  - [net-next,04/16] tipc: simplify signature of tipc_namtbl_publish()
    https://git.kernel.org/netdev/net-next/c/50a3499ab853
  - [net-next,05/16] tipc: simplify call signatures for publication creation
    https://git.kernel.org/netdev/net-next/c/a45ffa68573e
  - [net-next,06/16] tipc: simplify signature of tipc_nametbl_withdraw() functions
    https://git.kernel.org/netdev/net-next/c/2c98da079063
  - [net-next,07/16] tipc: rename binding table lookup functions
    https://git.kernel.org/netdev/net-next/c/66db239c4894
  - [net-next,08/16] tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
    https://git.kernel.org/netdev/net-next/c/908148bc5046
  - [net-next,09/16] tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
    https://git.kernel.org/netdev/net-next/c/45ceea2d403b
  - [net-next,10/16] tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
    https://git.kernel.org/netdev/net-next/c/833f867089e5
  - [net-next,11/16] tipc: simplify signature of tipc_nametbl_lookup_group()
    https://git.kernel.org/netdev/net-next/c/006ed14ef82b
  - [net-next,12/16] tipc: simplify signature of tipc_service_find_range()
    https://git.kernel.org/netdev/net-next/c/13c9d23f6ac3
  - [net-next,13/16] tipc: simplify signature of tipc_find_service()
    https://git.kernel.org/netdev/net-next/c/6e44867b01e6
  - [net-next,14/16] tipc: simplify api between binding table and topology server
    https://git.kernel.org/netdev/net-next/c/09f78b851ea3
  - [net-next,15/16] tipc: add host-endian copy of user subscription to struct tipc_subscription
    https://git.kernel.org/netdev/net-next/c/429189acac53
  - [net-next,16/16] tipc: remove some unnecessary warnings
    https://git.kernel.org/netdev/net-next/c/5c8349503d00

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



      parent reply	other threads:[~2021-03-17 19:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-17  2:06 [net-next 00/16] tipc: cleanups and simplifications jmaloy
2021-03-17  2:06 ` [net-next 01/16] tipc: re-organize members of struct publication jmaloy
2021-03-17  2:06 ` [net-next 02/16] tipc: move creation of publication item one level up in call chain jmaloy
2021-03-17  2:06 ` [net-next 03/16] tipc: introduce new unified address type for internal use jmaloy
2021-03-17  2:06 ` [net-next 04/16] tipc: simplify signature of tipc_namtbl_publish() jmaloy
2021-03-17  2:06 ` [net-next 05/16] tipc: simplify call signatures for publication creation jmaloy
2021-03-17  2:06 ` [net-next 06/16] tipc: simplify signature of tipc_nametbl_withdraw() functions jmaloy
2021-03-17  2:06 ` [net-next 07/16] tipc: rename binding table lookup functions jmaloy
2021-03-17  2:06 ` [net-next 08/16] tipc: refactor tipc_sendmsg() and tipc_lookup_anycast() jmaloy
2021-03-17  2:06 ` [net-next 09/16] tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets() jmaloy
2021-03-17  2:06 ` [net-next 10/16] tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes() jmaloy
2021-03-17  2:06 ` [net-next 11/16] tipc: simplify signature of tipc_nametbl_lookup_group() jmaloy
2021-03-17  2:06 ` [net-next 12/16] tipc: simplify signature of tipc_service_find_range() jmaloy
2021-03-17  2:06 ` [net-next 13/16] tipc: simplify signature of tipc_find_service() jmaloy
2021-03-17  2:06 ` [net-next 14/16] tipc: simplify api between binding table and topology server jmaloy
2021-03-17  2:06 ` [net-next 15/16] tipc: add host-endian copy of user subscription to struct tipc_subscription jmaloy
2021-03-17  2:06 ` [net-next 16/16] tipc: remove some unnecessary warnings jmaloy
2021-03-17 19:00 ` patchwork-bot+netdevbpf [this message]

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=161600761117.6499.6305586975378624608.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=hoang.h.le@dektech.com.au \
    --cc=jmaloy@redhat.com \
    --cc=maloy@donjonn.com \
    --cc=netdev@vger.kernel.org \
    --cc=parthasarathy.bhuvaragan@gmail.com \
    --cc=tipc-discussion@lists.sourceforge.net \
    --cc=tung.q.nguyen@dektech.com.au \
    --cc=tuong.t.lien@dektech.com.au \
    --cc=xinl@redhat.com \
    --cc=ying.xue@windriver.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.