Skip to content

Commit

Permalink
ANDROID: GKI: rockchip: add symbol netif_set_xps_queue
Browse files Browse the repository at this point in the history
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable

1 Added function:

  [A] 'function int netif_set_xps_queue(net_device*, const cpumask*, u16)'

Bug: 239396464
Signed-off-by: Kever Yang <[email protected]>
Change-Id: I964f408c1780ad8aeaa7333dc1aa29f5f23adce8
  • Loading branch information
keveryang authored and toddkjos committed Aug 25, 2022
1 parent 3f90d4f commit bc08447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/abi_gki_aarch64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3657,6 +3657,7 @@
<elf-symbol name='netif_schedule_queue' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xe397f50d'/>
<elf-symbol name='netif_set_real_num_rx_queues' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xe09af44'/>
<elf-symbol name='netif_set_real_num_tx_queues' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xb3a7c447'/>
<elf-symbol name='netif_set_xps_queue' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x6ff908c6'/>
<elf-symbol name='netif_stacked_transfer_operstate' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0xf522f10c'/>
<elf-symbol name='netif_tx_stop_all_queues' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x13b7be4'/>
<elf-symbol name='netif_tx_wake_queue' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes' crc='0x868b628d'/>
Expand Down Expand Up @@ -135429,6 +135430,12 @@
<parameter type-id='f0981eeb' name='txq' filepath='net/core/dev.c' line='2961' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='netif_set_xps_queue' mangled-name='netif_set_xps_queue' filepath='net/core/dev.c' line='2825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netif_set_xps_queue'>
<parameter type-id='68a2d05b' name='dev' filepath='net/core/dev.c' line='2825' column='1'/>
<parameter type-id='5f8a1ac4' name='mask' filepath='net/core/dev.c' line='2825' column='1'/>
<parameter type-id='1dc6a898' name='index' filepath='net/core/dev.c' line='2826' column='1'/>
<return type-id='95e97e5e'/>
</function-decl>
<function-decl name='netif_stacked_transfer_operstate' mangled-name='netif_stacked_transfer_operstate' filepath='net/core/dev.c' line='9873' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='netif_stacked_transfer_operstate'>
<parameter type-id='2ce52478' name='rootdev' filepath='net/core/dev.c' line='9873' column='1'/>
<parameter type-id='68a2d05b' name='dev' filepath='net/core/dev.c' line='9874' column='1'/>
Expand Down
3 changes: 3 additions & 0 deletions android/abi_gki_aarch64_rockchip
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,9 @@
mmc_sw_reset
mmc_wait_for_req
netdev_update_features
netif_napi_add
__netif_napi_del
netif_set_xps_queue
__netlink_kernel_create
netlink_kernel_release
nla_append
Expand Down

0 comments on commit bc08447

Please sign in to comment.