Message ID | 20200914173224.692707-1-anthony.l.nguyen@intel.com |
---|---|
Headers | show |
Series | 40GbE Intel Wired LAN Driver Updates 2020-09-14 | expand |
From: Tony Nguyen <anthony.l.nguyen@intel.com> Date: Mon, 14 Sep 2020 10:32:19 -0700 > This series contains updates to i40e driver only. > > Li RongQing removes binding affinity mask to a fixed CPU and sets > prefetch of Rx buffer page to occur conditionally. > > Björn provides AF_XDP performance improvements by not prefetching HW > descriptors, using 16 byte descriptors, and moving buffer allocation > out of Rx processing loop. > > v2: Define prefetch_page_address in a common header for patch 2. > Dropped, previous, patch 5 as it is being reworked to be more > generalized. > > The following are changes since commit e059c6f340f6fccadd3db9993f06d4cc51305804: > tulip: switch from 'pci_' to 'dma_' API > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE Looks good, pulled, thanks Tony.