Re: [dpdk-dev] [PATCH v2] eal/service: improve error checking of coremasks

2018-07-13 Thread Van Haaren, Harry
gt; Cc: dev@dpdk.org; Varghese, Vipin > Subject: Re: [dpdk-dev] [PATCH v2] eal/service: improve error checking of > coremasks > > Hi Harry, > > What is the status of this patch? > > > 21/05/2018 11:41, Varghese, Vipin: > > Hi Harry, > > > > This look ok

Re: [dpdk-dev] [PATCH v2] eal/service: improve error checking of coremasks

2018-07-12 Thread Thomas Monjalon
Hi Harry, What is the status of this patch? 21/05/2018 11:41, Varghese, Vipin: > Hi Harry, > > This look ok to me, except for one warning rewrite else its ACK from my end. > > > -Original Message- > > From: Van Haaren, Harry > > Sent: Tuesday, May 15, 2018 9:26 PM > > To: dev@dpdk.org

Re: [dpdk-dev] [PATCH v2] eal/service: improve error checking of coremasks

2018-05-21 Thread Varghese, Vipin
Hi Harry, This look ok to me, except for one warning rewrite else its ACK from my end. > -Original Message- > From: Van Haaren, Harry > Sent: Tuesday, May 15, 2018 9:26 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; tho...@monjalon.net; > Varghese, Vipin > Subject: [PATCH v2] eal/servic

[dpdk-dev] [PATCH v2] eal/service: improve error checking of coremasks

2018-05-15 Thread Harry van Haaren
This commit improves the error checking performed on the core masks (or lists) of the service cores, in particular with respect to the data-plane (RTE) cores of DPDK. With this commit, invalid configurations are detected at runtime, and warning messages are printed to inform the user. For example