summaryrefslogtreecommitdiffstats
path: root/src/vnet/lldp
AgeCommit message (Expand)AuthorFilesLines
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2017-12-19lldp: Fix Coverity Warnings CID 177942, CID 177945Dave Wallace1-1/+1
2017-10-25lldp: protection code to check a valid interface indexSteve Shin1-2/+9
2017-10-12LLDP: Add Management Address TLVSteve Shin6-25/+207
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-09-28cdp/lldp: punt for no bufferSteven1-0/+3
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin1-2/+4
2017-07-05Add API support for LLDP config/interface setSteve Shin7-42/+300
2017-06-29LLDP: properly parse lldp cmds from startup configKlement Sekera1-3/+1
2017-04-06Use thread local storage for thread indexDamjan Marion1-1/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion8-0/+1894
ound-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
#ifndef __RTE_ETHDEV_INCLUDES_H__
#define __RTE_ETHDEV_INCLUDES_H__

struct rte_eth_link {
    int link_autoneg;
    int link_speed;
    int link_duplex;
    int link_status;
};


enum rte_eth_fc_mode {
};

struct rte_eth_xstat {
};

struct rte_eth_xstat_name {
};

struct rte_eth_fc_conf {
};

struct rte_eth_dev_info {
};

#endif /* __RTE_ETHDEV_INCLUDES_H__ */