aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Report: Add dataTibor Frank1-189/+55
2021-06-07Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-06-04FIX: af_xdp L2 data pathspmikus1-1/+28
2021-06-04Report: fix data setTibor Frank1-1/+1
2021-06-04Report: Add dpdk dataTibor Frank4-158/+146
2021-06-04Performance: Add AF_XDP testspmikus9-36/+364
2021-06-03job_specs: reduce number of weekly ndrpdr testsMaciek Konstantynowicz6-754/+108
2021-06-03job_specs: reduce number of daily mrr testsMaciek Konstantynowicz6-660/+18
2021-06-03Trending: Partially remove 3n-hswTibor Frank6-320/+6
2021-06-02Report: Replace links to jobs by links to logsTibor Frank88-278/+357
2021-06-02Hsw deprecation: Delete 3n-hsw job specsVratko Polak47-3803/+3
2021-06-02PAL: Fix plot_ndrpdr_box_nameTibor Frank1-2/+4
2021-06-02Infra: Decommission 3n-hsw - NICspmikus1-19/+1
2021-06-02Infra: Decommission 3n-hsw - topologiespmikus3-912/+0
2021-06-02Report: Configure reportTibor Frank113-10893/+3097
2021-06-01ASTF: Fix syntax error in stopVratko Polak1-2/+2
2021-06-01Tox: Run pylint also for GPLVratko Polak1-2/+2
2021-05-31Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-05-28Framework: Telemetry retakepmikus21-172/+3254
2021-05-26Add dpdk max-simd-bitwidth configuration.xinfeng zhao2-1/+18
2021-05-26PAL: Fix requirementsTibor Frank1-1/+1
2021-05-26rxq_ratio default value changed to 1viliam.luc12-12/+15
2021-05-26Perf: Add perfmon_plugin for telemetrypmikus809-1282/+1563
2021-05-25Infra: Add fdio-marvel-devpmikus6-10/+94
2021-05-25CSIT Data driverpmikus6-4/+337
2021-05-24Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-05-20hoststack perf: iperf3 udp hoststack performance tests.Dave Wallace4-0/+159
2021-05-20perf: add TCP Nginx+LDPRELOAD suitesxizhanx25-13/+1956
2021-05-17Infra: Additional changespmikus11-191/+131
2021-05-17Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-05-13Infra: DC move logistics updatepmikus2-227/+613
2021-05-12Infra: Nomadpmikus8-1285/+1049
2021-05-12PAPI stats: Use single dumpVratko Polak2-13/+7
2021-05-11Infra: Backend infra upgradepmikus90-383/+3270
2021-05-10Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-05-07Report: Add 3n-icxTibor Frank12-0/+1337
2021-05-05CRC: Remove the collection from before 30345Vratko Polak1-266/+2
2021-05-05FIX: Vagrant ansible installpmikus2-3/+3
2021-05-03PAL: Fix plots generatorTibor Frank1-1/+1
2021-05-03PAL: Refactor the processing of spec and downloadTibor Frank33-10622/+5956
2021-05-03Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-04-30Trending: Add 2n-tx2 cryptoTibor Frank3-0/+302
2021-04-27Infra: Vagrant ansible versionpmikus1-1/+3
2021-04-27Infra: Vagrant fix ansible pathpmikus1-3/+4
2021-04-27Infra: Vagrant typopmikus1-5/+5
2021-04-27Infra: AWS - add CSIT parameters to bootstrapTomas Alexy5-4/+31
2021-04-27Infra: Add AWS how-toTomas Alexy1-3/+55
2021-04-26Update VPP_STABLE_VER filesTibor Frank1-1/+1
2021-04-23FIX: Jenkins job health configpmikus1-3/+3
2021-04-21Infra: Vagrant upgrade to focalpmikus16-254/+110
an> m.SwIfIndexTo = interface_types.InterfaceIndex(buf.DecodeUint32()) m.State = SpanState(buf.DecodeUint32()) m.IsL2 = buf.DecodeBool() return nil } // SwInterfaceSpanEnableDisableReply defines message 'sw_interface_span_enable_disable_reply'. type SwInterfaceSpanEnableDisableReply struct { Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"` } func (m *SwInterfaceSpanEnableDisableReply) Reset() { *m = SwInterfaceSpanEnableDisableReply{} } func (*SwInterfaceSpanEnableDisableReply) GetMessageName() string { return "sw_interface_span_enable_disable_reply" } func (*SwInterfaceSpanEnableDisableReply) GetCrcString() string { return "e8d4e804" } func (*SwInterfaceSpanEnableDisableReply) GetMessageType() api.MessageType { return api.ReplyMessage } func (m *SwInterfaceSpanEnableDisableReply) Size() (size int) { if m == nil { return 0 } size += 4 // m.Retval return size } func (m *SwInterfaceSpanEnableDisableReply) Marshal(b []byte) ([]byte, error) { if b == nil { b = make([]byte, m.Size()) } buf := codec.NewBuffer(b) buf.EncodeInt32(m.Retval) return buf.Bytes(), nil } func (m *SwInterfaceSpanEnableDisableReply) Unmarshal(b []byte) error { buf := codec.NewBuffer(b) m.Retval = buf.DecodeInt32() return nil } func init() { file_span_binapi_init() } func file_span_binapi_init() { api.RegisterMessage((*SwInterfaceSpanDetails)(nil), "sw_interface_span_details_8a20e79f") api.RegisterMessage((*SwInterfaceSpanDump)(nil), "sw_interface_span_dump_d6cf0c3d") api.RegisterMessage((*SwInterfaceSpanEnableDisable)(nil), "sw_interface_span_enable_disable_23ddd96b") api.RegisterMessage((*SwInterfaceSpanEnableDisableReply)(nil), "sw_interface_span_enable_disable_reply_e8d4e804") } // Messages returns list of all messages in this module. func AllMessages() []api.Message { return []api.Message{ (*SwInterfaceSpanDetails)(nil), (*SwInterfaceSpanDump)(nil), (*SwInterfaceSpanEnableDisable)(nil), (*SwInterfaceSpanEnableDisableReply)(nil), } }