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
F110747239: D42177.diff
Sat, Feb 22, 2:26 PM
F110745232: D42177.id.diff
Sat, Feb 22, 2:07 PM
F110743858: D42177.id128684.diff
Sat, Feb 22, 1:55 PM
F110743393: D42177.id129488.diff
Sat, Feb 22, 1:50 PM
F110742838: D42177.id128683.diff
Sat, Feb 22, 1:45 PM
F110726310: D42177.id128684.diff
Sat, Feb 22, 9:26 AM
Unknown Object (File)
Thu, Feb 13, 6:24 PM
Unknown Object (File)
Mon, Feb 10, 9:27 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 Not Applicable
Unit
Tests Not Applicable

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