Files @ d6b9b2ac5869
Branch filter:

Location: vmkdrivers/BLD/build/HEADERS/vmkapi-current-all-public-bincomp/vmkernel64/release/net/vmkapi_net_pkt.h

unknown
ESXi-5.5-U2
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 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
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
/* **********************************************************
 * Copyright 2006 - 2012 VMware, Inc.  All rights reserved.
 * **********************************************************/

/*
 * @VMKAPIMOD_LICENSE@
 */

/*
 ***********************************************************************
 * Pkt                                                            */ /**
 * \addtogroup Network
 *@{
 * \defgroup Pkt Packet Management
 *@{ 
 *
 * \par VMKernel packet representation:
 *
 * vmk_PktHandle represents a network packet in the vmkernel. The 
 * following are its important components:
 *
 * - <b>Fragments:</b>
 *\n
 *     The set of non-contiguous buffers that store the frame data. A
 *     packet can have at most VMK_PKT_FRAGS_MAX_LENGTH fragments. 
 *     Fragments can span multiple pages and be larger than 
 *     VMK_PAGE_SIZE, but any individual fragment has to be physically 
 *     contiguous in the machine address space.\n
 *\n
 * - <b>Mapped Area:</b>
 *\n
 *     In order to access packet data, the buffer containing it needs to
 *     be mapped in virtual memory. In vmkernel, the first fragment of
 *     the packet is guaranteed to be mapped in virtual memory. The mapped
 *     area of a frame (returned via vmk_PktFrameMappedPointerGet() with
 *     length of vmk_PktFrameMappedLenGet()) starts from the beginning of
 *     the first fragment.\n
 *\n
 *     The mapped area may also be larger than the frame 
 *     length, which is often the case for Rx processing since pNIC's 
 *     will allocate fixed size buffers in advance without knowing the 
 *     size of the frame that will be received. Thus, when processing 
 *     data use MIN(FrameLen, FrameMappedLen) to determine which part 
 *     of the frame can be accessed using the frame mapped pointer:\n
 *\n
 *     \code
 *     int i;
 *     unsigned int len;
 *     vmk_uint8 *frameVA;
 *
 *     len = MIN(vmk_PktFrameMappedLenGet(pkt), vmk_PktFrameLenGet(pkt));
 *     frameVA = (vmk_uint8 *) vmk_PktFrameMappedPointerGet(pkt);
 *
 *     printk("frame bytes that are mapped = 0x%x\n", len);
 *     for (i = 0; i < len; i++) {
 *        printk("0x%x ", frameVA[i]);
 *     }
 *     printk("\n");
 *     \endcode
 *\n
 *\n
 *     For TSO the mapped area must contain the complete inet headers.
 *     vmk_PktHeader* functions may be valuable in computing the complete
 *     length to determine when a partial copy may be necessary.\n
 *\n
 *     Care ought to be taken when packet data ouside the mapped area
 *     is accessed. as guests are free to modify memory regions 
 *     associated with the packet.  For example, if an ip header is outside
 *     the mapped area, a single copy of the ip header into
 *     local memory is a good practive to attempt to acquire a single
 *     consistent image, although the guest may still modify underlying
 *     storage.
 *\n
 * - <b>Headroom:</b>
 *\n
 *     The padding space available in front of the frame contents. 
 *     Packets allocated with vmk_PktAlloc() may not have any headroom 
 *     space. Headroom space can be adjusted using vmk_PktPushHeadroom(),
 *     or vmk_PktPullHeadroom().
 *     These API's redefine the bytes in the beginning of the frame
 *     to become the headroom. If it is desired to keep all the frame
 *     data and allocate new headroom in front of them then API's such as
 *     vmk_PktPartialCopyWithHeadroom() or vmk_PktDupWithHeadroom()
 *     can be used.
 *\n
 * - <b>Metadata:</b>
 *\n
 *     Apart from the buffers containing the frame data, 
 *     vmk_PktHandle also contains metadata fields and flags that 
 *     describe attributes of the packet. Some of these fields are:\n
 *\n
 *    - <b>VLAN ID:</b>\n
 *      802.1q VLAN identifier tag if one is associated with the packet.
 *      Valid values are 0 - 4094 inclusive. Please note that although
 *      the 802.1q specifications allow 4095 as a valid VLAN ID, this
 *      value is reserved under vmkernel and must not be used to tag
 *      packets. In vmkernel outer tags of packets with VLAN-tagged 
 *      ethernet headers are stripped from the frame and stored inside 
 *      the vmk_PktHandle VLAN ID metadata.\n
 *\n
 *      The VLAN ID of a packet can be accessed using vmk_PktVlanIDGet() 
 *      and changed via vmk_PktVlanIDSet() and vmk_PktVlanIDClear(). 
 *      Note that setting a VLAN ID for a packet causes the packet to 
 *      be marked for possible VLAN tag insertion into the frame's ethernet
 *      header before the packet is delivered (note that in some
 *      configurations such as vswitch tagging mode, packets going into a
 *      VM will not be subject to VLAN tag insertion even if a VLAN ID was
 *      set). Whether a packet is marked for VLAN tag insertion can be
 *      checked via vmk_PktMustVlanTag().\n
 *\n
 *    - <b>Large TCP packet flag</b>\n
 *      The large TCP packet flag identifies a packet as a TSO (TCP 
 *      Segmentation Offload) or LRO (Large Receive Offload) packet. 
 *      This flag is only allowed for TCP packets, and indicates 
 *      that the frame is potentially larger than the default MTU size,
 *      and thus TCP segmentation must be applied before transmitting 
 *      the packet out of an uplink or receiving into a VM without LPD 
 *      (Large Packet Delivery) support. In the TSO case this flag 
 *      implies that the TCP checksum needs to be computed.\n
 *\n
 *      The state of the large tcp packet flag can be retrieved with 
 *      vmk_PktIsLargeTcpPacket() and its value can be modified with 
 *      vmk_PktSetLargeTcpPacket(), which also requires the MSS 
 *      (Maximum segment size) for the packet to be specified. The 
 *      maximum segment size value is for use by the TCP segmentation 
 *      implementation (software or hardware in case of pNIC) to 
 *      determine the maximum TCP payload size for individual packets.
 *      The MSS value can be retrieved with vmk_PktGetLargeTcpPacketMss()\n
 *\n
 *    - <b>Checksum required flag:</b>\n
 *      This flag indicates to vmkernel that the underlying packet is 
 *      using layer 4 checksum offload and requires the checksum to be 
 *      computed and inserted before final delivery of the frame. 
 *      TCP/UDP over IPv4 and IPv6 are supported in software, and if 
 *      supported by the pNIC are offloaded to hardware for outgoing 
 *      packets. The value of this flag can be accessed with 
 *      vmk_PktIsMustCsum() and modified with vmk_PktSetMustCsum()\n
 *\n
 *    - <b>Checksum verified flag:</b>\n
 *      This flag indicates to vmkernel that the layer 4 checksum of the
 *      underlying packet (TCP or UDP) has already been verified, and 
 *      doesn't need to be verified again before final delivery of the 
 *      frame. The value of this flag can be modified with 
 *      vmk_PktClearCsumVfd() and vmk_PktSetCsumVfd()\n
 *
 * \par vmk_PktHandle Serialization:
 *
 * VMkernel does NOT provide any serialization guarantees with respect
 * to accessing a vmk_PktHandle. The API user must ensure:
 *\n
 * - Only one thread is operating on a given vmk_PktHandle at any time.
 * - A vmk_PktHandle is a member of AT MOST one vmk_PktList.
 * 
 ***********************************************************************
 */

#ifndef _VMKAPI_NET_PKT_H_
#define _VMKAPI_NET_PKT_H_

/** \cond never */
#ifndef VMK_HEADER_INCLUDED_FROM_VMKAPI_H
#error This vmkapi file should never be included directly but only via vmkapi.h
#endif
/** \endcond never */

#include "net/vmkapi_net_types.h"

/**
 * Maximum number of fragments a packet can contain
 *
 * \deprecated This definition will be removed in a future release. Use
 *             vmk_PktSgArrayGet() to query the number of fragments in a
 *             given vmk_PktHandle.
 */
#define VMK_PKT_FRAGS_MAX_LENGTH 24

/** Packet handle representation */
typedef struct PktHandle vmk_PktHandle;

/**
 * \ingroup Pkt
 * \struct vmk_PktFrag
 * \brief Structure representing a buffer fragment that is part of a packet.
 *
 * \deprecated This definition will be removed in a future release in favor
 *             of vmk_SgElem.
 *
 * This structure is used for returning fragment information via vmk_PktFragGet().
 */
