RE: TODO - remove dependency on ifconfig

2023-01-11 Thread Honnappa Nagarahalli
> > On Tue, Jan 10, 2023 at 9:19 PM Stephen Hemminger > wrote: > > > > It would be good if DTS and DPDK docs and test did not use the ifconfig > command. > > Ifconfig is not maintained and is deprecated. Some distros have stopped > shipping it. > > Ifconfig only used ioctl's and was never updat

Re: TODO - remove dependency on ifconfig

2023-01-10 Thread David Marchand
On Tue, Jan 10, 2023 at 9:19 PM Stephen Hemminger wrote: > > It would be good if DTS and DPDK docs and test did not use the ifconfig > command. > Ifconfig is not maintained and is deprecated. Some distros have stopped > shipping it. > Ifconfig only used ioctl's and was never updated to handle th

TODO - remove dependency on ifconfig

2023-01-10 Thread Stephen Hemminger
It would be good if DTS and DPDK docs and test did not use the ifconfig command. Ifconfig is not maintained and is deprecated. Some distros have stopped shipping it. Ifconfig only used ioctl's and was never updated to handle the many kinds of interfaces and devices in Linux. The documentation pa