Even latest DPDK master nor the WIP 18.11.1 branch has a fix for that.
The still have:
1741 skip_loopback:                                                             
      
1742 »···»···ixgbe_reset(adapter);                                              
      
1743                                                                            
      
1744 »···»···clear_bit(__IXGBE_TESTING, &adapter->state);                       
      
1745 »···»···if (if_running)                                                    
      
1746 »···»···»···dev_open(netdev); 

The include is from linux-libc-dev:amd64 which is built by the kernel.

The upstream kernel change which caused this is:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=00f54e68924eaf075f3f24be18557899d347bc4a

Following the message there most likely we'd just set NULL - but since
that breaks backports we at least need a kernel-version separator to
have old&new code.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814919

Title:
  dpdk 18.11-5 ADT test failure with linux 5.0.0-3.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1814919/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to