Versions in this module Expand all Collapse all v0 v0.14.1 Dec 29, 2025 v0.9.0 Dec 26, 2025 Changes in this version + const APIFile + const APIVersion + const VersionCrc + func AllMessages() []api.Message + type IdpfCreate struct + PciAddr uint32 + ReqVportNb uint16 + RxqNum uint16 + RxqSingle uint16 + RxqSize uint16 + TxqNum uint16 + TxqSingle uint16 + TxqSize uint16 + func (*IdpfCreate) GetCrcString() string + func (*IdpfCreate) GetMessageName() string + func (*IdpfCreate) GetMessageType() api.MessageType + func (m *IdpfCreate) Marshal(b []byte) ([]byte, error) + func (m *IdpfCreate) Reset() + func (m *IdpfCreate) Size() (size int) + func (m *IdpfCreate) Unmarshal(b []byte) error + type IdpfCreateReply struct + Retval int32 + SwIfIndex interface_types.InterfaceIndex + func (*IdpfCreateReply) GetCrcString() string + func (*IdpfCreateReply) GetMessageName() string + func (*IdpfCreateReply) GetMessageType() api.MessageType + func (m *IdpfCreateReply) Marshal(b []byte) ([]byte, error) + func (m *IdpfCreateReply) Reset() + func (m *IdpfCreateReply) Size() (size int) + func (m *IdpfCreateReply) Unmarshal(b []byte) error + type IdpfDelete struct + SwIfIndex interface_types.InterfaceIndex + func (*IdpfDelete) GetCrcString() string + func (*IdpfDelete) GetMessageName() string + func (*IdpfDelete) GetMessageType() api.MessageType + func (m *IdpfDelete) Marshal(b []byte) ([]byte, error) + func (m *IdpfDelete) Reset() + func (m *IdpfDelete) Size() (size int) + func (m *IdpfDelete) Unmarshal(b []byte) error + type IdpfDeleteReply struct + Retval int32 + func (*IdpfDeleteReply) GetCrcString() string + func (*IdpfDeleteReply) GetMessageName() string + func (*IdpfDeleteReply) GetMessageType() api.MessageType + func (m *IdpfDeleteReply) Marshal(b []byte) ([]byte, error) + func (m *IdpfDeleteReply) Reset() + func (m *IdpfDeleteReply) Size() (size int) + func (m *IdpfDeleteReply) Unmarshal(b []byte) error + type RPCService interface + IdpfCreate func(ctx context.Context, in *IdpfCreate) (*IdpfCreateReply, error) + IdpfDelete func(ctx context.Context, in *IdpfDelete) (*IdpfDeleteReply, error) + func NewServiceClient(conn api.Connection) RPCService