On Tue, 23 Apr 2019 12:14:47 -0700, Saeed Mahameed wrote: > Hi Dave, > > This series includes updates to mlx5e driver RX data path and some > significant XDP RX/TX improvements to overcome/mitigate HW and PCIE > bottlenecks. > > For more information please see tag log below. > > Please pull and let me know if there is any problem. > > Please note that the series starts with a merge of mlx5-next branch, > to resolve and avoid dependency with rdma tree, and I just merged > v5.1-rc1 into mlx5-next since we forgot to reset the branch on last > merge window, i hope this is ok with you, next time i will avoid such > merges with linus tree. > > v1->v2: > - Drop 1st patch "prefetch for small L1_CACHE_BYTES", we will have to > introduce a new netdev helper function to be used by any driver, we will > resubmit it as standalone patch later.
Acked-by: Jakub Kicinski <jakub.kicin...@netronome.com> > The following changes since commit 3839f99d21688d3062ebd3cc06db46edb3b99ac1: > > Merge branch 'mlx5-next' of > git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-04-23 > 11:57:33 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git > tags/mlx5-updates-2019-04-22 > > for you to fetch changes up to f8ebecf2e32a62137dc5a98b2c94b1db37a0f9f8: > > net/mlx5e: Use #define for the WQE wait timeout constant (2019-04-23 > 12:09:22 -0700) FWIW I tried to pull: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git to compare with v1, and I don't see the 2019-04-22 tag..