On Thu, Aug 29, 2024 at 10:00:06AM +0100, Anatoly Burakov wrote: > Commit add44414762c ("net/ixgbe/base: add E610 NVM-related operations") has > added code to read minimum security revision from NVM. This code was not > meant to be included in DPDK, and was only meant for other drivers derived > from shared base code, but was present due to the way shared driver code > snapshot was generated. Remove this code from DPDK driver. > > Fixes: add44414762c ("net/ixgbe/base: add E610 NVM-related operations") > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied to dpdk-next-net-intel with following adjustments: * reordered patches 2 & 3 to ensure patch-by-patch compile * added fixes tags (and cc-stable) to a number of patches * added one missing author email to .mailmap, and corrected another. Thanks, /Bruce