commit | 2242fa4f04d670f02efb43ec537d677edc220880 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:05 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Tue Oct 09 19:59:05 2007 -0700 |
tree | a3fc501a86dbbb752201b97cf963703bd01d0aa4 | |
parent | eaf559bf566f76887533c077d425adce847f06c8 [diff] |
IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv() Use a __set_data_seg() helper in mlx4_ib_post_recv() too; in addition to making the code easier to read, this also allows gcc to generate better code -- on x86_64: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-8 (-8) function old new delta mlx4_ib_post_recv 359 351 -8 Signed-off-by: Roland Dreier <rolandd@cisco.com>