Tested-by: Raslan Darawsheh <[email protected]> Seems OK for me, Kindest regards, Raslan Darawsheh
> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Monday, July 22, 2019 8:20 PM > To: Ferruh Yigit <[email protected]> > Cc: Adrien Mazarguil <[email protected]>; Wenzhuo Lu > <[email protected]>; Jingjing Wu <[email protected]>; Bernard > Iremonger <[email protected]>; [email protected]; Raslan > Darawsheh <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix MAC addr parser for flow > > On Mon, 22 Jul 2019 18:02:09 +0100 > Ferruh Yigit <[email protected]> wrote: > > > On 7/22/2019 5:58 PM, Ferruh Yigit wrote: > > > MAC address parsing was causing failure [1], this patch partially > > > reverts the commit commit b5ddce8959b2 ("app/testpmd: use new > > > ethernet address parser") > > > > > > [1] > > > testpmd> flow validate 0 priority 2 ingress group 0 pattern eth > > > testpmd> dst > > > is 98:03:9B:5C:D9:00 / end actions queue index 0 / end Bad > > > arguments > > > > > > Fixes: b5ddce8959b2 ("app/testpmd: use new ethernet address parser") > > > > > > Reported-by: Raslan Darawsheh <[email protected]> > > > Signed-off-by: Ferruh Yigit <[email protected]> > > > --- > > > Cc: Stephen Hemminger <[email protected]> > > > > If there is no objection, or more proper fix, till tomorrow morning > > (europe time), I am planning to merge this one, fyi. > > Works for me, testpmd always has the cmdline library anyway.

