Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-05 Thread Ferruh Yigit
On 11/5/2019 4:13 PM, Shah, Rahul R wrote: > No, As Bruce explained I confirmed it is being already built before > librte_port > library as highlighted below. Got it, so meson doesn't need fixing. Can you please fix the make part?

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-05 Thread Shah, Rahul R
psec', # add pkt framework libs which use other libs from above 'port', 'table', 'pipeline', # flow_classify lib depends on pkt framework table lib 'flow_classify', 'bpf', 't

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-05 Thread Ferruh Yigit
R ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Singh, Jasvinder ; Thomas > Monjalon ; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the > rte_port library > > On 10/1/2019 7:05 PM, Rahul Shah wrote: >> Adding a new port type

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-04 Thread Shah, Rahul R
Cc: Shah, Rahul R ; Dumitrescu, Cristian ; dev@dpdk.org; Singh, Jasvinder ; Thomas Monjalon Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library On Thu, Oct 31, 2019 at 05:03:09PM +, Ferruh Yigit wrote: > On 10/1/2019 7:05 PM, Rahul Shah wr

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-04 Thread Shah, Rahul R
:33 PM To: Shah, Rahul R ; Dumitrescu, Cristian Cc: dev@dpdk.org; Singh, Jasvinder ; Thomas Monjalon ; Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library On 10/1/2019 7:05 PM, Rahul Shah wrote: > Adding a new port type called event

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-11-04 Thread Bruce Richardson
On Thu, Oct 31, 2019 at 05:03:09PM +, Ferruh Yigit wrote: > On 10/1/2019 7:05 PM, Rahul Shah wrote: > > Adding a new port type called eventdev to the > > rte_port library. > > > > Signed-off-by: Rahul Shah > > --- > > lib/librte_port/Makefile | 4 +- > > lib/librte_port/meson.b

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-31 Thread Ferruh Yigit
On 10/1/2019 7:05 PM, Rahul Shah wrote: > Adding a new port type called eventdev to the > rte_port library. > > Signed-off-by: Rahul Shah > --- > lib/librte_port/Makefile | 4 +- > lib/librte_port/meson.build | 8 +- > lib/librte_port/rte_port_eventdev.c | 585 +

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-25 Thread Thomas Monjalon
25/10/2019 17:39, Dumitrescu, Cristian: > From: Shah, Rahul R > > > > Adding a new port type called eventdev to the > > rte_port library. > > > > Signed-off-by: Rahul Shah > > Acked-by: Cristian Dumitrescu > > The only cosmetic change I would suggest is for the name of the patch, which > can

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-25 Thread Dumitrescu, Cristian
Hi Rahul, Thank you for your work! > -Original Message- > From: Shah, Rahul R > Sent: Tuesday, October 1, 2019 7:05 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH v3] port: Eventdev port support added in the rte_port > library > > Adding a new port type called eventd

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-25 Thread Dumitrescu, Cristian
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, October 25, 2019 4:35 PM > To: Dumitrescu, Cristian ; Singh, Jasvinder > > Cc: dev@dpdk.org; Shah, Rahul R > Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support ad

Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-25 Thread Thomas Monjalon
01/10/2019 20:05, Rahul Shah: > Adding a new port type called eventdev to the > rte_port library. > > Signed-off-by: Rahul Shah > --- > lib/librte_port/Makefile | 4 +- > lib/librte_port/meson.build | 8 +- > lib/librte_port/rte_port_eventdev.c | 585 +++

[dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library

2019-10-02 Thread Rahul Shah
Adding a new port type called eventdev to the rte_port library. Signed-off-by: Rahul Shah --- lib/librte_port/Makefile | 4 +- lib/librte_port/meson.build | 8 +- lib/librte_port/rte_port_eventdev.c | 585 +++ lib/librte_port/rte_port_eventdev.h