XDP hardware hints discussion mail archive
 help / color / mirror / Atom feed
[xdp-hints] [PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-22 19:50 UTC  (27+ messages)
` [xdp-hints] [PATCH bpf-next v5 01/21] ice: make RX hash reading code more reusable
` [xdp-hints] [PATCH bpf-next v5 02/21] ice: make RX HW timestamp "
` [xdp-hints] [PATCH bpf-next v5 03/21] ice: make RX checksum checking "
` [xdp-hints] [PATCH bpf-next v5 04/21] ice: Make ptype internal to descriptor info processing
` [xdp-hints] [PATCH bpf-next v5 05/21] ice: Introduce ice_xdp_buff
` [xdp-hints] [PATCH bpf-next v5 06/21] ice: Support HW timestamp hint
` [xdp-hints] [PATCH bpf-next v5 07/21] ice: Support RX hash XDP hint
` [xdp-hints] [PATCH bpf-next v5 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] [PATCH bpf-next v5 09/21] xdp: Add VLAN tag hint
` [xdp-hints] [PATCH bpf-next v5 10/21] ice: Implement "
` [xdp-hints] [PATCH bpf-next v5 11/21] ice: use VLAN proto from ring packet context in skb path
` [xdp-hints] [PATCH bpf-next v5 12/21] xdp: Add checksum hint
` [xdp-hints] [PATCH bpf-next v5 13/21] ice: Implement "
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v5 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [xdp-hints] [PATCH bpf-next v5 15/21] net, xdp: allow metadata > 32
` [xdp-hints] [PATCH bpf-next v5 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [xdp-hints] [PATCH bpf-next v5 17/21] veth: Implement VLAN tag and checksum XDP hint
` [xdp-hints] [PATCH bpf-next v5 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [xdp-hints] [PATCH bpf-next v5 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [xdp-hints] [PATCH bpf-next v5 20/21] selftests/bpf: Check VLAN tag and proto "
` [xdp-hints] [PATCH bpf-next v5 21/21] selftests/bpf: check checksum state "
` [xdp-hints] Re: [PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice

[xdp-hints] [PATCH bpf-next 0/9] xsk: TX metadata
 2023-08-15 18:21 UTC  (29+ messages)
` [xdp-hints] [PATCH bpf-next 1/9] xsk: Support XDP_TX_METADATA_LEN
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 3/9] tools: ynl: print xsk-features from the sample
` [xdp-hints] [PATCH bpf-next 4/9] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 5/9] selftests/xsk: Support XDP_TX_METADATA_LEN
` [xdp-hints] [PATCH bpf-next 6/9] selftests/bpf: Add csum helpers
` [xdp-hints] [PATCH bpf-next 7/9] selftests/bpf: Add TX side to xdp_metadata
` [xdp-hints] [PATCH bpf-next 8/9] selftests/bpf: Add TX side to xdp_hw_metadata
` [xdp-hints] [PATCH bpf-next 9/9] xsk: document XDP_TX_METADATA_LEN layout
  ` [xdp-hints] "
` [xdp-hints] Re: [PATCH bpf-next 0/9] xsk: TX metadata

[xdp-hints] (no subject)
 2023-08-07 17:06 UTC  (37+ messages)
` [xdp-hints] [PATCH bpf-next v4 01/21] ice: make RX hash reading code more reusable
` [xdp-hints] [PATCH bpf-next v4 02/21] ice: make RX HW timestamp "
` [xdp-hints] [PATCH bpf-next v4 03/21] ice: make RX checksum checking "
` [xdp-hints] [PATCH bpf-next v4 04/21] ice: Make ptype internal to descriptor info processing
` [xdp-hints] [PATCH bpf-next v4 05/21] ice: Introduce ice_xdp_buff
` [xdp-hints] [PATCH bpf-next v4 06/21] ice: Support HW timestamp hint
` [xdp-hints] [PATCH bpf-next v4 07/21] ice: Support RX hash XDP hint
` [xdp-hints] [PATCH bpf-next v4 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] [PATCH bpf-next v4 09/21] xdp: Add VLAN tag hint
` [xdp-hints] [PATCH bpf-next v4 10/21] ice: Implement "
` [xdp-hints] [PATCH bpf-next v4 11/21] ice: use VLAN proto from ring packet context in skb path
` [xdp-hints] [PATCH bpf-next v4 12/21] xdp: Add checksum hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v4 13/21] ice: Implement "
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v4 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [xdp-hints] [PATCH bpf-next v4 15/21] net, xdp: allow metadata > 32
` [xdp-hints] [PATCH bpf-next v4 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [xdp-hints] [PATCH bpf-next v4 17/21] veth: Implement VLAN tag and checksum XDP hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v4 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [xdp-hints] [PATCH bpf-next v4 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [xdp-hints] [PATCH bpf-next v4 20/21] selftests/bpf: Check VLAN tag and proto "
` [xdp-hints] [PATCH bpf-next v4 21/21] selftests/bpf: check checksum state "

[xdp-hints] [RFC net-next v4 0/8] xsk: TX metadata
 2023-07-28 13:19 UTC  (30+ messages)
` [xdp-hints] [RFC net-next v4 1/8] xsk: Support XDP_TX_METADATA_LEN
` [xdp-hints] [RFC net-next v4 2/8] xsk: add TX timestamp and TX checksum offload support
  ` [xdp-hints] "
` [xdp-hints] [RFC net-next v4 3/8] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [xdp-hints] [RFC net-next v4 4/8] tools: ynl: update netdev sample to dump xsk-features
` [xdp-hints] [RFC net-next v4 5/8] selftests/xsk: Support XDP_TX_METADATA_LEN
` [xdp-hints] [RFC net-next v4 6/8] selftests/bpf: Add csum helpers
` [xdp-hints] [RFC net-next v4 7/8] selftests/bpf: Add TX side to xdp_metadata
` [xdp-hints] [RFC net-next v4 8/8] selftests/bpf: Add TX side to xdp_hw_metadata
  ` [xdp-hints] "

[xdp-hints] [PATCH bpf-next v3 00/21] XDP metadata via kfuncs for ice
 2023-07-25  7:11 UTC  (50+ messages)
` [xdp-hints] [PATCH bpf-next v3 01/21] ice: make RX hash reading code more reusable
` [xdp-hints] [PATCH bpf-next v3 02/21] ice: make RX HW timestamp "
` [xdp-hints] [PATCH bpf-next v3 03/21] ice: make RX checksum checking "
` [xdp-hints] [PATCH bpf-next v3 04/21] ice: Make ptype internal to descriptor info processing
` [xdp-hints] [PATCH bpf-next v3 05/21] ice: Introduce ice_xdp_buff
` [xdp-hints] [PATCH bpf-next v3 06/21] ice: Support HW timestamp hint
` [xdp-hints] [PATCH bpf-next v3 07/21] ice: Support RX hash XDP hint
` [xdp-hints] [PATCH bpf-next v3 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] [PATCH bpf-next v3 09/21] xdp: Add VLAN tag hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 10/21] ice: Implement "
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 11/21] ice: use VLAN proto from ring packet context in skb path
` [xdp-hints] [PATCH bpf-next v3 12/21] xdp: Add checksum hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 13/21] ice: Implement "
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 15/21] net, xdp: allow metadata > 32
` [xdp-hints] [PATCH bpf-next v3 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 17/21] veth: Implement VLAN tag and checksum XDP hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 20/21] selftests/bpf: Check VLAN tag and proto "
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v3 21/21] selftests/bpf: check checksum state "
  ` [xdp-hints] "

[xdp-hints] [RFC bpf-next v3 00/14] bpf: Netdev TX metadata
 2023-07-12 20:53 UTC  (25+ messages)
` [xdp-hints] [RFC bpf-next v3 09/14] net/mlx5e: Implement devtx kfuncs
  ` [xdp-hints] "
` [xdp-hints] [RFC bpf-next v3 11/14] selftests/bpf: Add helper to query current netns cookie
` [xdp-hints] [RFC bpf-next v3 12/14] selftests/bpf: Add csum helpers
` [xdp-hints] [RFC bpf-next v3 13/14] selftests/bpf: Extend xdp_metadata with devtx kfuncs
` [xdp-hints] [RFC bpf-next v3 14/14] selftests/bpf: Extend xdp_hw_metadata "

[xdp-hints] [PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-10 18:12 UTC  (21+ messages)
` [xdp-hints] [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
  ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next v2 15/20] net, xdp: allow metadata > 32
  ` [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