XDP hardware hints discussion mail archive
 help / color / mirror / Atom feed
[xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
 2022-11-16  7:47 UTC  (26+ messages)
` [xdp-hints] [PATCH bpf-next 02/11] bpf: Introduce bpf_patch
` [xdp-hints] [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 07/11] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [xdp-hints] [PATCH bpf-next 08/11] selftests/bpf: Verify xdp_metadata xdp->skb path
` [xdp-hints] [PATCH bpf-next 09/11] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [xdp-hints] [PATCH bpf-next 10/11] mxl4: Support rx timestamp metadata for xdp
` [xdp-hints] Re: [PATCH bpf-next 00/11] xdp: hints via kfuncs

[xdp-hints] [RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-11 10:41 UTC  (64+ messages)
` [xdp-hints] [RFC bpf-next v2 01/14] bpf: Introduce bpf_patch
` [xdp-hints] [RFC bpf-next v2 02/14] bpf: Support inlined/unrolled kfuncs for xdp metadata
` [xdp-hints] [RFC bpf-next v2 03/14] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [xdp-hints] [RFC bpf-next v2 04/14] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next v2 05/14] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [xdp-hints] [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next v2 07/14] selftests/bpf: Verify xdp_metadata xdp->skb path
` [xdp-hints] [RFC bpf-next v2 08/14] bpf: Helper to simplify calling kernel routines from unrolled kfuncs
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next v2 09/14] ice: Introduce ice_xdp_buff wrapper for xdp_buff
` [xdp-hints] [RFC bpf-next v2 10/14] ice: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next v2 11/14] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [xdp-hints] [RFC bpf-next v2 12/14] mxl4: Support rx timestamp metadata for xdp
` [xdp-hints] [RFC bpf-next v2 13/14] bnxt: Introduce bnxt_xdp_buff wrapper for xdp_buff
` [xdp-hints] [RFC bpf-next v2 14/14] bnxt: Support rx timestamp metadata for xdp

[xdp-hints] [RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-11-03 15:25 UTC  (50+ messages)
` [xdp-hints] [RFC bpf-next 1/5] bpf: Support inlined/unrolled kfuncs for xdp metadata
` [xdp-hints] [RFC bpf-next 2/5] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next 3/5] libbpf: Pass prog_ifindex via bpf_object_open_opts
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next 4/5] selftests/bpf: Convert xskxceiver to use custom program
` [xdp-hints] [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
  ` [xdp-hints] "
` [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs

[xdp-hints] [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF
 2022-10-11 11:57 UTC  (57+ messages)
` [xdp-hints] [PATCH RFCv2 bpf-next 01/18] libbpf: factor out BTF loading from load_module_btfs()
` [xdp-hints] [PATCH RFCv2 bpf-next 02/18] libbpf: try to load vmlinux BTF from the kernel first
` [xdp-hints] [PATCH RFCv2 bpf-next 03/18] libbpf: patch module BTF obj+type ID into BPF insns
` [xdp-hints] [PATCH RFCv2 bpf-next 04/18] net: create xdp_hints_common and set functions
  ` [xdp-hints] "
` [xdp-hints] [PATCH RFCv2 bpf-next 05/18] net: add net_device feature flag for XDP-hints
` [xdp-hints] [PATCH RFCv2 bpf-next 06/18] xdp: controlling XDP-hints from BPF-prog via helper
` [xdp-hints] [PATCH RFCv2 bpf-next 07/18] i40e: Refactor i40e_ptp_rx_hwtstamp
` [xdp-hints] [PATCH RFCv2 bpf-next 08/18] i40e: refactor i40e_rx_checksum with helper
` [xdp-hints] [PATCH RFCv2 bpf-next 09/18] bpf: export btf functions for modules
` [xdp-hints] [PATCH RFCv2 bpf-next 10/18] btf: Add helper for kernel modules to lookup full BTF ID
` [xdp-hints] [PATCH RFCv2 bpf-next 11/18] i40e: add XDP-hints handling
` [xdp-hints] [PATCH RFCv2 bpf-next 12/18] net: use XDP-hints in xdp_frame to SKB conversion
` [xdp-hints] [PATCH RFCv2 bpf-next 13/18] mvneta: add XDP-hints support
` [xdp-hints] [PATCH RFCv2 bpf-next 14/18] i40e: Add xdp_hints_union
` [xdp-hints] [PATCH RFCv2 bpf-next 15/18] ixgbe: enable xdp-hints
` [xdp-hints] [PATCH RFCv2 bpf-next 16/18] ixgbe: add rx timestamp xdp hints support
` [xdp-hints] [PATCH RFCv2 bpf-next 17/18] xsk: AF_XDP xdp-hints support in desc options
  ` [xdp-hints] "
` [xdp-hints] [PATCH RFCv2 bpf-next 18/18] ixgbe: AF_XDP xdp-hints processing in ixgbe_clean_rx_irq_zc
` [xdp-hints] Re: [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF

[xdp-hints] XDP Workshop @ Netdev 0x16 -- send me your topics
 2022-10-05 16:15 UTC 

[xdp-hints] netdev conf 0x16 schedule posted
 2022-10-04 18:18 UTC 

[xdp-hints] How to extract BTF object ID from kernel module?
 2022-08-31 17:22 UTC  (2+ messages)
` [xdp-hints] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox