XDP hardware hints discussion mail archive
 help / color / mirror / Atom feed
[xdp-hints] Re: [RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-28 18:49 UTC  (12+ messages)
  ` [xdp-hints] Re: [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN
  ` [xdp-hints] Re: [RFC bpf-next v2 09/11] selftests/bpf: Extend xdp_metadata with devtx kfuncs

[xdp-hints] [PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-25 11:02 UTC  (54+ messages)
` [xdp-hints] [PATCH RESEND bpf-next 01/15] ice: make RX hash reading code more reusable
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 02/15] ice: make RX HW timestamp "
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 03/15] ice: make RX checksum checking "
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 04/15] ice: Make ptype internal to descriptor info processing
` [xdp-hints] [PATCH RESEND bpf-next 05/15] ice: Introduce ice_xdp_buff
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 06/15] ice: Support HW timestamp hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 07/15] ice: Support RX hash XDP hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 08/15] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] [PATCH RESEND bpf-next 09/15] xdp: Add VLAN tag hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 10/15] ice: Implement "
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 11/15] xdp: Add checksum level hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 12/15] ice: Implement "
` [xdp-hints] [PATCH RESEND bpf-next 13/15] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 14/15] net, xdp: allow metadata > 32
  ` [xdp-hints] "
` [xdp-hints] [PATCH RESEND bpf-next 15/15] selftests/bpf: Add flags and new hints to xdp_hw_metadata
  ` [xdp-hints] "

[xdp-hints] [PATCH bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-12 15:16 UTC  (16+ messages)
` [xdp-hints] [PATCH 01/15] ice: make RX hash reading code more reusable
` [xdp-hints] [PATCH 02/15] ice: make RX HW timestamp "
` [xdp-hints] [PATCH 03/15] ice: make RX checksum checking "
` [xdp-hints] [PATCH 04/15] ice: Make ptype internal to descriptor info processing
` [xdp-hints] [PATCH 05/15] ice: Introduce ice_xdp_buff
` [xdp-hints] [PATCH 06/15] ice: Support HW timestamp hint
` [xdp-hints] [PATCH 07/15] ice: Support RX hash XDP hint
` [xdp-hints] [PATCH 08/15] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] [PATCH 09/15] xdp: Add VLAN tag hint
` [xdp-hints] [PATCH 10/15] ice: Implement "
` [xdp-hints] [PATCH 11/15] xdp: Add checksum level hint
` [xdp-hints] [PATCH 12/15] ice: Implement "
` [xdp-hints] [PATCH 13/15] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [xdp-hints] [PATCH 14/15] net, xdp: allow metadata > 32
` [xdp-hints] [PATCH 15/15] selftests/bpf: Add flags and new hints to xdp_hw_metadata

[xdp-hints] [PATCH net v3 1/1] igc: read before write to SRRCTL register
 2023-04-30  5:05 UTC  (9+ messages)
` [xdp-hints] "
` [xdp-hints] Re: [Intel-wired-lan] "

[xdp-hints] [PATCH net 1/1] igc: read before write to SRRCTL register
 2023-04-30  5:03 UTC  (7+ messages)
` [xdp-hints] "
` [xdp-hints] Re: [Intel-wired-lan] "

[xdp-hints] [PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-28 10:13 UTC  (19+ messages)
` [xdp-hints] [PATCH bpf-next V2 1/5] igc: enable and fix RX hash usage by netstack
  ` [xdp-hints] "
          ` [xdp-hints] Re: [Intel-wired-lan] "
