On Thu, Mar 13, 2025 at 11:24:43AM -0700, Andre Muezerie wrote: > On Wed, Mar 12, 2025 at 03:54:58PM +0000, Bruce Richardson wrote: > > There was an issue with building DPDK using mingw v8.1[1], which > > required using the "-fno-asynchronous-unwind-tables" compiler flag when > > building using the mingw compiler. However, recent versions of the > > compiler no longer seem to need this flag, so remove it. > > > > [1] > > https://inbox.dpdk.org/dev/cajfav8z3qfht9vv5xoplhi74byaht2ycfl2fflrmei4hfsg...@mail.gmail.com > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > --- > > drivers/net/intel/i40e/meson.build | 4 ---- > > drivers/net/intel/iavf/meson.build | 4 ---- > > drivers/net/intel/ice/base/meson.build | 4 ---- > > drivers/net/intel/ice/meson.build | 4 ---- > > drivers/net/intel/ixgbe/meson.build | 3 --- > > 5 files changed, 19 deletions(-) <snip> > > I'm fine with these changes. > > Acked-by: Andre Muezerie <andre...@linux.microsoft.com>
Applied to dpdk-next-net-intel /Bruce