Page MenuHomeFreeBSD

ibcore: Introduce enum ib_raw_packet_caps from Linux 4.11
ClosedPublic

Authored by khng on Oct 12 2023, 7:20 PM.
Tags
None
Referenced Files
F165184247: D42177.id129488.diff
Thu, Aug 6, 2:43 PM
Unknown Object (File)
Wed, Aug 5, 7:36 AM
Unknown Object (File)
Thu, Jul 30, 7:44 AM
Unknown Object (File)
Tue, Jul 21, 5:20 PM
Unknown Object (File)
Jul 6 2026, 8:19 PM
Unknown Object (File)
Jun 27 2026, 3:11 AM
Unknown Object (File)
Jun 26 2026, 1:22 AM
Unknown Object (File)
Jun 26 2026, 1:22 AM
Subscribers

Details

Summary

This enum also exists as enum ibv_raw_packet_caps in libibverbs/verbs.h.

[khng: cherry-picked from Linux
ebaaee253ad3a3c573ab7d3d77e849056bdfa9ea]

Sponsored by: Juniper Networks, Inc.
MFC after: 7 days.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53949
Build 50839: arc lint + arc unit

Event Timeline

khng requested review of this revision.Oct 12 2023, 7:20 PM
zlei added inline comments.
sys/ofed/include/rdma/ib_verbs.h
1498

Are there any upcoming usage of enum ib_raw_packet_caps ?

Not for now in tree, but for any out of tree consumers interested in exposing these caps through ib_device_attr::raw_packet_caps.

This revision is now accepted and ready to land.Oct 14 2023, 5:40 PM