` [xdp-hints] [PATCH bpf-next V2 2/5] igc: add igc_xdp_buff wrapper for xdp_buff in driver
` [xdp-hints] [PATCH bpf-next V2 3/5] igc: add XDP hints kfuncs for RX hash
` [xdp-hints] [PATCH bpf-next V2 4/5] igc: add XDP hints kfuncs for RX timestamp
` [xdp-hints] [PATCH bpf-next V2 5/5] selftests/bpf: xdp_hw_metadata track more timestamps
  ` [xdp-hints] "
` [xdp-hints] Re: [PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc

[xdp-hints] [PATCH bpf-next V1 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-18 19:08 UTC  (17+ messages)
` [xdp-hints] [PATCH bpf-next V1 1/5] igc: enable and fix RX hash usage by netstack
` [xdp-hints] [PATCH bpf-next V1 2/5] igc: add igc_xdp_buff wrapper for xdp_buff in driver
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next V1 3/5] igc: add XDP hints kfuncs for RX timestamp
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next V1 4/5] igc: add XDP hints kfuncs for RX hash
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next V1 5/5] selftests/bpf: xdp_hw_metadata track more timestamps
  ` [xdp-hints] "

[xdp-hints] [PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-18  2:10 UTC  (7+ messages)
` [xdp-hints] [PATCH net-next v6 1/3] net: stmmac: introduce wrapper for struct xdp_buff
` [xdp-hints] [PATCH net-next v6 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v6 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "
  ` [xdp-hints] "
` [xdp-hints] Re: [PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver

[xdp-hints] [PATCH bpf V7 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-17 11:35 UTC  (10+ messages)
` [xdp-hints] [PATCH bpf V7 1/7] selftests/bpf: xdp_hw_metadata default disable bpf_printk
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf V7 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
  ` [xdp-hints] "

[xdp-hints] [PATCH net-next v5 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-15  5:16 UTC  (7+ messages)
` [xdp-hints] [PATCH net-next v5 1/3] net: stmmac: introduce wrapper for struct xdp_buff
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v5 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v5 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "

[xdp-hints] [PATCH net v2 1/1] igc: read before write to SRRCTL register
 2023-04-14 14:48 UTC  (6+ messages)
` [xdp-hints] "

[xdp-hints] [PATCH net-next v4 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-14  1:10 UTC  (7+ messages)
` [xdp-hints] [PATCH net-next v4 1/3] net: stmmac: introduce wrapper for struct xdp_buff
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v4 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v4 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "

[xdp-hints] [PATCH net-next v3 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-14  1:01 UTC  (14+ messages)
` [xdp-hints] [PATCH net-next v3 1/4] net: stmmac: restructure Rx hardware timestamping function
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v3 2/4] net: stmmac: introduce wrapper for struct xdp_buff
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v3 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt
  ` [xdp-hints] "
` [xdp-hints] [PATCH net-next v3 4/4] net: stmmac: add Rx HWTS metadata to XDP ZC "
  ` [xdp-hints] "

[xdp-hints] [PATCH bpf V10 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-13 20:30 UTC  (8+ messages)
` [xdp-hints] [PATCH bpf V10 1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
` [xdp-hints] [PATCH bpf V10 2/6] xdp: rss hash types representation
` [xdp-hints] [PATCH bpf V10 3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [xdp-hints] [PATCH bpf V10 4/6] veth: "
` [xdp-hints] [PATCH bpf V10 5/6] mlx4: "
` [xdp-hints] [PATCH bpf V10 6/6] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
` [xdp-hints] Re: [PATCH bpf V10 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash

[xdp-hints] [PATCH bpf V9 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 19:41 UTC  (9+ messages)
` [xdp-hints] [PATCH bpf V9 1/6] selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf V9 2/6] xdp: rss hash types representation
` [xdp-hints] [PATCH bpf V9 3/6] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [xdp-hints] [PATCH bpf V9 4/6] veth: "
` [xdp-hints] [PATCH bpf V9 5/6] mlx4: "
` [xdp-hints] [PATCH bpf V9 6/6] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[xdp-hints] [PATCH bpf V8 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-12 17:56 UTC  (10+ messages)
` [xdp-hints] [PATCH bpf V8 2/7] selftests/bpf: Add counters to xdp_hw_metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf V8 3/7] xdp: rss hash types representation
` [xdp-hints] [PATCH bpf V8 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type
` [xdp-hints] [PATCH bpf V8 5/7] veth: "
` [xdp-hints] [PATCH bpf V8 6/7] mlx4: "
` [xdp-hints] [PATCH bpf V8 7/7] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[xdp-hints] [PATCH bpf-next V3 0/6] XDP-hints kfuncs for Intel driver igc
 2023-04-12 15:37 UTC  (4+ messages)
` [xdp-hints] [PATCH bpf-next V3 5/6] igc: add XDP hints kfuncs for RX timestamp
  ` [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