XDP hardware hints discussion mail archive
 help / color / mirror / Atom feed
[xdp-hints] [RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-10  1:26 UTC  (36+ 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] "

[xdp-hints] [カラダ研究所] お問い合わせありがとうございます
 2022-08-03 20:52 UTC 

[xdp-hints] [PATCH RFC bpf-next 0/9] Introduce XDP-hints via BTF
 2022-07-18 10:27 UTC  (8+ messages)
` [xdp-hints] [PATCH RFC bpf-next 5/9] xdp: controlling XDP-hints from BPF-prog via helper
  ` [xdp-hints] "
` [xdp-hints] [PATCH RFC bpf-next 7/9] i40e: add XDP-hints handling
  ` [xdp-hints] "

[xdp-hints] [PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-15 11:11 UTC  (43+ messages)
` [xdp-hints] [PATCH RFC bpf-next 29/52] net, xdp: try to fill skb fields when converting from an &xdp_frame
` [xdp-hints] [PATCH RFC bpf-next 30/52] net, gro: decouple GRO from the NAPI layer
` [xdp-hints] [PATCH RFC bpf-next 31/52] net, gro: expose some GRO API to use outside of NAPI
` [xdp-hints] [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [xdp-hints] [PATCH RFC bpf-next 33/52] bpf, cpumap: add option to set a timeout for deferred flush
` [xdp-hints] [PATCH RFC bpf-next 34/52] samples/bpf: add 'timeout' option to xdp_redirect_cpu
` [xdp-hints] [PATCH RFC bpf-next 35/52] net, skbuff: introduce napi_skb_cache_get_bulk()
` [xdp-hints] [PATCH RFC bpf-next 36/52] bpf, cpumap: switch to napi_skb_cache_get_bulk()
` [xdp-hints] [PATCH RFC bpf-next 37/52] rcupdate: fix access helpers for incomplete struct pointers on GCC < 10
` [xdp-hints] [PATCH RFC bpf-next 38/52] net, xdp: remove unused xdp_attachment_info::flags
` [xdp-hints] [PATCH RFC bpf-next 39/52] net, xdp: make &xdp_attachment_info a bit more useful in drivers
` [xdp-hints] [PATCH RFC bpf-next 40/52] net, xdp: add an RCU version of xdp_attachment_setup()
` [xdp-hints] [PATCH RFC bpf-next 41/52] net, xdp: replace net_device::xdp_prog pointer with &xdp_attachment_info
` [xdp-hints] [PATCH RFC bpf-next 42/52] net, xdp: shortcut skb->dev in bpf_prog_run_generic_xdp()
` [xdp-hints] [PATCH RFC bpf-next 43/52] net, xdp: build XDP generic metadata on Generic (skb) XDP path
` [xdp-hints] [PATCH RFC bpf-next 44/52] net, ice: allow XDP prog hot-swapping
` [xdp-hints] [PATCH RFC bpf-next 45/52] net, ice: consolidate all skb fields processing
` [xdp-hints] [PATCH RFC bpf-next 46/52] net, ice: use an onstack &xdp_meta_generic_rx to store HW frame info
` [xdp-hints] [PATCH RFC bpf-next 47/52] net, ice: build XDP generic metadata
` [xdp-hints] [PATCH RFC bpf-next 48/52] libbpf: compress Endianness ops with a macro
` [xdp-hints] [PATCH RFC bpf-next 49/52] libbpf: add LE <--> CPU conversion helpers
` [xdp-hints] [PATCH RFC bpf-next 50/52] libbpf: introduce a couple memory access helpers
` [xdp-hints] [PATCH RFC bpf-next 51/52] selftests/bpf: fix using test_xdp_meta BPF prog via skeleton infra
` [xdp-hints] [PATCH RFC bpf-next 52/52] selftests/bpf: add XDP Generic Hints selftest
` [xdp-hints] Re: [PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata

[xdp-hints] Re: [PATCH RFC bpf-next 5/9] xdp: controlling XDP-hints from BPF-prog via helper
 2022-07-06 13:29 UTC  (4+ messages)

[xdp-hints] XDP-hints presentation at LLC2022
 2022-07-04 13:07 UTC  (5+ 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