[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Jan Viktorin
On Tue, 08 Dec 2015 21:57:33 +0100 Thomas Monjalon wrote: > 2015-12-08 21:55, Jan Viktorin: > > On Tue, 08 Dec 2015 21:30:03 +0100 > > Thomas Monjalon wrote: > > > > > 2015-12-08 20:29, Jan Viktorin: > > > > (I considered to not add the cover-letter as this is just a single > > > > small p

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Thomas Monjalon
2015-12-08 21:55, Jan Viktorin: > On Tue, 08 Dec 2015 21:30:03 +0100 > Thomas Monjalon wrote: > > > 2015-12-08 20:29, Jan Viktorin: > > > (I considered to not add the cover-letter as this is just a single small > > > patch. > > > I hope it does not matter a lot. Is there any convention how to do

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Jan Viktorin
On Tue, 08 Dec 2015 21:30:03 +0100 Thomas Monjalon wrote: > 2015-12-08 20:29, Jan Viktorin: > > (I considered to not add the cover-letter as this is just a single small > > patch. > > I hope it does not matter a lot. Is there any convention how to do this?) > > The main interest of splitting

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Jan Viktorin
On Tue, 8 Dec 2015 12:02:54 -0800 Stephen Hemminger wrote: > On Tue, 8 Dec 2015 20:29:53 +0100 > Jan Viktorin wrote: > > > Hello, > > > > I was looking at some warnings generated during ARM build. I can see > > 53 warnings for my build based on v2.2.0-rc3, spread among: > > > > app/test

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Thomas Monjalon
2015-12-08 20:29, Jan Viktorin: > (I considered to not add the cover-letter as this is just a single small > patch. > I hope it does not matter a lot. Is there any convention how to do this?) The main interest of splitting patches or adding a cover letter it to have a place to explain the changes

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Jan Viktorin
Hello, I was looking at some warnings generated during ARM build. I can see 53 warnings for my build based on v2.2.0-rc3, spread among: app/test-pmd/{flowgen,icmpecho,txonly}.c app/test/{packet_burst_generator,test_hash_functions,test_thash}.c lib/librte_ether/rte_ether.h drivers/net/bonding/

[dpdk-dev] [[RFC PATCH]] lib/ether: fix 16-bit unaligned access

2015-12-08 Thread Stephen Hemminger
On Tue, 8 Dec 2015 20:29:53 +0100 Jan Viktorin wrote: > Hello, > > I was looking at some warnings generated during ARM build. I can see > 53 warnings for my build based on v2.2.0-rc3, spread among: > > app/test-pmd/{flowgen,icmpecho,txonly}.c > app/test/{packet_burst_generator,test_has