summaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-18.08_patches
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20rename vpp-dpdk-dev to vpp-ext-depsDamjan Marion3-559/+0
We need to have new tenants in the development package. This is first of series of patches which will allow us to have multiple external libs and tools packaged for developer's convenience. Change-Id: I884bd75fba96005bbf8cea92774682b2228e0e22 Signed-off-by: Damjan Marion <damarion@cisco.com>
2018-09-12Add patch for ixgbe x550 SFP+ to DPDK 18.08Matthew Smith1-0/+39
Patch for ixgbe which has been used with DPDK 18.02, 18.05. If the link flaps before link status has been successfully collected, the MAC will be reset and the PMD will not wait long enough for it to come back up before giving up, which will continue happening every time an attempt is made to check the link status. This patch was submitted to upstream DPDK in July 2018 but it has not been included in a release yet. Change-Id: Ib2100b33d2a986f3cf74e42fc5538412f76f42c7 Signed-off-by: Matthew Smith <mgsmith@netgate.com>
2018-08-29patch mlx PMDs for VPP w/ DPDK 18.05 or newerMatthew 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. Change-Id: I92116b1d71a3896d5bf7b1f10c40c898d72540d6 Signed-off-by: Matthew Smith <mgsmith@netgate.com>