aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Add VPP Communications Library (VCL)Dave Wallace8-0/+4755
2017-07-25Cleanup/refactor session layer codeFlorin Coras2-8/+0
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-1/+1
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-5/+5
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras3-67/+171
2017-06-01Improve fifo allocator performanceDave Barach2-21/+19
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-15/+21
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-8/+39
2017-04-27[VPP-711] uri_tcp_test when master bind fail we met a display issue about retvalflyingeagle231-1/+3
2017-04-25Session/tcp coverity fixesFlorin Coras1-0/+2
2017-04-24Session layer improvementsFlorin Coras2-85/+144
2017-04-21[VPP-703]uri_tcp_test segment fault when mp->retval reply -30flyingeagle231-1/+1
2017-04-21[VPP-704]./uri_tcp_test slave , uri test segment faultflyingeagle231-1/+2
2017-04-17Socket API echo serverDave Barach1-0/+181
2017-04-13Session layer refactoringFlorin Coras2-225/+416
2017-03-27TCP/session improvementsFlorin Coras3-56/+244
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-12/+31
2017-03-10VPP-659 TCP improvementsFlorin Coras1-3/+4
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras4-1824/+848
2017-03-01VPP-598: tcp stack initial commitDave Barach4-0/+2907
f='#n173'>173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
{
    "fields": [
        {
            "metadata": {},
            "name": "job",
            "nullable": false,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "build",
            "nullable": false,
            "type": "integer"
        },
        {
            "metadata": {},
            "name": "duration",
            "nullable": true,
            "type": "double"
        },
        {
            "metadata": {},
            "name": "dut_type",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "dut_version",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "tg_type",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "tg_version",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "hosts",
            "nullable": true,
            "type": {
                "containsNull": true,
                "elementType": "string",
                "type": "array"
            }
        },
        {
            "metadata": {},
            "name": "result",
            "nullable": true,
            "type": {
                "fields": [
                    {
                        "metadata": {},
                        "name": "aggregate_rate",
                        "nullable": true,
                        "type": {
                            "fields": [
                                {
                                    "metadata": {},
                                    "name": "bandwidth",
                                    "nullable": true,
                                    "type": {
                                        "fields": [
                                            {
                                                "metadata": {},
                                                "name": "unit",
                                                "nullable": true,
                                                "type": "string"
                                            },
                                            {
                                                "metadata": {},
                                                "name": "value",
                                                "nullable": true,
                                                "type": "double"
                                            }
                                        ],
                                        "type": "struct"
                                    }
                                },
                                {
                                    "metadata": {},
                                    "name": "rate",
                                    "nullable": true,
                                    "type": {
                                        "fields": [
                                            {
                                                "metadata": {},
                                                "name": "unit",
                                                "nullable": true,
                                                "type": "string"
                                            },
                                            {
                                                "metadata": {},
                                                "name": "value",
                                                "nullable": true,
                                                "type": "double"
                                            }
                                        ],
                                        "type": "struct"
                                    }
                                }
                            ],
                            "type": "struct"
                        }
                    },
                    {
                        "metadata": {},
                        "name": "loss",
                        "nullable": true,
                        "type": {
                            "fields": [
                                {
                                    "metadata": {},
                                    "name": "packets",
                                    "nullable": true,
                                    "type": {
                                        "fields": [
                                            {
                                                "metadata": {},
                                                "name": "unit",
                                                "nullable": true,
                                                "type": "string"
                                            },
                                            {
                                                "metadata": {},
                                                "name": "value",
                                                "nullable": true,
                                                "type": "integer"
                                            }
                                        ],
                                        "type": "struct"
                                    }
                                },
                                {
                                    "metadata": {},
                                    "name": "time",
                                    "nullable": true,
                                    "type": {
                                        "fields": [
                                            {
                                                "metadata": {},
                                                "name": "unit",
                                                "nullable": true,
                                                "type": "string"
                                            },
                                            {
                                                "metadata": {},
                                                "name": "value",
                                                "nullable": true,
                                                "type": "double"
                                            }
                                        ],
                                        "type": "struct"
                                    }
                                }
                            ],
                            "type": "struct"
                        }
                    },
                    {
                        "metadata": {},
                        "name": "type",
                        "nullable": true,
                        "type": "string"
                    }
                ],
                "type": "struct"
            }
        },
        {
            "metadata": {},
            "name": "start_time",
            "nullable": true,
            "type": "timestamp"
        },
        {
            "metadata": {},
            "name": "passed",
            "nullable": true,
            "type": "boolean"
        },
        {
            "metadata": {},
            "name": "test_id",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "test_name_long",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "test_name_short",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "test_type",
            "nullable": true,
            "type": "string"
        },
        {
            "metadata": {},
            "name": "tags",
            "nullable": true,
            "type": {
                "containsNull": true,
                "elementType": "string",
                "type": "array"
            }
        },
        {
            "metadata": {},
            "name": "version",
            "nullable": true,
            "type": "string"
        }
    ],
    "type": "struct"
}