XDP hardware hints discussion mail archive
 help / color / mirror / Atom feed
[xdp-hints] [RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-10-28 18:46 UTC  (16+ 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  (15+ messages)
` [xdp-hints] [PATCH RFC bpf-next 1/9] i40e: Refactor i40e_ptp_rx_hwtstamp
` [xdp-hints] [PATCH RFC bpf-next 2/9] bpf: export btf functions for modules
` [xdp-hints] [PATCH RFC bpf-next 3/9] net: create xdp_hints_common and set functions
` [xdp-hints] [PATCH RFC bpf-next 4/9] net: add net_device feature flag for XDP-hints
` [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 6/9] i40e: refactor i40e_rx_checksum with helper
` [xdp-hints] [PATCH RFC bpf-next 7/9] i40e: add XDP-hints handling
  ` [xdp-hints] "
` [xdp-hints] [PATCH RFC bpf-next 8/9] net: use XDP-hints in xdp_frame to SKB conversion
` [xdp-hints] [PATCH RFC bpf-next 9/9] mvneta: add XDP-hints support

[xdp-hints] [PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-15 11:11 UTC  (71+ messages)
` [xdp-hints] [PATCH RFC bpf-next 01/52] libbpf: factor out BTF loading from load_module_btfs()
` [xdp-hints] [PATCH RFC bpf-next 02/52] libbpf: try to load vmlinux BTF from the kernel first
` [xdp-hints] [PATCH RFC bpf-next 03/52] libbpf: add function to get the pair BTF ID + type ID for a given type
` [xdp-hints] [PATCH RFC bpf-next 04/52] libbpf: patch module BTF ID into BPF insns
` [xdp-hints] [PATCH RFC bpf-next 05/52] net, xdp: decouple XDP code from the core networking code
` [xdp-hints] [PATCH RFC bpf-next 06/52] bpf: pass a pointer to union bpf_attr to bpf_link_ops::update_prog()
` [xdp-hints] [PATCH RFC bpf-next 07/52] net, xdp: remove redundant arguments from dev_xdp_{at,de}tach_link()
` [xdp-hints] [PATCH RFC bpf-next 08/52] net, xdp: factor out XDP install arguments to a separate structure
` [xdp-hints] [PATCH RFC bpf-next 09/52] net, xdp: add ability to specify BTF ID for XDP metadata
` [xdp-hints] [PATCH RFC bpf-next 10/52] net, xdp: add ability to specify frame size threshold "
` [xdp-hints] [PATCH RFC bpf-next 11/52] libbpf: factor out __bpf_set_link_xdp_fd_replace() args into a struct
` [xdp-hints] [PATCH RFC bpf-next 12/52] libbpf: add ability to set the BTF/type ID on setting XDP prog
` [xdp-hints] [PATCH RFC bpf-next 13/52] libbpf: add ability to set the meta threshold "
` [xdp-hints] [PATCH RFC bpf-next 14/52] libbpf: pass &bpf_link_create_opts directly to bpf_program__attach_fd()
` [xdp-hints] [PATCH RFC bpf-next 15/52] libbpf: add bpf_program__attach_xdp_opts()
` [xdp-hints] [PATCH RFC bpf-next 16/52] selftests/bpf: expand xdp_link to check that setting meta opts works
` [xdp-hints] [PATCH RFC bpf-next 17/52] samples/bpf: pass a struct to sample_install_xdp()
` [xdp-hints] [PATCH RFC bpf-next 18/52] samples/bpf: add ability to specify metadata threshold
` [xdp-hints] [PATCH RFC bpf-next 19/52] stddef: make __struct_group() UAPI C++-friendly
` [xdp-hints] [PATCH RFC bpf-next 20/52] net, xdp: move XDP metadata helpers into new xdp_meta.h
` [xdp-hints] [PATCH RFC bpf-next 21/52] net, xdp: allow metadata > 32
` [xdp-hints] [PATCH RFC bpf-next 22/52] net, skbuff: add ability to skip skb metadata comparison
` [xdp-hints] [PATCH RFC bpf-next 23/52] net, skbuff: constify the @skb argument of skb_hwtstamps()
` [xdp-hints] [PATCH RFC bpf-next 24/52] bpf, xdp: declare generic XDP metadata structure
` [xdp-hints] [PATCH RFC bpf-next 25/52] net, xdp: add basic generic metadata accessors
` [xdp-hints] [PATCH RFC bpf-next 26/52] bpf, btf: add a pair of function to work with the BTF ID + type ID pair
` [xdp-hints] [PATCH RFC bpf-next 27/52] net, xdp: add &sk_buff <-> &xdp_meta_generic converters
` [xdp-hints] [PATCH RFC bpf-next 28/52] net, xdp: prefetch data a bit when building an skb from an &xdp_frame
` [xdp-hints] [PATCH RFC bpf-next 29/52] net, xdp: try to fill skb fields when converting "
` [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  (6+ messages)
` [xdp-hints] "

[xdp-hints] Re: Accessing XDP packet memory from the end
 2022-04-22 10:06 UTC  (2+ messages)

[xdp-hints] XDP-hints via local BTF info
 2021-11-25 20:04 UTC  (15+ messages)
` [xdp-hints] "
            ` [xdp-hints] Basic/Dumb question WAS(Re: "
              ` [xdp-hints] "

[xdp-hints] Test email 1 - ignore
 2021-11-17 15:35 UTC 

AF_XDP socket TX path interact with TC?
 2021-10-27 15:48 UTC 

XDP-hints as BTF early design discussion phase
 2021-09-22  0:19 UTC  (2+ messages)

PANDA: Zabiplane reboot and XDP Hints
 2021-09-20 11:48 UTC  (2+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-09-10 11:16 UTC  (14+ messages)

page:  |  | latest

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