70 lines
3.6 KiB
Plaintext
70 lines
3.6 KiB
Plaintext
Functions changes summary: 0 Removed, 7 Changed (55 filtered out), 0 Added functions
|
|
Variables changes summary: 0 Removed, 2 Changed (4 filtered out), 0 Added variables
|
|
|
|
7 functions with some indirect sub-type change:
|
|
|
|
[C] 'function int fman_if_add_mac_addr(fman_if*, uint8_t*, uint8_t)' at fman_hw.c:149:1 has some indirect sub-type changes:
|
|
parameter 1 of type 'fman_if*' has sub-type changes:
|
|
in pointed to type 'struct fman_if' at fman.h:306:1:
|
|
type size hasn't changed
|
|
1 data member change:
|
|
type of 'u16 tx_channel_id' changed:
|
|
underlying type 'typedef uint16_t' at stdint-uintn.h:25:1 changed:
|
|
underlying type 'typedef __uint16_t' at types.h:40:1 changed:
|
|
underlying type 'unsigned short' changed:
|
|
type name changed from 'unsigned short' to 'unsigned short int'
|
|
type size hasn't changed
|
|
|
|
[C] 'function void fman_if_set_bp(fman_if*, unsigned int, int, size_t)' at fman_hw.c:356:1 has some indirect sub-type changes:
|
|
parameter 4 of type 'typedef size_t' changed:
|
|
underlying type 'long unsigned int' changed:
|
|
type name changed from 'long unsigned int' to 'unsigned long int'
|
|
type size hasn't changed
|
|
|
|
[C] 'function int fman_if_set_fc_quanta(fman_if*, u16)' at fman_hw.c:414:1 has some indirect sub-type changes:
|
|
parameter 2 of type 'typedef u16' changed:
|
|
underlying type 'typedef uint16_t' at stdint-uintn.h:25:1 changed:
|
|
underlying type 'typedef __uint16_t' changed at types.h:40:1, as reported earlier
|
|
|
|
[C] 'function int fman_if_set_ic_params(fman_if*, const fman_if_ic_params*)' at fman_hw.c:477:1 has some indirect sub-type changes:
|
|
parameter 2 of type 'const fman_if_ic_params*' has sub-type changes:
|
|
in pointed to type 'const fman_if_ic_params':
|
|
in unqualified underlying type 'struct fman_if_ic_params' at fman.h:348:1:
|
|
type size hasn't changed
|
|
no data member changes (3 filtered);
|
|
|
|
[C] 'function void fman_if_set_maxfrm(fman_if*, uint16_t)' at fman_hw.c:517:1 has some indirect sub-type changes:
|
|
parameter 2 of type 'typedef uint16_t' changed:
|
|
underlying type 'typedef __uint16_t' at types.h:40:1 changed:
|
|
underlying type 'unsigned short' changed:
|
|
type name changed from 'unsigned short' to 'unsigned short int'
|
|
type size hasn't changed
|
|
|
|
[C] 'function void fman_if_stats_get(fman_if*, rte_eth_stats*)' at fman_hw.c:216:1 has some indirect sub-type changes:
|
|
parameter 2 of type 'rte_eth_stats*' has sub-type changes:
|
|
in pointed to type 'struct rte_eth_stats' at rte_ethdev.h:243:1:
|
|
type size hasn't changed
|
|
1 data member changes (12 filtered):
|
|
type of 'uint64_t ipackets' changed:
|
|
underlying type 'typedef __uint64_t' at types.h:45:1 changed:
|
|
underlying type 'long unsigned int' changed:
|
|
type name changed from 'long unsigned int' to 'unsigned long int'
|
|
type size hasn't changed
|
|
|
|
[C] 'function void fman_if_stats_get_all(fman_if*, uint64_t*, int)' at fman_hw.c:239:1 has some indirect sub-type changes:
|
|
parameter 2 of type 'uint64_t*' changed:
|
|
pointed to type 'typedef uint64_t' changed at stdint-uintn.h:27:1, as reported earlier
|
|
|
|
2 Changed variables:
|
|
|
|
[C] '_Bool per_lcore_dpaa_io' was changed to 'bool per_lcore_dpaa_io' at dpaa_bus.c:60:1:
|
|
type of variable changed:
|
|
type name changed from '_Bool' to 'bool'
|
|
type size hasn't changed
|
|
|
|
[C] 'dpaa_portal_dqrr per_lcore_held_bufs' was changed at dpaa_bus.c:61:1:
|
|
type of variable changed:
|
|
type size hasn't changed
|
|
no data member change (1 filtered);
|
|
|