aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2017-08-01 16:05:54 +0530
committerJassi Brar <[email protected]>2017-08-31 08:39:04 +0530
commit1da92afbbfcde9dcbbf85cc94ef506c986c7e4a1 (patch)
tree83081083df3c875c2298107978f2fc7e0c68594e /tools/perf/scripts/python/export-to-postgresql.py
parent1f7466c6b428fa52504e85c2df43aa8641f9294e (diff)
mailbox: bcm-flexrm-mailbox: Use txdone_ack instead of txdone_poll
Currently, FlexRM driver uses txdone_poll method of Linux Mailbox to model the send_data() callback. To achieve this, we have introduced "last_pending_msg" pointer for each FlexRM ring which keeps track of the message that did not fit in the FlexRM ring. This patch updates FlexRM driver to use txdone_ack method instead of txdone_poll method because txdone_poll is not efficient for FlexRM and requires additional tracking in FlexRM driver. Also, moving to txdone_ack method helps us remove "last_pending_msg" pointer and last_tx_done() callback. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Ray Jui <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions