dpdk: ENA PMD patch for failure on port restart 35/15535/2
authorMatthew Smith <mgsmith@netgate.com>
Thu, 25 Oct 2018 13:46:53 +0000 (08:46 -0500)
committerDamjan Marion <dmarion@me.com>
Fri, 26 Oct 2018 19:48:54 +0000 (19:48 +0000)
commit2a1da5218a7bf4ccd970d74a6e22578513affc32
tree1945cd3bba69ec65e3a68b83c1700a39d779931d
parent8e7ba4ad12bf5d0ebfbef31129770eee79b54ea8
dpdk: ENA PMD patch for failure on port restart

Patch to fix a bug in the ENA PMD on starting a port that
had previously been started and stopped. There was a
failure to allocate descriptors on start because they had
been allocated during the initial start and not released
when the port was stopped.

Issue reported/tracked at
https://github.com/amzn/amzn-drivers/issues/86

Change-Id: Id9c8d598929f0561788b985011fe5dea8f4a21a5
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
build/external/patches/dpdk_18.08/0005-net-ena-recreate-HW-IO-rings-on-start-and-stop.patch [new file with mode: 0644]