12/07/2024 14:47, Ferruh Yigit: > On 7/12/2024 10:32 AM, David Marchand wrote: > > On Thu, Jul 11, 2024 at 1:53 PM David Marchand > > <david.march...@redhat.com> wrote: > >> On Sat, Jul 6, 2024 at 5:39 AM Ferruh Yigit <ferruh.yi...@amd.com> wrote: > >>>>>> Fix some bugs in txgbe/ngbe, and support new features in ngbe driver. > >>>>>> > >>>>>> Jiawen Wu (19): > >>>>>> net/txgbe: fix to parse tunnel packets > >>>>>> net/txgbe: fix flow filters in VT mode > >>>>>> net/txgbe: fix Tx hang on queue disable > >>>>>> net/txgbe: restrict the configuration of VLAN strip offload > >>>>>> net/txgbe: reconfigure more MAC Rx registers > >>>>>> net/txgbe: fix VF promiscuous and allmulticast > >>>>>> net/ngbe: special config for YT8531SH-CA PHY > >>>>>> net/ngbe: keep PHY power down while device probing > >>>>>> net/ngbe: add WOL and NCSI capability > >>>>>> net/txgbe: fix hotplug remove > >>>>>> net/ngbe: fix hotplug remove > >>>>>> net/txgbe: correct valid MTU range > >>>>>> net/ngbe: correct valid MTU range > >>>>>> net/txgbe: fix memory leak > >>>>>> net/ngbe: fix memory leak > >>>>>> net/txgbe: fix Rx interrupt > >>>>>> net/ngbe: support Rx interrupt > >>>>>> net/txgbe: disable LLDP by default > >>>>>> net/ngbe: disable LLDP by default
These 2 last patches are not pulled in the main branch in the hope that the build will pass OK in our UNH lab. > >>> Series applied to dpdk-next-net/main, thanks. > >> > >> Compilation is broken for some ARM targets with next-net. > >> It was detected by the CI: > >> http://mails.dpdk.org/archives/test-report/2024-June/700549.html > >> > >> Jiawen, please send a fix. > > > > Ferruh, Thomas, > > > > We have many build failure reports because of this series. > > What is the best approach while waiting for a fix? > > Can we drop patch 35c4da655a95 ("net/ngbe: disable LLDP by default") > > (which seems to be the cause) from next-net? > > > > Hi David, > > I can check if the error is trivial, and if so send a patch for it.