Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix MAC endian issue in flow command

2017-05-06 Thread Thomas Monjalon
04/05/2017 19:08, Adrien Mazarguil: > MAC addresses are implicitly handled in network order since they are > actually byte strings, however this is not properly enforced with MAC masks > provided as prefix lengths, which end up inverted on little endian > systems. > > Fixes: 6df81b325fa4 ("app/tes

[dpdk-dev] [PATCH 2/2] app/testpmd: fix MAC endian issue in flow command

2017-05-04 Thread Adrien Mazarguil
MAC addresses are implicitly handled in network order since they are actually byte strings, however this is not properly enforced with MAC masks provided as prefix lengths, which end up inverted on little endian systems. Fixes: 6df81b325fa4 ("app/testpmd: add items eth/vlan to flow command") Sign