cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Go to the source code of this file.
Namespaces | |
tc_utils | |
Functions | |
def | tc_utils.num_to_char (num) |
def | tc_utils.str_static_gen (size) |
def | tc_utils.str_rand_gen (size) |
def | tc_utils.getFpgaIpv4 (args) |
def | tc_utils.getFpgaPort (args) |
def | tc_utils.getResourceManagerIpv4 (args) |
def | tc_utils.getResourceManagerPort (args) |
def | tc_utils.getInstanceId (args) |
def | tc_utils.restartApp (instId, ipResMngr, portResMngr, user_name, user_passwd) |
def | tc_utils.pingFpga (ipFpga) |
def | tc_utils.display_throughput (byteCount, elapseTime) |
Variables | |
int | tc_utils.ACM_OK = 0 |
int | tc_utils.ACM_KO = 1 |
int | tc_utils.MTU = 1500 |
int | tc_utils.MTU_ZYC2 = 1450 |
int | tc_utils.IP4_HDR_LEN = 20 |
int | tc_utils.TCP_HDR_LEN = 20 |
tuple | tc_utils.ZYC2_MSS = (MTU_ZYC2 - 92) & ~0x7 |
int | tc_utils.UDP_HDR_LEN = 8 |
tuple | tc_utils.UDP_MDS = (MTU_ZYC2 - IP4_HDR_LEN - UDP_HDR_LEN) & ~0x7 |
int | tc_utils.RECV_MODE_LSN_PORT = 8800 |
int | tc_utils.XMIT_MODE_LSN_PORT = 8801 |
int | tc_utils.BIDIR_MODE_LSN_PORT = 8802 |
int | tc_utils.ECHO_MODE_LSN_PORT = 8803 |
int | tc_utils.IPERF_LSN_PORT = 5001 |
int | tc_utils.IPREF3_LSN_PORT = 5201 |