aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-18.05_patches
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29backport mlx patch for DPDK >= 18.05Matthew Smith2-0/+520
Memory allocation changed in DPDK 18.05. The mlx4 and mlx5 PMDs did not support using externally allocated memory. The patch for mlx5 was generated by Mellanox. That patch was modified to apply to the mlx4 PMD and tested on Microsoft Azure. Patches were originally tested and used with VPP master (prerelease 18.10). Then backported to VPP stable/1807. Change-Id: I883e0d796e59702731bec06c96210f0b134188db Signed-off-by: Matthew Smith <mgsmith@netgate.com>
2018-07-08ixgbe link update patch for DPDK 18.05Matthew Smith1-0/+13
Add patch for DPDK 18.05 that was previously applied to DPDK 18.02.1. Issue with ixgbe on x550 SFP+ still exists. Bug report submitted to DPDK: https://bugs.dpdk.org/show_bug.cgi?id=69 Change-Id: I9b005709ddf2a72192b1288ba8b4bac85bf12685 Signed-off-by: Matthew Smith <mgsmith@netgate.com>
2018-06-07Add support for DPDK 18.05Damjan Marion1-0/+28
Change-Id: I205932bc727c990011bbbe1dc6c0cf5349d19806 Signed-off-by: Damjan Marion <damarion@cisco.com>