All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 0/2] ip nexthop: support fdb destination port
@ 2026-07-23  1:25 Jack Ma
  2026-07-23  1:25 ` [PATCH iproute2-next v2 1/2] uapi: add NHA_DST_PORT Jack Ma
  2026-07-23  1:25 ` [PATCH iproute2-next v2 2/2] ip nexthop: support fdb destination port Jack Ma
  0 siblings, 2 replies; 4+ messages in thread
From: Jack Ma @ 2026-07-23  1:25 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern, Stephen Hemminger, Jakub Kicinski, Jack Ma

Kernel side (net-next), which adds NHA_DST_PORT and is the reason for
this change:

  net: nexthop: per-nexthop UDP dst port for fdb (VXLAN) nexthops
  https://lore.kernel.org/netdev/20260723-b4-vxlan-fdb-port-v4-0-46e3a2dd88a3@gmail.com/

Signed-off-by: Jack Ma <jack4it@gmail.com>
---
Changes in v2:
- Rename NHA_FDB_PORT to NHA_DST_PORT and the "port" keyword to "dst_port",
  tracking the kernel rename (generic name, still fdb-only validated).
- Split the uapi header sync into its own patch (Ido Schimmel).
- Add the ip-nexthop(8) man page entry for dst_port (Ido Schimmel).
- Drop "fdb" from the "dst_port" usage; the kernel enforces the pairing
  (Ido Schimmel).
- Print the dumped port as "dst_port %u " and add the missing trailing
  space to "fdb" (Ido Schimmel).
- Link to v1: https://lore.kernel.org/netdev/20260722-b4-vxlan-fdb-port-iproute2-v1-1-45199b1ee240@gmail.com/

---
Jack Ma (2):
      uapi: add NHA_DST_PORT
      ip nexthop: support fdb destination port

 include/uapi/linux/nexthop.h |  3 +++
 ip/ipnexthop.c               | 18 ++++++++++++++++--
 ip/nh_common.h               |  1 +
 man/man8/ip-nexthop.8        | 15 ++++++++++++++-
 4 files changed, 34 insertions(+), 3 deletions(-)
---
base-commit: 35a237091c24858cac6c6679175bb6a628cbe400
change-id: 20260722-b4-vxlan-fdb-port-iproute2-13165877ba46

Best regards,
--  
Jack Ma <jack4it@gmail.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-23  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23  1:25 [PATCH iproute2-next v2 0/2] ip nexthop: support fdb destination port Jack Ma
2026-07-23  1:25 ` [PATCH iproute2-next v2 1/2] uapi: add NHA_DST_PORT Jack Ma
2026-07-23  1:25 ` [PATCH iproute2-next v2 2/2] ip nexthop: support fdb destination port Jack Ma
2026-07-23  7:49   ` Ido Schimmel

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.