On Thu, 15 Aug 2024 16:34:42 +0530 Abhinav Jain wrote:
> > > One more:
> > >
> > > tools/testing/selftests/net/netdevice.sh: echo "SKIP: $netdev: set IP
> > > address"
> > >
> > > I think the SKIP -> XFAIL conversion should be a separate patch (for
> > > total of 3 patches in the series).
> >
>
On Wed, 14 Aug 2024 17:57:48 -0700, Jakub Kicinski wrote:
> On Wed, 14 Aug 2024 17:56:51 -0700 Jakub Kicinski wrote:
> > On Wed, 14 Aug 2024 19:15:15 + Abhinav Jain wrote:
> > > Changes in v6:
> > > Use XFAIL for ethtool operations that are unsupported instead of SKIP.
> >
> > One more:
> >
On Wed, 14 Aug 2024 17:56:51 -0700 Jakub Kicinski wrote:
> On Wed, 14 Aug 2024 19:15:15 + Abhinav Jain wrote:
> > Changes in v6:
> > Use XFAIL for ethtool operations that are unsupported instead of SKIP.
>
> One more:
>
> tools/testing/selftests/net/netdevice.sh: echo "SKIP: $netdev:
On Wed, 14 Aug 2024 19:15:15 + Abhinav Jain wrote:
> Changes in v6:
> Use XFAIL for ethtool operations that are unsupported instead of SKIP.
One more:
tools/testing/selftests/net/netdevice.sh: echo "SKIP: $netdev: set IP
address"
I think the SKIP -> XFAIL conversion should be a separa
This small series includes fixes for creation of veth pairs for
networkless kernels & adds tests for turning the different network
interface features on and off in selftests/net/netdevice.sh script.
Changes in v6:
Use XFAIL for ethtool operations that are unsupported instead of SKIP.
Changes in v