typedef struct {
   /** Machine address of the buffer fragment. */
   vmk_MA      addr;

   /** Length of the buffer fragment. */
   vmk_ByteCountSmall  length;
} vmk_PktFrag;

/** Handle used to deregister a dynamic vmk_PktHandle attribute from the system. */
typedef struct vmk_PktAttrRegHandle vmk_PktAttrRegHandle;

/** Handle used to get/set a dynamic vmk_PktHandle attribute. */
typedef struct vmk_PktAttrPktHandle vmk_PktAttrPktHandle;

/** Dynamic vmk_PktHandle attribute value type */
typedef vmk_uint64 vmk_PktAttrValue;

/**
 * \ingroup Pkt
 * \brief Packet allocation flags for use with vmk_PktAllocWithFlags()
 */
typedef enum vmk_PktAllocFlags {
   /** Buffer fragment is allocated from low memory (< 4GB) in machine
    * address space. This flag is mutually exclusive with
    * VMK_PKT_ALLOC_FROM_HIGH_MEM.
    */
   VMK_PKT_ALLOC_FROM_LOW_MEM    = 0x00000001,

   /** Buffer fragment is allocated from high memory (>= 4GB) in machine
    * address space. If high memory is not available in the system the
    * buffer will be allocated from low memory instead.
    */
   VMK_PKT_ALLOC_FROM_HIGH_MEM   = 0x00000002,
} vmk_PktAllocFlags;

/**
 * \ingroup Pkt
 * \struct vmk_PktAttrProperties
 * \brief Structure representing the properties of a dynamic vmk_PktHandle
 * attribute to be registered.
 *
 * This structure is used to provide information about an attribute to 
 * be registered via vmk_PktAttrRegister().
 */

#define VMK_PKT_ATTR_NAME_LENGTH_MAX    255

typedef struct vmk_PktAttrProperties {
   /** Module ID of the module registering the attribute.
       May be used to delay module unload. Must not be zero or invalid. */
   vmk_ModuleID moduleID;
   /** Unique NULL-terminated ANSI string name/description of attribute. */
   vmk_uint8 *name;
   /** Attribute version for compatibility when used by multiple modules */
   vmk_uint32 attrVersion;

} vmk_PktAttrProperties;

/*
 ***********************************************************************
 * vmk_PktAlloc --                                                */ /**
 *
 * \ingroup Pkt
 * \brief Allocate a vmk_PktHandle containing a single buffer fragment.
 *
 * This function allocates a vmk_PktHandle with its metadata fields
 * initialized to these default values:
 *
 * <b>VLAN:</b> No VLAN (tagging not required)\n
 * <b>Priority:</b> 0\n
 * <b>Csum offload:</b> Not required\n
 * <b>Csum verified:</b> No\n
 * <b>TSO required:</b> No\n
 *
 * A single buffer (guaranteed to be contiguous in machine address space) 
 * at least as large as the requested length is allocated from low memory
 * and appended to the vmk_PktHandle as the first (index 0) fragment.
 *
 * The returned vmk_PktHandle has a modifiable buffer descriptor (ie.
 * vmk_PktIsBufDescWritable() is VMK_TRUE) until a copy/clone operation
 * such as vmk_PktPartialCopy() or vmk_PktClone() is performed.
 *
 * \param[in]  len         Minimum size of the buffer allocated for this 
 *                         packet.
 * \param[out] pkt         Pointer to the allocated vmk_PktHandle.
 *
 * \retval     VMK_OK           Allocation succeeded.
 * \retval     VMK_NO_MEMORY    Not enough memory to satisfy the 
 *                              allocation request, or an unspecified 
 *                              error has occured.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktAlloc(vmk_ByteCountSmall len,
                              vmk_PktHandle **pkt);

/*
 ***********************************************************************
 * vmk_PktAllocWithFlags --                                       */ /**
 *
 * \ingroup Pkt
 * \brief Allocate a vmk_PktHandle containing a single buffer fragment
 *        with the specified allocation flags.
 *
 * Please refer to vmk_PktAlloc() documentation for properties of the 
 * allocated packet. These properties can be customized by use of
 * allocation flags, refer to vmk_PktAllocFlags for documentation of
 * these flags.
 *
 * \param[in]  len         Minimum size of the buffer allocated for this 
 *                         packet.
 * \param[in]  allocFlags  Packet allocation flags.
 * \param[out] pkt         Pointer to the allocated vmk_PktHandle.
 *
 * \retval     VMK_OK           Allocation succeeded.
 * \retval     VMK_NO_MEMORY    Not enough memory to satisfy the 
 *                              allocation request, or an unspecified 
 *                              error has occured.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktAllocWithFlags(vmk_ByteCountSmall len,
                                       vmk_PktAllocFlags allocFlags,
                                       vmk_PktHandle **pkt);

/*
 ***********************************************************************
 * vmk_PktRelease --                                              */ /**
 *
 * \ingroup Pkt
 * \brief Release all resources of a given vmk_PktHandle.
 *
 * This function cleans up all resources that are referred to by the 
 * given vmk_PktHandle, which includes memory for the vmk_PktHandle
 * as well as the original buffer fragment allocated by vmk_PktAlloc().
 *
 * \pre   The packet MUST have a single buffer fragment that is
 *        identical to the fragment allocated by vmk_PktAlloc(), or a
 *        completion handler must have been registered by the entity that
 *        added the extra buffers. Note that version 2.x of the packet
 *        management API does NOT provide a compatible function to
 *        register such a handler.
 *
 * \pre   This function should not be called when system is in panic.
 *        This function should only be called from a non-IRQ context.
 *        For freeing packets from an interrupt context use
 *        vmk_PktReleaseIRQ().
 *
 * \param[in]  pkt    Packet to be released.
 *
 ***********************************************************************
 */

