Documentation ¶
Overview ¶
Package vmxnet3 is a generated VPP binary API for 'vmxnet3' module.
It consists of:
6 enums 2 aliases 2 types 6 messages 3 services
Index ¶
- Constants
- func AllMessages() []api.Message
- type IfStatusFlags
- type IfType
- type InterfaceIndex
- type LinkDuplex
- type MacAddress
- type MtuProto
- type RPCService
- type RPCService_DumpVmxnet3Client
- type RxMode
- type SubIfFlags
- type Vmxnet3Create
- type Vmxnet3CreateReply
- type Vmxnet3Delete
- type Vmxnet3DeleteReply
- type Vmxnet3Details
- type Vmxnet3Dump
- type Vmxnet3RxList
- type Vmxnet3TxList
Constants ¶
const ( // ModuleName is the name of this module. ModuleName = "vmxnet3" // APIVersion is the API version of this module. APIVersion = "1.1.0" // VersionCrc is the CRC of this module. VersionCrc = 0xe89a60f7 )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type IfStatusFlags ¶
type IfStatusFlags = interface_types.IfStatusFlags
type IfType ¶
type IfType = interface_types.IfType
type InterfaceIndex ¶
type InterfaceIndex = interface_types.InterfaceIndex
type LinkDuplex ¶
type LinkDuplex = interface_types.LinkDuplex
type MacAddress ¶
type MacAddress = ethernet_types.MacAddress
type MtuProto ¶
type MtuProto = interface_types.MtuProto
type RPCService ¶
type RPCService interface { DumpVmxnet3(ctx context.Context, in *Vmxnet3Dump) (RPCService_DumpVmxnet3Client, error) Vmxnet3Create(ctx context.Context, in *Vmxnet3Create) (*Vmxnet3CreateReply, error) Vmxnet3Delete(ctx context.Context, in *Vmxnet3Delete) (*Vmxnet3DeleteReply, error) }
RPCService represents RPC service API for vmxnet3 module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type RPCService_DumpVmxnet3Client ¶
type RPCService_DumpVmxnet3Client interface {
Recv() (*Vmxnet3Details, error)
}
type RxMode ¶
type RxMode = interface_types.RxMode
type SubIfFlags ¶
type SubIfFlags = interface_types.SubIfFlags
type Vmxnet3Create ¶
type Vmxnet3Create struct { PciAddr uint32 EnableElog int32 RxqSize uint16 RxqNum uint16 TxqSize uint16 TxqNum uint16 Bind uint8 EnableGso bool }
Vmxnet3Create represents VPP binary API message 'vmxnet3_create'.
func (*Vmxnet3Create) GetCrcString ¶
func (*Vmxnet3Create) GetCrcString() string
func (*Vmxnet3Create) GetMessageName ¶
func (*Vmxnet3Create) GetMessageName() string
func (*Vmxnet3Create) GetMessageType ¶
func (*Vmxnet3Create) GetMessageType() api.MessageType
func (*Vmxnet3Create) Reset ¶
func (m *Vmxnet3Create) Reset()
type Vmxnet3CreateReply ¶
type Vmxnet3CreateReply struct { Retval int32 SwIfIndex InterfaceIndex }
Vmxnet3CreateReply represents VPP binary API message 'vmxnet3_create_reply'.
func (*Vmxnet3CreateReply) GetCrcString ¶
func (*Vmxnet3CreateReply) GetCrcString() string
func (*Vmxnet3CreateReply) GetMessageName ¶
func (*Vmxnet3CreateReply) GetMessageName() string
func (*Vmxnet3CreateReply) GetMessageType ¶
func (*Vmxnet3CreateReply) GetMessageType() api.MessageType
func (*Vmxnet3CreateReply) Reset ¶
func (m *Vmxnet3CreateReply) Reset()
type Vmxnet3Delete ¶
type Vmxnet3Delete struct {
SwIfIndex InterfaceIndex
}
Vmxnet3Delete represents VPP binary API message 'vmxnet3_delete'.
func (*Vmxnet3Delete) GetCrcString ¶
func (*Vmxnet3Delete) GetCrcString() string
func (*Vmxnet3Delete) GetMessageName ¶
func (*Vmxnet3Delete) GetMessageName() string
func (*Vmxnet3Delete) GetMessageType ¶
func (*Vmxnet3Delete) GetMessageType() api.MessageType
func (*Vmxnet3Delete) Reset ¶
func (m *Vmxnet3Delete) Reset()
type Vmxnet3DeleteReply ¶
type Vmxnet3DeleteReply struct {
Retval int32
}
Vmxnet3DeleteReply represents VPP binary API message 'vmxnet3_delete_reply'.
func (*Vmxnet3DeleteReply) GetCrcString ¶
func (*Vmxnet3DeleteReply) GetCrcString() string
func (*Vmxnet3DeleteReply) GetMessageName ¶
func (*Vmxnet3DeleteReply) GetMessageName() string
func (*Vmxnet3DeleteReply) GetMessageType ¶
func (*Vmxnet3DeleteReply) GetMessageType() api.MessageType
func (*Vmxnet3DeleteReply) Reset ¶
func (m *Vmxnet3DeleteReply) Reset()
type Vmxnet3Details ¶
type Vmxnet3Details struct { SwIfIndex InterfaceIndex IfName string `struc:"[64]byte"` HwAddr MacAddress PciAddr uint32 Version uint8 AdminUpDown bool RxCount uint8 RxList []Vmxnet3RxList `struc:"[16]Vmxnet3RxList"` TxCount uint8 TxList []Vmxnet3TxList `struc:"[8]Vmxnet3TxList"` }
Vmxnet3Details represents VPP binary API message 'vmxnet3_details'.
func (*Vmxnet3Details) GetCrcString ¶
func (*Vmxnet3Details) GetCrcString() string
func (*Vmxnet3Details) GetMessageName ¶
func (*Vmxnet3Details) GetMessageName() string
func (*Vmxnet3Details) GetMessageType ¶
func (*Vmxnet3Details) GetMessageType() api.MessageType
func (*Vmxnet3Details) Reset ¶
func (m *Vmxnet3Details) Reset()
type Vmxnet3Dump ¶
type Vmxnet3Dump struct{}
Vmxnet3Dump represents VPP binary API message 'vmxnet3_dump'.
func (*Vmxnet3Dump) GetCrcString ¶
func (*Vmxnet3Dump) GetCrcString() string
func (*Vmxnet3Dump) GetMessageName ¶
func (*Vmxnet3Dump) GetMessageName() string
func (*Vmxnet3Dump) GetMessageType ¶
func (*Vmxnet3Dump) GetMessageType() api.MessageType
func (*Vmxnet3Dump) Reset ¶
func (m *Vmxnet3Dump) Reset()
type Vmxnet3RxList ¶
type Vmxnet3RxList struct { RxQsize uint16 RxFill []uint16 `struc:"[2]uint16"` RxNext uint16 RxProduce []uint16 `struc:"[2]uint16"` RxConsume []uint16 `struc:"[2]uint16"` }
Vmxnet3RxList represents VPP binary API type 'vmxnet3_rx_list'.
func (*Vmxnet3RxList) GetTypeName ¶
func (*Vmxnet3RxList) GetTypeName() string
type Vmxnet3TxList ¶
Vmxnet3TxList represents VPP binary API type 'vmxnet3_tx_list'.
func (*Vmxnet3TxList) GetTypeName ¶
func (*Vmxnet3TxList) GetTypeName() string