mbox series

[net-next,0/2] net: vxlan: add macro definition for number of IANA VXLAN-GPE port

Message ID 20211127093405.47218-1-huangguangbin2@huawei.com (mailing list archive)
Headers show
Series net: vxlan: add macro definition for number of IANA VXLAN-GPE port | expand

Message

Guangbin Huang Nov. 27, 2021, 9:34 a.m. UTC
This series add macro definition for number of IANA VXLAN-GPE port for
cleanup.

Hao Chen (2):
  net: vxlan: add macro definition for number of IANA VXLAN-GPE port
  net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +-
 drivers/net/vxlan.c                             | 2 +-
 include/net/vxlan.h                             | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 29, 2021, 12:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat, 27 Nov 2021 17:34:03 +0800 you wrote:
> This series add macro definition for number of IANA VXLAN-GPE port for
> cleanup.
> 
> Hao Chen (2):
>   net: vxlan: add macro definition for number of IANA VXLAN-GPE port
>   net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: vxlan: add macro definition for number of IANA VXLAN-GPE port
    https://git.kernel.org/netdev/net-next/c/ed618bd80947
  - [net-next,2/2] net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790
    https://git.kernel.org/netdev/net-next/c/e54b708c5441

You are awesome, thank you!