Re: [PATCH v2 0/3] rte_ether_unformat_addr changes

2023-10-03 Thread Stephen Hemminger
On Tue, 3 Oct 2023 11:44:16 +0100 Ferruh Yigit wrote: > On 10/2/2023 7:37 PM, Stephen Hemminger wrote: > > This patchset makes rte_ether_unformat_addr allow other formats > > for MAC address. Need to remove some inputs from existing > > cmdline_etheraddr test, and add a new test in test suite > >

Re: [PATCH v2 0/3] rte_ether_unformat_addr changes

2023-10-03 Thread Stephen Hemminger
On Tue, 3 Oct 2023 11:44:16 +0100 Ferruh Yigit wrote: > On 10/2/2023 7:37 PM, Stephen Hemminger wrote: > > This patchset makes rte_ether_unformat_addr allow other formats > > for MAC address. Need to remove some inputs from existing > > cmdline_etheraddr test, and add a new test in test suite > >

Re: [PATCH v2 0/3] rte_ether_unformat_addr changes

2023-10-03 Thread Ferruh Yigit
On 10/2/2023 7:37 PM, Stephen Hemminger wrote: > This patchset makes rte_ether_unformat_addr allow other formats > for MAC address. Need to remove some inputs from existing > cmdline_etheraddr test, and add a new test in test suite > to cover this. There is some overlap between the two tests > but

RE: [PATCH v2 0/3] rte_ether_unformat_addr changes

2023-10-02 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Monday, 2 October 2023 20.37 ] rte_ether_unformat_addr changes > > This patchset makes rte_ether_unformat_addr allow other formats > for MAC address. Need to remove some inputs from existing > cmdline_etheraddr test, and add a n