Re: [dpdk-dev] [RFC 2/3] tqs: add thread quiescent state library

2018-11-24 Thread Ananyev, Konstantin
Hi Honnappa, > + > +/* Allocate a new TQS variable with the name *name* in memory. */ > +struct rte_tqs * __rte_experimental > +rte_tqs_alloc(const char *name, int socket_id, uint64_t lcore_mask) > +{ > + char tqs_name[RTE_TQS_NAMESIZE]; > + struct rte_tailq_entry *te, *tmp_te; > + str

Re: [dpdk-dev] [PATCH] app/testpmd: improve MAC swap performance

2018-11-24 Thread Wiles, Keith
> On Nov 23, 2018, at 4:43 PM, Wiles, Keith wrote: > > > >> On Nov 19, 2018, at 10:45 PM, Zhang, Qi Z wrote: >> >> The patch optimizes the mac swap operation by taking advantage >> of SSE instructions, it only impacts x86 platform. >> >> Cc: sta...@dpdk.org >> >> Signed-off-by: Qi Zhang

Re: [dpdk-dev] [PATCH v2] doc: announce kvargs API change

2018-11-24 Thread Thomas Monjalon
23/11/2018 17:31, Jerin Jacob: > From: Ferruh Yigit > > On 11/22/2018 1:22 PM, Olivier Matz wrote: > > > On Thu, Nov 22, 2018 at 11:32:23AM +0100, Thomas Monjalon wrote: > > >> After processing a kvlist in rte_kvargs_process(), > > >> it may be needed to loop again over kvlist in order to know > >

Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure

2018-11-24 Thread Thomas Monjalon
23/11/2018 17:34, Jerin Jacob: > From: "Burakov, Anatoly" > > On 15-Nov-18 1:29 PM, Shreyansh Jain wrote: > > > rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation > > > library has been introduced. This can be made internal (for fallback > > > operations) in subsequent releas

Re: [dpdk-dev] [PATCH] doc: announce deprecation of rawdev exposed array

2018-11-24 Thread Thomas Monjalon
23/11/2018 17:32, Jerin Jacob: > From: Shreyansh Jain > > > > rte_rawdevs is expected to be deprecated in future releases. This is > > not expected to be directly used, without API access that is, by any > > external application or driver. > > > > Signed-off-by: Shreyansh Jain > > Acked-by: Je

Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-24 Thread Thomas Monjalon
22/11/2018 18:15, Thomas Monjalon: > 22/11/2018 13:11, Ferruh Yigit: > > On 11/22/2018 12:09 PM, Ian Stokes wrote: > > > Maximum and minimum MTU values vary between hardware devices. In > > > hardware agnostic DPDK applications access to such information would > > > allow a more accurate way of val

Re: [dpdk-dev] [PATCH] doc: security deprecation notice for session changes

2018-11-24 Thread Thomas Monjalon
14/11/2018 13:39, Akhil Goyal: > On 11/14/2018 4:53 PM, Konstantin Ananyev wrote: > > Add 'uint64_t opaque_data' inside struct rte_security_session. > > That allows upper layer to easily associate some user defined > > data with the session. > > Proposed new layout for: > > struct rte_security_sess

Re: [dpdk-dev] [PATCH] doc: cryptodev deprecation notice for sym session changes

2018-11-24 Thread Thomas Monjalon
14/11/2018 11:12, Joseph, Anoob: > From: Ananyev, Konstantin > > > > Hi Anoob, > > > > > > > > Hi Akhil, Konstantin, > > > > > > Wouldn't the new element, userdata, conflict with the one referred by > > > > > > rte_cryptodev_sym_session_set_user_data() > > > rte_cryptodev_sym_session_get_user_da

Re: [dpdk-dev] [PATCH] doc: deprecation notice for sched API change

2018-11-24 Thread Thomas Monjalon
21/11/2018 10:39, Mohammad Abdul Awal: > On 14/11/2018 15:36, Jasvinder Singh wrote: > > There will be change in API functions because of mbuf sched field > > updates, outlined in deprecation note of mbuf->hash.sched. > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dumitrescu > Acke

[dpdk-dev] [PATCH v2] doc: announce Linux support change

2018-11-24 Thread Thomas Monjalon
It was agreed by the Technical Board to increase the minimal supported Linux version, and written in Linux guide. An announce was missing in the deprecation notices. Fixes: 8c58f1b83759 ("doc: note minimun Linux version increase for 19.02") Signed-off-by: Stephen Hemminger Signed-off-by: Thomas

Re: [dpdk-dev] [PATCH v3] doc: add meson build to contributing guide

2018-11-24 Thread Thomas Monjalon
14/11/2018 15:30, Kovacevic, Marko: > > Patches has to be validated for meson builds. Updating documentation for > > meson build steps in Checking Compilation category. > > > > Signed-off-by: Vipin Varghese > > --- a/doc/guides/contributing/patches.rst > > +++ b/doc/guides/contributing/patches.rs

Re: [dpdk-dev] [PATCH] doc: add note into coding style

2018-11-24 Thread Thomas Monjalon
17/09/2018 18:31, Ferruh Yigit: > On 9/17/2018 4:24 PM, Marko Kovacevic wrote: > > Added a note into the coding style to > > highlight the use of a bool within a struct > > > > Signed-off-by: Marko Kovacevic > > Reviewed-by: Ferruh Yigit Applied, thanks

Re: [dpdk-dev] [PATCH] doc/contrib: patch and code in same file

2018-11-24 Thread Thomas Monjalon
26/10/2018 13:37, Ferruh Yigit: > On 10/26/2018 10:37 AM, David Hunt wrote: > > Add a paragraph to the patch contribution guide suggesting that developers > > keep doc updates in the same patch as the code, rather than one big > > doc update as the final patch in a patch set. > > > > Signed-off-by