]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx4-XDP-TX-improvements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:21:23 +0000 (20:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2017 03:21:23 +0000 (20:21 -0700)
commitec97073903bb135baf5ef477317dd95ef306c36d
tree236c45bb63db2c27a70309cf4bb90cf3e2510555
parentd05c0a4726a5a6a583fef2e715c669b7c47f91f5
parent85c49840a8d36477db55c180deace4ececf25951
Merge branch 'mlx4-XDP-TX-improvements'

Tariq Toukan says:

====================
mlx4_en XDP TX improvements

This patchset contains performance improvements
to the XDP_TX use case in the mlx4 Eth driver.

Patch 1 is a simple change in a function parameter type.
Patch 2 replaces a call to a generic function with the
  relevant parts inlined.
Patch 3 moves the write of descriptors' constant values
  from data path to control path.

Series generated against net-next commit:
557f91d306a1 net: dst: move cpu inside ifdef to avoid compilation warning
====================

Signed-off-by: David S. Miller <davem@davemloft.net>