void vmk_PktRelease(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktReleasePanic --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Release all resources of a given vmk_PktHandle.
 *
 * This function cleans up all resources that are referred to by the
 * given vmk_PktHandle, which includes memory for the vmk_PktHandle
 * as well as the original buffer fragment allocated by vmk_PktAlloc().
 * This function can and should only be called in Panic, hence it skips
 * all the completion steps. The caller can check if System is in Panic
 * using vmk_SystemCheckState() function.
 *
 * \param[in]  pkt    Packet to be released.
 *
 ***********************************************************************
 */
void vmk_PktReleasePanic(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktAllocForDMAEngine --                                    */ /**
 *
 * \ingroup Pkt
 * \brief Allocate a vmk_PktHandle containing a single buffer fragment
 *        satisfying the given DMA constraints
 *
 * Please refer to vmk_PktAlloc() documentation for properties of the
 * allocated packet.
 *
 * \param[in]  len         Minimum size of the buffer allocated for
 *                         the new packet.
 * \param[in]  dmaEngine   The DMA Engine for which the packet is
 *                         allocated for
 * \param[out] pkt         Pointer to the allocated vmk_PktHandle.
 *
 * \retval     VMK_OK           Allocation succeeded.
 * \retval     VMK_BAD_PARAM    Invalid uplink parameter.
 * \retval     VMK_NO_MEMORY    Not enough memory to satisfy the
 *                              allocation request or an unspecified
 *                              error has occured.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktAllocForDMAEngine(vmk_ByteCountSmall len,
                                          vmk_DMAEngine dmaEngine,
                                          vmk_PktHandle **pkt);


/*
 ***********************************************************************
 * vmk_PktReleaseIRQ --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Release all resources of a given vmk_PktHandle from an
 *        interrupt context.
 *
 * This function should be called instead of vmk_PktRelease() when
 * releasing packets from an interrupt context. Please refer to
 * vmk_PktRelease() documentation for more information on releasing
 * packets.
 *
 * \param[in] pkt    Packet to be released.
 *
 ***********************************************************************
 */

void vmk_PktReleaseIRQ(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsBufDescWritable --                                    */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the packet has a private buffer descriptor. 
 *
 * A packet can only modify its buffer descriptor (modify the contents 
 * of the buffers including the frame mapped region, append fragments,
 * modify frameLen etc.) if this function returns VMK_TRUE. Operations
 * such as vmk_PktPartialCopy(), vmk_PktClone() etc. can change the
 * buffer descriptor writability. Please check individual function
 * documentation for API functions that require this function to return
 * VMK_TRUE as a pre-requisite, and for functions that can change the
 * buffer writability status of a vmk_PktHandle.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   Buffer descriptor is writable.
 * \retval     VMK_FALSE  Buffer descriptor is not writable.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsBufDescWritable(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktFrameLenGet --                                          */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve the frame length of the given packet.
 *
 * The frame length of the packet indicates the number of bytes which 
 * constitute the actual frame data that will be delivered.
 *
 * \param[in]  pkt      Target packet.
 *
 * \return              Frame length.
 *
 ***********************************************************************
 */

vmk_ByteCountSmall vmk_PktFrameLenGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktFrameLenSet --                                          */ /**
 *
 * \ingroup Pkt
 * \brief Set the frame length of the given packet.
 *
 * The frame length of the packet indicates the number of bytes which 
 * constitute the actual frame data.
 *
 * \param[in]  pkt    Target packet
 * \param[in]  len    Size of the frame described by the packet. Has to
 *                    be less than or equal to the amount of available
 *                    buffer space in the vmk_PktHandle.
 *
 * \pre vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \retval     VMK_OK        If the frame length is set.
 * \retval     VMK_BAD_PARAM Supplied frame length larger than available
 *                           buffer space.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktFrameLenSet(vmk_PktHandle *pkt,
                                    vmk_ByteCountSmall len);

/*
 ***********************************************************************
 * vmk_PktFragGet --                                              */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve information for a particular buffer fragment of a
 *        packet.
 *
 * The fragment information is returned in a vmk_PktFrag struct and 
 * contains the machine address of the buffer and its length. The API
 * caller has to manage the allocation and release of the vmk_PktFrag
 * struct.
 *
 * This function can only be called for existing valid fragment indices
 * in the packet, ie. from index 0 to (vmk_PktFragsNb() - 1) 
 *
 * \note  A vmk_PktHandle can have at most #VMK_PKT_FRAGS_MAX_LENGTH
 *        fragments.
 *
 * \deprecated This function will be removed in a future release. See
 *             vmk_PktSgElemGet() as a replacement.
 *
 * \param[in]  pkt           Target packet.
 * \param[out] frag          Structure for returning fragment information
 * \param[in]  entry         Index of the queried fragment. The first
 *                           fragment of a vmk_PktHandle is at index
 *                           0.
 *
 * \retval     VMK_OK        Fragment data returned sucessfully.
 * \retval     VMK_NOT_FOUND No fragment exists with the given index.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktFragGet(vmk_PktHandle *pkt,
                                vmk_PktFrag *frag,
                                vmk_uint16 entry);

/*
 ***********************************************************************
 * vmk_PktFragsNb --                                              */ /**
 *
 * \ingroup Pkt
 * \brief Return the number of fragments attached to the given 
 *        vmk_PktHandle.
 *
 * \deprecated This function will be removed in a future release. See
 *             vmk_PktSgArrayGet() as a replacement.
 *
 * \param[in]  pkt      Target packet.
 *
 * \return              Number of fragments.
 *
 ***********************************************************************
 */

vmk_uint16 vmk_PktFragsNb(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsFlatBuffer --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the packet has less than or equal to one buffer
 *        fragment.
 *
 * \note  A packet may have zero fragments if it was allocated through
 *        vmk_PktAlloc() with a length of 0.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   Packet has <= 1 buffer.
 * \retval     VMK_FALSE  Packet consists of >1 buffers.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsFlatBuffer(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktFrameMappedLenGet --                                    */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve the length of the frame mapped area of the given
 *        packet.
 *
 * \see   Refer to the "Mapped Area" section of the \ref Pkt detailed
 *        desription.
 *
 * \param[in]  pkt            Target packet.
 *
 * \return                    Length of the frame mapped area.
 *
 ***********************************************************************
 */

vmk_ByteCountSmall vmk_PktFrameMappedLenGet(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsFullyMapped --                                        */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the entire packet buffer is mapped.
 *
 * A packet is fully mapped if it consists of a single fragment and all 
 * of that fragment is mapped. If this function returns VMK_TRUE, that
 * implies that vmk_PktFragsNb() is 1, vmk_PktIsFlatBuffer() is VMK_TRUE
 * and vmk_PktFrameMappedLenGet() is equal to the length of the first
 * buffer fragment.
 *
 * \param[in]  pkt           Target packet.

 * \retval     VMK_TRUE      Packet buffer is fully mapped.
 * \retval     VMK_FALSE     Packet buffer(s) not fully mapped.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsFullyMapped(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktFrameMappedPointerGet --                                */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve the pointer to the frame mapped area of the given 
 *        packet.
 *
 * \see   Refer to the "Mapped Area" section of the \ref Pkt detailed
 *        desription.
 *
 * \param[in]  pkt         Target packet.
 *
 * \return                 A pointer to the frame mapped area.
 *
 ***********************************************************************
 */

vmk_VA vmk_PktFrameMappedPointerGet(const vmk_PktHandle *pkt);
                                  
/*
 ***********************************************************************
 * vmk_PktPriorityGet --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Returns the 802.1p priority associated with the given packet.
 *
 * \note  The priority that is returned is part of the vmk_PktHandle
 *        metadata, it doesn't come from the ethernet header of the
 *        underlying frame.
 *
 * \param[in]  pkt        Target packet.
 *
 * \return                Packet priority.
 *
 ***********************************************************************
 */

vmk_VlanPriority vmk_PktPriorityGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktPrioritySet --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Modify 802.1p priority of the given packet.
 *
 * This function sets the priority metadata for the given packet and if 
 * supplied a non-zero priority marks the packet as "must insert VLAN 
 * tag" so that tag insertion is performed prior to final delivery of the 
 * frame. A zero priority value will clear this flag, and is identical 
 * to calling vmk_PktPriorityClear().
 *
 * \note  The priority that is modified is part of the vmk_PktHandle
 *        metadata, this function doesn't change the ethernet header of 
 *        the underlying frame.
 *
 * \note If priority parameter is outside the range of [0-7] then this
 *       function will cause an ASSERT failure on debug builds, and
 *       set (priority % 8) instead on release builds.
 *
 * \param[in] pkt        Target packet.
 * \param[in] priority   New priority between [0-7].
 *
 * \retval    VMK_OK        Priority set successfully.
 * \retval    VMK_BAD_PARAM Invalid priority value or NULL pkt parameter.
 * \retval    Otherwise     Failed to set priority.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPrioritySet(vmk_PktHandle *pkt,
                                    vmk_VlanPriority priority);


/*
 ***********************************************************************
 * vmk_PktPriorityClear --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Clear 802.1p priority of the given packet.
 *
 * This function sets the priority metadata for the given packet to 0 and 
 * unsets the "must insert VLAN tag" flag.
 *
 * \note  The priority that is cleared is part of the vmk_PktHandle
 *        metadata, this function doesn't change the ethernet header of 
 *        the underlying frame.
 *
 * \param[in] pkt        Target packet.
 *
 ***********************************************************************
 */

void vmk_PktPriorityClear(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktVlanIDGet --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Returns the VLAN ID associated with the given packet.
 *
 * \note  The VLAN ID that is returned is part of the vmk_PktHandle
 *        metadata, it doesn't come from the ethernet header of the
 *        underlying frame.
 *
 * \param[in] pkt     Target packet.
 *
 * \return            VLAN ID associated with the packet.
 *
 ***********************************************************************
 */

vmk_VlanID vmk_PktVlanIDGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktVlanIDSet --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Modify the VLAN ID of the given packet.
 *
 * This function sets the VLAN ID metadata for the given packet and if 
 * supplied a non-zero VLAN ID marks the packet as "must insert VLAN 
 * tag" so that tag insertion is performed prior to final delivery of the 
 * frame. A zero VLAN ID value will clear this flag, and is identical to 
 * calling vmk_PktVlanIDClear().
 *
 * \note  The VLAN ID that is modified is part of the vmk_PktHandle
 *        metadata, this function doesn't change the ethernet header of 
 *        the underlying frame.
 *
 * \note  If vid parameter is outside the range of [0-4094] then this
 *        function will cause an ASSERT failure on debug builds, and
 *        set (vid % 4095) instead on release builds.
 *
 * \param[in] pkt    Target packet.
 * \param[in] vid    New VLAN ID between [0-4094].
 *
 * \retval    VMK_OK         VLAN ID set successfully.
 * \retval    VMK_BAD_VLANID Invalid VLAN ID (>4094).
 * \retval    Otherwise      Failed to set VLAN ID.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktVlanIDSet(vmk_PktHandle *pkt,
                                  vmk_VlanID vid);

/*
 ***********************************************************************
 * vmk_PktVlanIDClear --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Clear the VLAN ID of the given packet.
 *
 * This function sets the VLAN ID metadata for the given packet to 0 and 
 * unsets the "must insert VLAN tag" flag.
 *
 * \note  The VLAN ID that is cleared is part of the vmk_PktHandle
 *        metadata, this function doesn't change the ethernet header of 
 *        the underlying frame.
 *
 * \param[in] pkt    Target packet.
 *
 ***********************************************************************
 */

void vmk_PktVlanIDClear(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktResPoolTagGet --                                        */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve the resource pool tag of the given packet.
 *
 * \param[in]  pkt      Target packet 
 * \param[out] poolTag  Packet resource pool tag
 *
 * \retval     VMK_OK         Packet resource pool tag retrieved
 * \retval     VMK_BAD_PARAM  Input parameter not valid
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktResPoolTagGet(vmk_PktHandle *pkt,
                                      vmk_PortsetResPoolTag *poolTag);

/*
 ***********************************************************************
 * vmk_PktResPoolTagSet --                                        */ /**
 *
 * \ingroup Pkt
 * \brief Tag a packet with the given resource pool tag.
 *
 * \param[in]  pkt      Target packet
 * \param[in]  poolTag  Resource pool tag allocated via vDS API.
 *
 * \retval     VMK_OK         Packet properly tagged
 * \retval     VMK_BAD_PARAM  Input parameter not valid
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktResPoolTagSet(vmk_PktHandle *pkt,
                                      vmk_PortsetResPoolTag poolTag);

/*
 ***********************************************************************
 * vmk_PktSrcPortIDGet --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve source port ID of a specified packet.
 *
 * \param[in]  pkt      Target packet
 *
 * \return              Packet's source port ID on success,
 *                      0 on error or if no source port ID was set on
 *                      the packet.
 *
 ***********************************************************************
 */

vmk_SwitchPortID vmk_PktSrcPortIDGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSrcPortIDSet --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Modify source port ID of the specified packet.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in] pkt        Target packet
 * \param[in] portID     New source port ID
 *
 * \retval    VMK_OK        Source port ID set successfully.
 * \retval    VMK_BAD_PARAM Invalid pkt pointer.
 * \retval    Otherwise     Failed to set source port ID.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktSrcPortIDSet(vmk_PktHandle *pkt,
                                     vmk_SwitchPortID portID);

/*
 ***********************************************************************
 * vmk_PktGetCsumVfd --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the given packet is marked as "TCP/UDP checksum
 *        verified".
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   Checksum already verified.
 * \retval     VMK_FALSE  Checksum not verified.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktGetCsumVfd(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSetCsumVfd --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Mark the given packet as "TCP/UDP checksum verified".
 *
 * If the packet's TCP/UDP checksum has already been verified, this
 * function can be called before queueing the packet for Rx processing
 * to optimize further checksum computations.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in] pkt    Target packet.
 *
 * \retval    VMK_OK        Flag set successfully.
 * \retval    VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktSetCsumVfd(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktClearCsumVfd --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Clear the "TCP/UDP checksum verified" flag from the given 
 *        packet.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_OK        Flag cleared successfully.
 * \retval     VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktClearCsumVfd(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsMustCsum --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the given packet requires TCP/UDP checksum to 
 *        be computed and inserted.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   Checksumming needed.
 * \retval     VMK_FALSE  Checksumming not needed.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsMustCsum(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktClearMustCsum --                                        */ /**
 *
 * \ingroup Pkt
 * \brief Clear the "TCP/UDP checksumming needed" flag from the given
 *        packet.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_OK        Flag cleared successfully.
 * \retval     VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktClearMustCsum(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSetMustCsum --                                          */ /**
 *
 * \ingroup Pkt
 * \brief Mark the given packet as "TCP/UDP checksumming needed".
 *
 * \pre   The frame contained by pkt must be a IPv4 or IPv6 TCP/UDP 
 *        frame.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_OK        Flag set successfully.
 * \retval     VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktSetMustCsum(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktMustVlanTag --                                          */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the given packet requires VLAN tag insertion
 *        before frame delivery.
 *
 *        VLAN/Priority values are stored in the vmk_PktHandle while
 *        the packet is in transit within the vmkernel. The presence
 *        of this flag indicates that the endpoint processing is
 *        responsible for insertion of the VLAN tag into the frame
 *        prior to final delivery of the packet.
 *
 * \see   vmk_PktVlanIDSet(), vmk_PktPrioritySet()
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   Vlan tag needs to be inserted.
 * \retval     VMK_FALSE  Vlan tag insertion is not necessary.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktMustVlanTag(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsLargeTcpPacket --                                     */ /**
 *
 * \ingroup Pkt
 * \brief Returns whether the given packet requires TCP segmentation
 *        offload.
 *
 *        The presence of this flag indicates that the endpoint processing
 *        is responsible for performing TCP segmentation (for example
 *        using hardware offload capability).
 *
 * \see   vmk_PktSetLargeTcpPacket()
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_TRUE   TCP Segmentation Offload is needed.
 * \retval     VMK_FALSE  TCP Segmentation Offload is not needed.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsLargeTcpPacket(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSetLargeTcpPacket --                                    */ /**
 *
 * \ingroup Pkt
 * \brief Mark the given packet as requiring TCP segmentation offload.
 *
 * This function marks a packet as requiring TCP segmentation offload 
 * and sets the maximum segment size to be used by the segmentation 
 * implementation. TCP packets that are larger than the underlying MTU 
 * value due to certain optimizations need to be marked with this flag 
 * so that vmkernel can take appropriate action before delivery of the 
 * frame to an endpoint that doesn't support receiving such packets 
 * (software segmentation) or if the packet is going out of a physical
 * NIC that supports TSO to use hardware offload.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE on this packet.
 *
 * \param[in]  pkt    Target packet.
 * \param[in]  mss    Maximum segment size of the TCP connection for
 *                    use by the software/hardware segmentation
 *                    implementation.
 *
 * \retval     VMK_OK        Flag set successfully.
 * \retval     VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktSetLargeTcpPacket(vmk_PktHandle *pkt,
                                          vmk_uint32 mss);

/*
 ***********************************************************************
 * vmk_PktGetLargeTcpPacketMss --                                 */ /**
 *
 * \ingroup Pkt
 * \brief Returns the MSS value set with vmk_PktSetLargeTcpPacket().
 *
 * \param[in]  pkt    Target packet.
 *
 * \return            Maximum segment size of the TCP connection.
 *
 ***********************************************************************
 */

vmk_uint32 vmk_PktGetLargeTcpPacketMss(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktClearLargeTcpPacket --                                  */ /**
 *
 * \ingroup Pkt
 * \brief Clear the "TCP segmentation offload required" flag from the
 *        given packet.
 *
 * \note  The MSS value associated with the flag will also be cleared.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE on this packet.
 *
 * \param[in]  pkt        Target packet.
 *
 * \retval     VMK_OK        Flag cleared successfully.
 * \retval     VMK_READ_ONLY vmk_PktIsBufDescWritable() was FALSE for pkt.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktClearLargeTcpPacket(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSetEncapsulatedFrame --                                 */ /**
 *
 * \ingroup Pkt
 * \brief   Set the encapsulation flag to indicate that the packet has
 *          an  encapsulated frame.
 *
 * \param[in]   pkt         handle to set encapsulation flag on.
 *
 * \retval      VMK_OK      The encapsulation flag is set.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktSetEncapsulatedFrame(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktClearEncapsulatedFrame --                               */ /**
 *
 * \ingroup Pkt
 * \brief   Clear the encapsulation flag from the given packet.
 *
 * \param[in]   pkt         handle to clear encapsulation flag on.
 *
 * \retval      VMK_OK      The encapsulation flag is cleared.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktClearEncapsulatedFrame(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktIsEncapsulatedFrame --                                  */ /**
 *
 * \ingroup Pkt
 * \brief   Check if the pkt has the encapsulation flag set.
 *
 * \param[in]   pkt       handle to check the encapsulation flag on.
 *
 * \retval      VMK_TRUE  Pkt has an encapsulated frame.
 * \retval      VMK_FALSE Pkt does not have an encapsulated frame.
 *
 ***********************************************************************
 */

vmk_Bool vmk_PktIsEncapsulatedFrame(const vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktCopyMetaData --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Copy packet metadata from the given source packet into the
 *        given destination packet.
 *
 * This function copies the vmk_PktHandle metadata from srcPkt into 
 * dstPkt. The following fields are copied:
 *
 * - VLAN ID
 * - Priority
 * - Must VLAN tag flag
 * - Resource pool tag
 * - All dynamic attributes set via vmk_PktAttrSet() 
 *
 * \pre   dstPkt should not have any outstanding references created
 *        via functions such as vmk_PktPartialCopy(), vmk_PktClone()
 *        etc.
 *
 * \param[in] srcPkt Source packet with the metadata to copy.
 * \param[in] dstPkt Packet to copy the metadata into.
 *
 * \retval      VMK_OK          sucessfully moved meta data
 * \retval      otherwise       various errors
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktCopyMetaData(vmk_PktHandle *srcPkt,
                                     vmk_PktHandle *dstPkt);

/*
 ***********************************************************************
 * vmk_PktAttrRegister --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Register or obtain a reference to a dynamic packet attribute.
 *
 * This function can be used by modules that require the ability to
 * store custom metadata information inside vmk_PktHandle. Dynamic
 * attributes do not occupy space in the vmk_PktHandle until they are
 * set, therefore registering a dynamic attribute type does not directly
 * increase memory footprint for all vmk_PktHandle's in the system.
 *
 * In case that the attribute was already registered (by another
 * module for example), this function simply increments the reference
 * count of the attribute and returns the associated handles.
 *
 * \param[in]   properties  Configuration information that describes
 *                          the new attribute and how it's processed.
 * \param[out]  regHandle   Handle to pass to registration operations.
 * \param[out]  attrHandle  Handle to use with packet operations.
 *
 * \retval     VMK_OK            If registration was successful.
 * \retval     VMK_NO_RESOURCES  No space available for attribute.
 * \retval     VMK_BAD_PARAM     One or more properties is invalid.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrRegister(vmk_PktAttrProperties *properties,
                                     vmk_PktAttrRegHandle **regHandle,
                                     vmk_PktAttrPktHandle **attrHandle);

/*
 ***********************************************************************
 * vmk_PktAttrDeregister --                                       */ /**
 *
 * \ingroup Pkt
 * \brief Unregister or remove a reference from a dynamic attribute.
 *
 * This function removes a reference obtained via vmk_PktAttrRegister()
 * from a dynamic attribute. In case of the last reference, the attribute
 * will be completely unregistered from the system.
 *
 * The caller is responsible for ensuring that no vmk_PktHandle in the
 * system is actively using the attribute being deregistered before calling
 * into this function.
 *
 * \note  This function may block.
 *
 * \param[in]   regHandle     Handle obtained from vmk_PktAttrRegister().
 *
 * \retval     VMK_OK         Attribute successfully deregistered.
 * \retval     VMK_BAD_PARAM  Invalid handle was specified.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrDeregister(vmk_PktAttrRegHandle *regHandle);


/*
 ***********************************************************************
 * vmk_PktAttrGetVersion --                                       */ /**
 *
 * \ingroup Pkt
 * \brief Returns the attribute version passed to vmk_PktAttrRegister()
 *
 * This function returns the value of the attrVersion field passed to
 * vmk_PktAttrRegister() as part of vmk_PktAttrProperties. Note that
 * for a particular attribute name, the first caller of
 * vmk_PktAttrRegister() will be the one to set the attribute version
 * and all subsequent callers will get back the registration handle
 * which points to the first caller's attribute version. This function
 * is intended for implementation of compatibility with respect to
 * attribute usage from multiple modules.
 *
 * \param[in]   regHandle   Handle obtained from vmk_PktAttrRegister().
 * \param[out]  version     Version of the attribute.
 *
 * \retval     VMK_OK         Attribute version returned.
 * \retval     VMK_BAD_PARAM  Invalid handle was specified.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrGetVersion(vmk_PktAttrRegHandle *regHandle,
                                       vmk_uint32 *version);


/*
 ***********************************************************************
 * vmk_PktAttrGet --                                              */ /**
 *
 * \ingroup Pkt
 * \brief Obtain the value of a dynamic attribute from the vmk_PktHandle.
 *
 * This function is used to obtain the value of a dynamic attribute that
 * was previously set in a PktHandle.
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   attrHandle  Handle that represents attribute to query.
 * \param[out]  value       Variable that receives the value of the
 *                          attribute.
 *
 * \retval     VMK_OK         Attribute get operation was successful.
 * \retval     VMK_NOT_FOUND  Attribute value is not set in PktHandle.
 * \retval     VMK_BAD_PARAM  One or more handles are invalid.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrGet(const vmk_PktHandle *pkt,
                                vmk_PktAttrPktHandle *attrHandle,
                                vmk_PktAttrValue *value);

/*
 ***********************************************************************
 * vmk_PktAttrSet --                                              */ /**
 *
 * \ingroup Pkt
 * \brief Set the value of a dynamic attribute in the vmk_PktHandle.
 *
 * This function is used to set the value of a dynamic attribute in the
 * vmk_PktHandle.
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   attrHandle  Handle that represents an attribute.
 * \param[out]  value       Value of attribute to set in frame.
 *
 * \retval     VMK_OK            Attribute set operation was successful.
 * \retval     VMK_NO_RESOURCES  No space available to store attribute.
 * \retval     VMK_BAD_PARAM     One or more handles are invalid.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrSet(vmk_PktHandle *pkt,
                                vmk_PktAttrPktHandle *attrHandle,
                                vmk_PktAttrValue value);

/*
 ***********************************************************************
 * vmk_PktAttrClear --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Clear the value of a dynamic attribute in the vmk_PktHandle.
 *
 * This function is used to clear the value of a dynamic attribute in
 * the vmk_PktHandle. Once an attribute has been cleared on a
 * vmk_PktHandle further vmk_PktAttrGet() operations will return
 * VMK_NOT_FOUND for that attribute on the vmk_PktHandle.
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   attrHandle  Handle that represents an attribute.
 *
 * \retval     VMK_OK            Attribute clear operation was successful.
 * \retval     VMK_NOT_FOUND     Attribute was not set to begin with.
 * \retval     VMK_BAD_PARAM     One or more handles are invalid.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAttrClear(vmk_PktHandle *pkt,
                                  vmk_PktAttrPktHandle *attrHandle);

/*
 ***********************************************************************
 * vmk_PktPartialCopy --                                          */ /**
 *
 * \ingroup Pkt
 * \brief Create a partial copy of the given packet with a private 
 *        writable region.
 *
 * Creates a partial copy of the source packet. The private area of the
 * resulting packet starts at its frame mapped pointer (see
 * vmk_PktFrameMappedPointerGet()) and will have a 
 * vmk_PktFrameMappedLenGet() value at least as much as the requested 
 * numBytes parameter, and at most the frame length of the original 
 * packet. Frame contents of the resulting packet until
 * vmk_PktFrameMappedLenGet() are allowed to be modified, whereas frame
 * contents beyond that should NOT be modified since they will be
 * referring to buffers shared with the source packet.
 *
 * This function can be used by modules which intend to modify a packet. 
 * In general only the frame mapped area of a packet is allowed to be 
 * modified, and only when vmk_PktIsBufDescWritable() is VMK_TRUE for 
 * that packet. If the data beyond the frame mapped length needs to be 
 * modified or vmk_PktIsBufDescWritable() is VMK_FALSE, a partial copy of 
 * the packet should be made with this function in order to modify the
 * frame contents. The numBytes parameter describes the number of bytes 
 * modifiable in the frame mapped area of the resulting packet.
 *
 * All metadata present on the source packet will be copied to the
 * destination packet. See vmk_PktCopyMetaData() for a list of the
 * metadata fields that are copied.
 *
 * \note  It is possible for the vmk_PktFrameMappedLenGet() of the
 *        resulting packet to be larger than numBytes.
 *
 * \note  The headroom of the resulting copy packet is unspecified,
 *        the copied frame may or may not have the same headroom length
 *        as the original frame.  See vmk_PktPartialCopyWithHeadroom()
 *        when the copy has headroom length requirements.
 *
 * \note  If numBytes is larger than vmk_PktFrameLenGet() for pkt the
 *        partial copy will be taken as if numBytes was equal to
 *        vmk_PktFrameLenGet(). By using vmk_PktFrameLenGet() as
 *        numBytes a complete private copy of the original packet can
 *        be created (see vmk_PktCopy() for an alias of this behavior).
 *
 * \note  The numBytes parameter can be supplied as zero, in which case
 *        the resulting packet will be a clone of the original packet,
 *        ie. it is not guaranteed to have a private mapped region
 *        (see vmk_PktClone()).
 *
 * \note  Partial copies can be made using packets which are the result
 *        of previous vmk_PktPartialCopy() calls.
 *
 * \param[in]   pkt        Target packet.
 * \param[in]   numBytes   Number of bytes in the private region of
 *                         the resulting packet.
 * \param[out]  copyPkt    Resulting packet with a private mapped
 *                         region.
 *
 * \retval     VMK_OK      If the partial copy was successful.
 * \retval     VMK_FAILURE Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPartialCopy(vmk_PktHandle *pkt,
                                    vmk_ByteCountSmall numBytes,
                                    vmk_PktHandle **copyPkt);

/*
 ***********************************************************************
 * vmk_PktPartialCopyWithHeadroom --                              */ /**
 *
 * \ingroup Pkt
 *
 * \brief Create a partial copy of the given packet with a private area
 *        and headroom in front of the frame.
 *
 * This function is identical to vmk_PktPartialCopy() except that the 
 * resulting frame will also contain at least the requested length of
 * headroom. The resulting packet may contain more headroom than
 * requested.
 *
 * \see   vmk_PktPartialCopy(), vmk_PktPushHeadroom()
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   numBytes    Number of bytes in the private region of
 *                          the resulting packet.
 * \param[in]   headroomLen Number of bytes in the headroom of the
 *                          resulting packet.
 * \param[out]  copyPkt     Resulting packet with a private mapped
 *                          region and requested amount of headroom.
 *
 * \retval     VMK_OK       If the partial copy was successful.
 * \retval     VMK_FAILURE  Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPartialCopyWithHeadroom(vmk_PktHandle *pkt,
                                                vmk_ByteCountSmall numBytes,
                                                vmk_uint16 headroomLen,
                                                vmk_PktHandle **copyPkt);

/*
 ***********************************************************************
 * vmk_PktCopy --                                                 */ /**
 *
 * \ingroup Pkt
 * \brief Create a copy of the frame contents of the given packet.
 *
 * This function is identical to calling vmk_PktPartialCopy() with 
 * vmk_PktFrameLenGet() as the numBytes argument.
 *
 * \see   vmk_PktPartialCopy()
 *
 * \note  Every packet pushed into a module is considered read-only by 
 *        default. This function is a way to change this policy. In 
 *        copyPkt, the frame contents are guarenteed to be mapped and 
 *        physically contiguous.
 *
 * \note  pkt must have vmk_PktFrameLenGet() greater than 0.
 *
 * \param[in]   pkt        Source packet.
 * \param[out]  copyPkt    Resulting packet with a private mapped region.
 *
 * \retval     VMK_OK      If the partial copy was successful.
 * \retval     VMK_FAILURE Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktCopy(vmk_PktHandle *pkt,
                             vmk_PktHandle **copyPkt);

/*
 ***********************************************************************
 * vmk_PktCopyWithHeadroom --                                     */ /**
 *
 * \ingroup Pkt
 * \brief Create a copy of the frame contents of the given packet and
 *        add headroom in front of the frame.
 *
 * This function is identical to calling vmk_PktPartialCopyWithHeadroom() 
 * with vmk_PktFrameLenGet() as the numBytes argument.
 *
 * The resuting packet will have at least the number of bytes of headroom
 * requested, and may also have additional headroom.
 *
 * \see   vmk_PktPartialCopyWithHeadroom()
 *
 * \note  Every packet pushed into a module is considered read-only by 
 *        default. This function is a way to change this policy. In 
 *        copyPkt, the frame contents are guarenteed to be mapped and 
 *        physically contiguous. 
 * 
 * \param[in]   pkt         Source packet.
 * \param[in]   headroomLen Number of bytes in the headroom of the
 *                          resulting packet.
 * \param[out]  copyPkt     Resulting packet with a private mapped
 *                          region and requested amount of headroom.
 *
 * \retval     VMK_OK       If the partial copy was successful.
 * \retval     VMK_FAILURE  Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktCopyWithHeadroom(vmk_PktHandle *pkt,
                                         vmk_uint16 headroomLen,
                                         vmk_PktHandle **copyPkt);

/*
 ***********************************************************************
 * vmk_PktClone --                                                */ /**
 *
 * \ingroup Pkt
 * \brief Create a clone of the given packet.
 *
 * This function is identical to calling vmk_PktPartialCopy() with 0 as 
 * the numBytes argument. The resulting packet has no private region 
 * (hence is read-only) and refers to the all the buffers in the source 
 * packet.
 *
 * \see   vmk_PktPartialCopy()
 *
 * \note  The headroom length of the resulting clone packet is unspecified,
 *        it may or may not be the same as original.
 *
 * \param[in]   pkt         Source packet.
 * \param[out]  clonePkt    Resulting packet that is a read-only copy
 *                          of the source packet.
 *
 * \retval     VMK_OK       If the partial copy was successful.
 * \retval     VMK_FAILURE  Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktClone(vmk_PktHandle *pkt,
                              vmk_PktHandle **clonePkt);

/*
 ***********************************************************************
 * vmk_PktGetHeadroomLen --                                       */ /**
 *
 * \ingroup Pkt
 * \brief Return the length of headroom in front of the frame contents
 *        of the given packet.
 *
 * \param[in]   pkt         Target packet.
 *
 * \retval      >=0         Length of the headroom.
 *
 ***********************************************************************
 */

vmk_uint16 vmk_PktGetHeadroomLen(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktPushHeadroom --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Increase the size of the headroom in front of the frame 
 *        contents of the given packet.
 *
 * "Push" the start of frame pointer forward without changing the frame 
 * contents. After this operation the frame length is reduced by 
 * headroomLen and the frame mapped pointer is pushed forward by 
 * headroomLen.
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   headroomLen Amount of bytes to add to the headroom.
 *
 * \retval      VMK_OK      The headroom has been enlarged properly.
 * \retval      VMK_FAILURE The requested headroomLen to push is greater
 *                          than either the frame length (vmk_PktFrameLenGet())
 *                          or the frame mapped length 
 *                          (vmk_PktFrameMappedLenGet()) or
 *                          vmk_PktIsBufDescWritable() is FALSE for this
 *                          packet.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPushHeadroom(vmk_PktHandle *pkt,
                                     vmk_uint16 headroomLen);

/*
 ***********************************************************************
 * vmk_PktPullHeadroom --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Decrease the size of the headroom in front of the frame 
 *        contents of the given packet.
 *
 * \note As a result of decreasing the headroom space, the length of 
 *       the frame mapped area and the set of fragments will be modified.
 *       The frame length will also be updated as a result.
 *
 * \param[in]   pkt         Target packet.
 * \param[in]   headroomLen Amount of bytes to reduce from the headroom.
 *
 * \retval      VMK_OK      The headroom has been reduced properly.
 * \retval      VMK_FAILURE The requested decrease in headroomLen is
 *                          larger than the current available headroomLen
 *                          (vmk_PktGetHeadroomLen()) or
 *                          vmk_PktIsBufDescWritable() is FALSE for this
 *                          packet.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPullHeadroom(vmk_PktHandle *pkt,
                                     vmk_uint16 headroomLen);

/*
 ***********************************************************************
 * vmk_PktDup --                                                  */ /**
 *
 * \ingroup Pkt
 * \brief Make a full, independent copy of the given vmk_PktHandle
 *
 * The following values are identical with the source packet in the 
 * resulting packet:
 *
 * - Frame contents (fragment layout will likely differ)
 * - Frame length
 * - Attributes copied via vmk_PktCopyMetaData(), ie. VLAN ID, Priority, 
 *   vmk_PktMustVlanTag() value, and all dynamic attributes set via
 *   vmk_PktAttrSet()
 * - vmk_PktIsMustCsum() value.
 * - Checksum verified flag.
 * - vmk_PktIsLargeTcpPacket() and vmk_PktGetLargeTcpPacketMss() values.
 *
 * \note Headroom amount is NOT retained in the resulting packet (see
 *       vmk_PktDupWithHeadroom() if that is required).
 *
 * \note It is legal to call this function with a source packet that is
 *       the result of a previous vmk_PktPartialCopy() family function call.
 *       The resulting packet will be fully modifiable
 *       (vmk_PktIsBufDescWritable() will be VMK_TRUE).
 *
 * \param[in]   pkt             Target packet.
 * \param[out]  dupPkt          Resulting duplicate packet.
 *
 * \retval      VMK_OK          If the duplication was successful.
 * \retval      VMK_BAD_PARAM   If either pkt or dupPkt is NULL.
 * \retval      VMK_NO_MEMORY   Not enough memory to satisfy request.
 * \retval      otherwise       Various other errors.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktDup(vmk_PktHandle *pkt,
                            vmk_PktHandle **dupPkt);

/*
 ***********************************************************************
 * vmk_PktDupAndCsum --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Make a full, independent copy of the given vmk_PktHandle and
 *        perform checksumming on the frame.
 *
 * This function is identical to vmk_PktDup() except that the TCP/UDP 
 * checksum for the frame contents is computed and inserted into the 
 * frame.
 *
 * \see   vmk_PktDup()
 *
 * \pre   The frame contained by pkt must be a IPv4 or IPv6 TCP/UDP 
 *        frame.
 *
 * \pre   For checksum computation to be performed vmk_PktIsMustCsum()
 *        must be VMK_TRUE. Otherwise the function will have the same
 *        effect as if vmk_PktDup() was called.
 *
 * \param[in]   pkt              Target packet.
 * \param[out]  dupPkt           Resulting duplicate packet.
 *
 * \retval      VMK_OK           If the duplication was successful.
 * \retval      VMK_BAD_PARAM    If either pkt or dupPkt is NULL.
 * \retval      VMK_NO_MEMORY    Not enough memory to satisfy request.
 * \retval      otherwise        Various other errors.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktDupAndCsum(vmk_PktHandle *pkt,
                                   vmk_PktHandle **dupPkt);

/*
 ***********************************************************************
 * vmk_PktDupWithHeadroom --                                      */ /**
 *
 * \ingroup Pkt
 * \brief Make a full, independent copy of the given vmk_PktHandle and
 *        add headroom in front of the frame.
 *
 * This function is identical to vmk_PktDup() except that the resulting 
 * packet will also have a headroom of the specified size added in front 
 * of the frame contents.
 *
 * The resulting packet will have at least as many bytes of headroom
 * requested, and may have more than the requested headroom length.
 *
 * \see   vmk_PktDup()
 *
 * \param[in]   pkt              Target packet.
 * \param[in]   headroomLen      Number of headroom bytes before the actual 
 *                               frame.
 * \param[out]  dupPkt           Resulting duplicate packet.
 *
 * \retval      VMK_OK           If the duplication was successful.
 * \retval      VMK_BAD_PARAM    If either pkt or dupPkt is NULL.
 * \retval      VMK_NO_MEMORY    Not enough memory to satisfy request.
 * \retval      otherwise        Various other errors.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktDupWithHeadroom(vmk_PktHandle *pkt,
                                        vmk_uint16 headroomLen,
                                        vmk_PktHandle **dupPkt);

/*
 ***********************************************************************
 * vmk_PktDupLenWithHeadroomAndTailroom --                        */ /**
 *
 * \ingroup Pkt
 * \brief Make a partial, independent copy of the given vmk_PktHandle
 *        with headroom and tailroom.
 *
 * This function is similar to vmk_PktDupWithHeadroom(), except that it
 * copies only "dupLen" bytes of the frame data, and it reserves
 * tailroomLen bytes of extra space at the end of the copied data.
 *
 * The resulting packet will have at least as many bytes of headroom
 * requested, and may have more than the requested length.
 *
 * \param[in]   pkt              Original packet.
 * \param[in]   dupLen           Amount of bytes to duplicate.
 * \param[in]   headroomLen      Amount of headroom before the frame.
 * \param[in]   tailroomLen      Amount of tailroom to reserve beyond copied data.
 * \param[out]  dupPkt           Pointer to the resulting packet.
 *
 * \retval      VMK_OK           If the duplication was successful.
 * \retval      VMK_BAD_PARAM    If pkt or dupPkt is NULL, or dupLen is zero.
 * \retval      VMK_NO_MEMORY    Not enough memory to satisfy request.
 * \retval      otherwise        Various other errors.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktDupLenWithHeadroomAndTailroom(vmk_PktHandle *pkt,
                                                      vmk_ByteCountSmall dupLen,
                                                      vmk_uint16 headroomLen,
                                                      vmk_uint16 tailroomLen,
                                                      vmk_PktHandle **dupPkt);

/*
 ***********************************************************************
 * vmk_PktDupAndCsumWithHeadroom --                               */ /**
 *
 * \ingroup Pkt
 * \brief Makes a full, independent copy of the given vmk_PktHandle,
 *        performs checksumming and adds headroom in front of the
 *        frame.
 *        
 * This function is identical to vmk_PktDupAndCsum() except that the 
 * resulting packet will also have a headroom length of at least as many
 * bytes requested.  The resulting packet may have more than the
 * requested headroom.
 *
 * \see   vmk_PktDupAndCsum()
 *
 * \pre   The frame contained by pkt must be a IPv4 or IPv6 TCP/UDP 
 *        frame.
 *
 * \pre   For checksum computation to be performed vmk_PktIsMustCsum()
 *        must be VMK_TRUE. Otherwise the function will have the same
 *        effect as if vmk_PktDupWithHeadroom() was called.
 *
 * \param[in]   pkt              Target packet.
 * \param[in]   headroomLen      Number of headroom bytes before the actual 
 *                               frame.
 * \param[out]  dupPkt           Resulting duplicate packet.
 *
 * \retval      VMK_OK           If the duplication was successful.
 * \retval      VMK_BAD_PARAM    If either pkt or dupPkt is NULL.
 * \retval      VMK_NO_MEMORY    Unable to allocate memory for dup.
 * \retval      otherwise        Various other errors.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktDupAndCsumWithHeadroom(vmk_PktHandle *pkt,
                                               vmk_uint16 headroomLen,
                                               vmk_PktHandle **dupPkt);

/*
 ***********************************************************************
 * vmk_PktPullHdrIntoMappedSpace --                               */ /**
 *
 * \ingroup Pkt
 * \brief Pulls data from following fragments into the frame mapped region.
 *
 * This function copies hdrCopyLen bytes starting from the end of the 
 * frame mapped region (vmk_PktFrameMappedLenGet()) into the frame mapped 
 * region with an offset of targetOffset.
 *
 * This function is typically used when a new packet is being constructued. 
 * Space is reserved in the frame mapped region of the packet to contain 
 * a prefix of the packet. Fragments are then added to the packet. When
 * sufficient fragments have been added, the prefix portion of the packet
 * is copied into the frame mapped region, and the packet's fragment array
 * is adjusted to "excise" the copied portion. This function also takes care
 * of the case when the resulting packet is smaller than the original
 * reserved space, in which case more of the packet, including the tail-end
 * of the frame mapped region, is excised from the packet.
 *
 * \note  frame mapped length should be >= targetOffset + hdrCopyLen.
 *
 * \param[in]   pkt          Target packet.
 * \param[in]   targetOffset Offset in the frame mapped region to copy 
 *                           data into.
 * \param[out]  hdrCopyLen   Length of data to copy starting from frame
 *                           mapped length as the offset.
 *
 * \retval      VMK_OK      If successful.
 * \retval      VMK_FAILURE Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPullHdrIntoMappedSpace(vmk_PktHandle *pkt,
                                               vmk_ByteCountSmall targetOffset,
                                               vmk_ByteCountSmall hdrCopyLen);

/*
 ***********************************************************************
 * vmk_PktCopyBytesOut --                                         */ /**
 *
 * \ingroup Pkt
 * \brief Copies bytes from a packet into a contiguous local buffer.
 *
 * \param[in]   buffer       Buffer to copy pkt data to.
 * \param[in]   length       Amount of pkt data to copy.
 * \param[in]   offset       Pkt offset from which to begin copy.
 * \param[in]   pkt          Source packet.
 *
 * \retval      VMK_OK              If successful.
 * \retval      VMK_BAD_PARAM       If buffer or pkt pointer is NULL.
 * \retval      VMK_READ_ERROR      If length + offset is beyond the pkt's mem.
 * \retval      VMK_INVALID_ADDRESS If pkt frag MA is invalid.
 * \retval      VMK_FAILURE         Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktCopyBytesOut(vmk_uint8 *buffer,
                                     vmk_ByteCount length,
                                     vmk_uint32 offset,
                                     vmk_PktHandle *pkt);
 
/*
 ***********************************************************************
 * vmk_PktAllocPage --                                            */ /**
 *
 * \ingroup Pkt
 * \brief Allocate one page from the packet page pool.
 *
 * \note One page is allocated from the packet page pool according to the
 * constraints.
 *
 * \param[in]   mem          Memory is allocated according to the
 *                           constriants specified
 * \param[out]  page         MPN of the allocated page
 *
 * \retval      VMK_OK              Allocation successful.
 * \retval      VMK_BAD_PARAM       If Page is NULL.
 * \retval      VMK_NO_MEMORY       Not enough memory in the page pool
 *                                  to satisfy the request.
 *
 ***********************************************************************
 */
VMK_ReturnStatus vmk_PktAllocPage(vmk_MemPhysAddrConstraint mem,
                                  vmk_MPN *page);

/*
 ***********************************************************************
 * vmk_PktFreePage --                                             */ /**
 *
 * \ingroup Pkt
 * \brief Free one page allocated from the packet page pool
 * back to it.
 *
 * \note The page must have been originally allocated through
 * vmk_PktAllocPage() and not any other page allocation mechanism. The
 * memory constraint must be same as the memory constraint used for the
 * allocation.
 *
 * \param[in]   mem          Memory constraint used to allocate the page
 * \param[in]   page         page that is being freed.
 *
 ***********************************************************************
 */
void vmk_PktFreePage(vmk_MemPhysAddrConstraint mem,
                     vmk_MPN page);

/*
 ***********************************************************************
 * vmk_PktPageAppend --                                           */ /**
 *
 * \ingroup Pkt
 * \brief Append a page to a packet
 *
 * This function appends a page to the packet at pktOffset
 *
 * If the pktOffset falls in the middle of an existing SG entry then
 * that SG entry is truncated to the offset provided. Also if there are
 * SG entries after this SG entry they are deleted and the pages are
 * freed. The deleted SG entries should not be acessed after a call to
 * this API.
 *
 * If the pktOffset corresponds to offset 0 of first SG entry then that
 * SG entry is truncated to 0 length and the page is added at second SG
 * entry.
 *
 * If the pktOffset corresponds to offset 0 of any SG entry other than
 * the first SG entry, then the SG entry and any SG entries after that
 * are deleted and the page is added in the same SG entry index.
 *
 * \pre vmk_PktIsBufDescWritable() must be VMK_TRUE for this packet.
 *
 * \pre Packet should only have page style SG's and not be a packet
 *      with other types of SG entries (vNIC backend packets etc.).
 *      The packet should have been created using vmk_PktAlloc*() by
 *      the caller before calling this API. You may not use this API
 *      to append pages to a packet allocated by vmkernel.
 *
 * \pre Packet must not have any clones or partial copies referring
 *      to it.
 *
 * \param[in]   pkt         Source packet.
 * \param[in]   page        Page to be appended
 * \param[in]   pktOffset   Offset in the source packet where the
 *                          page is to be appended
 * \param[in]   pageOffset  Offset in the page to be appended.
 * \param[out]  appendLen   Length of the buffer in the page to be
 *                          appended.
 *
 * \retval     VMK_OK             If the insertion was successful
 * \retval     VMK_READ_ONLY      Packet can't be modified. Possible
 *                                reasons are that the packet was
 *                                allocated by the vmkernel or a
 *                                partial copy or clone referring to
 *                                the packet exists.
 * \retval     VMK_LIMIT_EXCEEDED pageOffset + appendLen larger than
 *                                VMK_PAGE_SIZE or pkt's SG array is
 *                                full.
 * \retval     VMK_FAILURE        Otherwise.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktPageAppend(vmk_PktHandle *pkt,
                                   vmk_MPN page,
                                   vmk_ByteCountSmall pktOffset,
                                   vmk_ByteCountSmall pageOffset,
                                   vmk_ByteCountSmall appendLen);

/*
 ***********************************************************************
 * vmk_PktSgArrayGet --                                           */ /**
 *
 * \ingroup Pkt
 * \brief   Returns pointer to the packet's SG array
 *
 * \note    Do not modify the returned SgArray without going through the
 *          proper API
 *
 * \param[in]   pkt         Target packet
 *
 * \return                  Pointer to the SG array of the packet
 *
 ***********************************************************************
 */

const vmk_SgArray *vmk_PktSgArrayGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSgArrayTotalLenGet--                                    */ /**
 *
 * \ingroup Pkt
 * \brief Retrieve the total length of the Sg array for the packet.
 *
 * The returned length is the sum of the lengths of each Sg element in
 * the given packet's Sg array.
 *
 * \param[in]  pkt      Target packet.
 *
 * \return              Sum of the lengths of the Sg array elements.
 *
 ***********************************************************************
 */

vmk_ByteCountSmall vmk_PktSgArrayTotalLenGet(vmk_PktHandle *pkt);

/*
 ***********************************************************************
 * vmk_PktSgElemGet --                                            */ /**
 *
 * \ingroup Pkt
 * \brief   Returns pointer to the entryNum element in the packet's
 *          SG array
 *
 * \note    Do not modify the returned SgElem without going through the
 *          proper API
 *
 * \param[in]   pkt          Target packet
 * \param[in]   entryIdx     SG entry index
 *
 * \return                   Pointer to the SG entry on success, NULL if
 *                           entryIdx was not found.
 *
 ***********************************************************************
 */

const vmk_SgElem *vmk_PktSgElemGet(vmk_PktHandle *pkt,
                                   vmk_uint16 entryIdx);

/*
 ***********************************************************************
 * vmk_PktAppend --                                               */ /**
 *
 * \ingroup Pkt
 * \brief Append frame contents from one vmk_PktHandle to another.
 *
 * The SG array length and SG element information of the destination
 * packet might be modified as a result of this call.
 *
 * \note  Once this function return VMK_OK, the source packet must not
 *        be used any more since its ownership has been transferred to
 *        the stack.
 *
 * \note  srcOffset + appendLen must be less than or equal to the SG
 *        array total length of the source packet.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for dstPkt.
 *
 * \pre   dstPkt should have been created using vmk_PktAlloc*() by
 *        the caller before calling this API. You may not use this API
 *        to append another packet to a packet created by the vmkernel.
 *
 * \pre   dstPkt must not have any clones or partial copies referring
 *        to it.
 *
 * \pre   dstPkt must not have any pages appended to it via
 *        vmk_PktPageAppend() prior to calling this API.
 *
 * \param[in] dstPkt      Packet to append fragments into.
 * \param[in] srcPkt      Packet to append fragments from.
 * \param[in] srcOffset   Data offset from the beginning of source
 *                        packet.
 * \param[in] appendLen   Number of bytes to be appended.
 *
 * \retval    VMK_OK             The fragments have sucessfully been
 *                               appended.
 * \retval    VMK_BAD_PARAM      Invalid srcOffset and/or appendLen.
 * \retval    VMK_LIMIT_EXCEEDED The destination packet doesn't have
 *                               enough empty SG array entries for the
 *                               append operation.
 * \retval    VMK_READ_ONLY      dstPkt's SG array can not be modified,
 *                               either because there are other packets
 *                               referring to them or because dstPkt was
 *                               allocated by the vmkernel.
 * \retval    VMK_NOT_SUPPORTED  The source and destination packets are
 *                               not compatible for appending, due to
 *                               dstPkt having pages appended to it.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktAppend(vmk_PktHandle *dstPkt,
                               vmk_PktHandle *srcPkt,
                               vmk_ByteCountSmall srcOffset,
                               vmk_ByteCountSmall appendLen);

/*
 ***********************************************************************
 * vmk_PktTrim --                                                 */ /**
 *
 * \ingroup Pkt
 * \brief Trim packet buffers
 *
 * This function will modify the SG array and remove all fragments from
 * it that contain all bytes beyond bytesToKeep. The number of SG
 * elements of the packet may be changed. In case bytesToKeep falls
 * within the first fragment the frame mapped length
 * (vmk_PktFrameMappedLenGet()) and frame mapped pointer
 * (vmk_PktFrameMappedPointerGet()) values can also change.
 *
 * This operation is not reversible, buffer regions left out are no
 * longer considered part of the packet's buffers.
 *
 * \note  The caller has to make sure that buffers to be removed by
 *        this function have properly been released.
 *
 * \pre   vmk_PktIsBufDescWritable() must be TRUE for pkt.
 *
 * \param[in] pkt         Target packet.
 * \param[in] bytesToKeep Byte offset to start trimming from.
 *
 * \retval     VMK_OK          The trim operation suceeded.
 * \retval     VMK_BAD_PARAM   Invalid bytesToKeep.
 * \retval     VMK_READ_ONLY   Packet can not be modified, either due
 *                             to vmk_PktIsBufDescWritable() not being
 *                             VMK_TRUE or because of completion
 *                             requirements. Consider taking a partial
 *                             copy prior to trimming.
 *
 ***********************************************************************
 */

VMK_ReturnStatus vmk_PktTrim(vmk_PktHandle *pkt,
                             vmk_ByteCountSmall bytesToKeep);

#endif
/** @} */
/** @} */