Re: [dpdk-dev] [PATCH v3] vhost: support inflight share memory protocol feature

2019-04-28 Thread lin li
Tiwei Bie 于2019年4月28日周日 下午7:18写道: > > On Fri, Apr 26, 2019 at 05:40:21AM -0400, Li Lin wrote: > > From: lilin24 > > > > This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD > > and VHOST_USER_SET_INFLIGHT_FD to support transferring a shared > > buffer between qemu and backend. > > >

Re: [dpdk-dev] [PATCH] doc: update references to removed function

2019-04-28 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Erik Gabriel Carrillo > Sent: Friday, April 26, 2019 10:23 PM > To: jerin.ja...@caviumnetworks.com > Cc: harry.van.haa...@intel.com; dev@dpdk.org > Subject: [PATCH] doc: update references to removed function > > Remove references to the (deleted) rte_event_p

Re: [dpdk-dev] [PATCH v4] eventdev: add experimental tag back

2019-04-28 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Nikhil Rao > Sent: Friday, April 26, 2019 10:04 PM > To: tho...@monjalon.net > Cc: dev@dpdk.org; Nikhil Rao ; Jerin Jacob Kollanukkaran > > Subject: [EXT] [PATCH v4] eventdev: add experimental tag back > Add the experimental tag back to the Rx event adapter

Re: [dpdk-dev] [PATCH] doc: announce ABI change on eal and kni

2019-04-28 Thread Stephen Hemminger
On Sun, 28 Apr 2019 17:58:48 +0300 Arnon Warshavsky wrote: These deprecation notices are unnecessary. These are not public API's. > +* eal: Modify function return value for the sake of removing rte_panic > + from the init sequence in version 19.08. > + - In ``lib/librte_eal/common/eal_thr

Re: [dpdk-dev] CALL to eth PMD maintainers: complete closing of port

2019-04-28 Thread Stephen Hemminger
On Sun, 28 Apr 2019 06:57:59 + Matan Azrad wrote: > Hi Thomas > > vdev_netvsc has no close API - should I change something there? > > > From: Thomas Monjalon > > Hi all, > > > > Since DPDK 18.11, the behaviour of the close operation is changed if > > RTE_ETH_DEV_CLOSE_REMOVE is enabled in

[dpdk-dev] [PATCH] doc: announce ABI change on eal and kni

2019-04-28 Thread Arnon Warshavsky
For the purpose of removing instances of rte_panic from the init sequence, some void functions need to change to return an error code.The planned modifications of 19.08 require to change one eal function and one kni function. Signed-off-by: Arnon Warshavsky --- doc/guides/rel_notes/deprecation.r

Re: [dpdk-dev] [PATCH v7 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-28 Thread Paul E. McKenney
On Mon, Apr 22, 2019 at 11:31:28PM -0500, Honnappa Nagarahalli wrote: > Add RCU library supporting quiescent state based memory reclamation method. > This library helps identify the quiescent state of the reader threads so > that the writers can free the memory associated with the lock less data >

Re: [dpdk-dev] [RFC 00/12] introduce s390x architecture

2019-04-28 Thread Pradeep Satyanarayana
Pradeep Satyanarayana/Beaverton/IBM wrote on 04/11/2019 08:57:05 AM: > From: Pradeep Satyanarayana/Beaverton/IBM > To: Thomas Monjalon > Cc: dev@dpdk.org, David Christensen , Vivian > Kong , David Wilder > Date: 04/11/2019 08:57 AM > Subject: Re: [dpdk-dev] [RFC 00/12] introduce s390x archite

Re: [dpdk-dev] [PATCH] net/i40e: remove useless check for queue number

2019-04-28 Thread Xiao, QimaiX
Tested-by: Xiao, QimaiX -Original Message- From: Zhao1, Wei Sent: Sunday, April 28, 2019 2:13 PM To: dev@dpdk.org Cc: sta...@dpdk.org; Zhang, Qi Z ; Xiao, QimaiX ; Peng, Yuan ; Zhao1, Wei Subject: [PATCH] net/i40e: remove useless check for queue number There is no need to do such a c

Re: [dpdk-dev] [PATCH v6 1/3] rcu: add RCU library supporting QSBR mechanism

2019-04-28 Thread Paul E. McKenney
On Tue, Apr 16, 2019 at 11:13:57PM -0500, Honnappa Nagarahalli wrote: > Add RCU library supporting quiescent state based memory reclamation method. > This library helps identify the quiescent state of the reader threads so > that the writers can free the memory associated with the lock less data >

Re: [dpdk-dev] [PATCH v3] vhost: support inflight share memory protocol feature

2019-04-28 Thread Tiwei Bie
On Fri, Apr 26, 2019 at 05:40:21AM -0400, Li Lin wrote: > From: lilin24 > > This patch introduces two new messages VHOST_USER_GET_INFLIGHT_FD > and VHOST_USER_SET_INFLIGHT_FD to support transferring a shared > buffer between qemu and backend. > > Firstly, qemu uses VHOST_USER_GET_INFLIGHT_FD to

Re: [dpdk-dev] [PATCH] ipc: fix send error handling

2019-04-28 Thread Rami Rosen
Acked-by: Rami Rosen