[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-29 Thread Thomas Monjalon
2015-10-29 15:09, Jan Viktorin: > On Thu, 29 Oct 2015 15:02:03 +0100 > Thomas Monjalon wrote: > > The most basic test is the compilation, then there are some unit tests > > and DTS. > > The unit tests are a problem at the moment. Probably, I will later find > a way, how to perform some unit tests

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-29 Thread Jan Viktorin
On Thu, 29 Oct 2015 15:02:03 +0100 Thomas Monjalon wrote: > 2015-10-28 18:58, David Marchand: > > > > - since you introduce a new architecture, do you intend to run daily > > > > build checks and send reports to the test-report mailing list ? > > > > > > I think, this is possible, if I automate

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-29 Thread Thomas Monjalon
2015-10-28 18:58, David Marchand: > > > - since you introduce a new architecture, do you intend to run daily > > > build checks and send reports to the test-report mailing list ? > > > > I think, this is possible, if I automate it somehow. Do you mean to > > test every individual patch? I have no t

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-28 Thread David Marchand
On Wed, Oct 28, 2015 at 6:38 PM, Jan Viktorin wrote: > > > > - can you update the 2.2 release notes as part of this patchset to > announce > > armv7 support ? > > Yes, but where? > I would say "New Features" in doc/guides/rel_notes/release_2_2.rst. > > - I am not really sure the acl et lpm fix

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-28 Thread Jan Viktorin
On Wed, 28 Oct 2015 15:54:47 +0100 David Marchand wrote: > Hello Jan, > > On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin > wrote: > > > Hello DPDK community, > > > > this is the third attempt to post support for ARMv7 into the DPDK. > > There are changes related to the LPM and ACL libraries onl

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-28 Thread David Marchand
Hello Jan, On Tue, Oct 27, 2015 at 8:13 PM, Jan Viktorin wrote: > Hello DPDK community, > > this is the third attempt to post support for ARMv7 into the DPDK. > There are changes related to the LPM and ACL libraries only: > > * included rte_vect.h, however, it is more a placeholder > * rte_lpm.h

[dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture

2015-10-27 Thread Jan Viktorin
Hello DPDK community, this is the third attempt to post support for ARMv7 into the DPDK. There are changes related to the LPM and ACL libraries only: * included rte_vect.h, however, it is more a placeholder * rte_lpm.h was simplified due to the previous point * ACL now compiles as we detect wheth