Re: [dpdk-dev] [PATCH v2 04/13] ethdev: change promiscuous callbacks to return status

2019-09-15 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Andrew Rybchenko > Sent: Saturday, September 14, 2019 6:07 AM [...] > Subject: Re: [PATCH v2 04/13] ethdev: change promiscuous callbacks to > return status > > On 9/11/19 11:46 AM, Hyong Youb Kim (hyonkim) wrote: > >> -Original Message- > >> From: Andr

[dpdk-dev] [RFC v3] net/i40e: enable multi-queue Rx interrupt for VF

2019-09-15 Thread lunyuan.cui
Current implementation is that only one Rx queue can support interrupt, because all queues are mapped in the same vector id in vfio_enable_msix(). So VF can not support multi-queue Rx interrupt in the interrupt mode. In this patch, if the packet I/O interrupt on datapath is enabled (rte_intr_dp_is

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix Segment fault when start fwd

2019-09-15 Thread Wang, ShougangX
Hi Ferruh Thanks for your reply. > Not sure if 'reset' command should do more than it says, if there is a > requirement that port should be stopped, why not add this condition with an > error message so that user can stop the port in advance if she wants. Firstly, port must be stopped before res

Re: [dpdk-dev] [PATCH v2 1/1] test/meson: hash lf test moved to dpdk perf testsuite

2019-09-15 Thread Amit Gupta
> -Original Message- > From: Honnappa Nagarahalli > Sent: Friday, September 13, 2019 9:17 PM > To: Wang, Yipeng1 ; Aaron Conole > ; Amit Gupta > Cc: Gobriel, Sameh ; Richardson, Bruce > ; De Lara Guarch, Pablo > ; dev@dpdk.org; Honnappa Nagarahalli > ; nd ; nd > Subject: [EXT] RE: [dp

[dpdk-dev] [PATCH v2] build: add emag(arm64) platform and default config

2019-09-15 Thread Jerry Hao OS
config: add emag configuration mk/machine: add emag machine configurations eMAG is Ampere Computing 64-bit ARM processor with 32 Arm v8 64-bit CPU cores. For more information, refer to: https://amperecomputing.com/product/ Signed-off-by: Jerry Hao OS --- config/arm/arm64_emag_linux_gcc

Re: [dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd

2019-09-15 Thread Ruifeng Wang (Arm Technology China)
> -Original Message- > From: Ananyev, Konstantin > Sent: Wednesday, September 11, 2019 16:35 > To: Ruifeng Wang (Arm Technology China) ; > Honnappa Nagarahalli ; Kantecki, Tomasz > > Cc: dev@dpdk.org; Gavin Hu (Arm Technology China) ; > nd ; nd ; nd > Subject: RE: [dpdk-dev] [PATCH 0/2

Re: [dpdk-dev] [PATCH v2] net/ice: enable advanced RSS

2019-09-15 Thread Su, Simei
Hi, xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Friday, September 13, 2019 12:19 AM > To: Su, Simei > Cc: Zhang, Qi Z ; Yang, Qiming ; > Xing, Beilei ; dev@dpdk.org; Yigit, Ferruh > > Subject: Re: [PATCH v2] net/ice: enable advanced RSS > > On 09/09, Simei Su wrote: > >Th

Re: [dpdk-dev] [PATCH v6 06/10] vhost: add the APIs to operate inflight ring

2019-09-15 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, September 12, 2019 5:27 PM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong ; Lin Li > ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v6 06/10] vhost: add the API

Re: [dpdk-dev] [PATCH v6 07/10] vhost: add APIs for user getting inflight ring

2019-09-15 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, September 12, 2019 5:28 PM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong ; Lin Li > ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v6 07/10] vhost: add APIs

Re: [dpdk-dev] [RFC v2] net/i40e: enable multi-queue Rx interrupt for VF

2019-09-15 Thread Ye Xiaolong
On 09/09, lunyuan.cui wrote: >This patch enables VF to support multi-queue Rx interrupt. > >Current implementation is that only one Rx queue can support interrupt, >because all queues are mapped in the same vector id in vfio_enable_msix(). >So VF can not support multi-queue Rx interrupt in the inte

Re: [dpdk-dev] [PATCH 2/2] net/szedata2: fix dependency check

2019-09-15 Thread Jan Remeš
On Sat, Sep 14, 2019 at 11:37 AM Thomas Monjalon wrote: > > The library libsze2 provides a pkg-config file: libsze2.pc. > Looking for this .pc file - with dependency() - is preferred > than looking for the library - with cc.find_library(). > > If the library is not installed in a standard path, >

Re: [dpdk-dev] [PATCH 1/2] net/nfb: fix dependency check

2019-09-15 Thread Jan Remeš
On Sat, Sep 14, 2019 at 11:37 AM Thomas Monjalon wrote: > > The library libnfb is part of netcope-common which provides > a pkg-config file: netcope-common.pc. > Looking for this .pc file - with dependency() - is preferred > than looking for the library - with cc.find_library(). > > If the library

Re: [dpdk-dev] [PATCH 00/12] FIPS improvements

2019-09-15 Thread Michael Shamis
Hi Akhil, I send 2 patch sets: one for new functionality support and another one for fixes. One patch was sent separately from both of the sets according to your requirement: >> examples/fips: fix bad return code in fips_test_parse_header() >examples/fips_validation: fix bad return value Can

Re: [dpdk-dev] [PATCH] mbuf: add bulk free function

2019-09-15 Thread Morten Brørup
> -Original Message- > From: Morten Brørup > Sent: Sunday, September 15, 2019 11:07 AM [...] > [...] (Except that the use of likely/unlikely > in the mbuf library heavily favors single-segment mbufs, so such an > optimization would go against this favoritism.) > Ignore that statement. I

Re: [dpdk-dev] [PATCH] mbuf: add bulk free function

2019-09-15 Thread Morten Brørup
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ananyev, Konstantin > Sent: Wednesday, September 11, 2019 1:42 PM > To: Van Haaren, Harry; Stephen Hemminger; Morten Brørup > Cc: olivier.m...@6wind.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mbuf: add bulk

Re: [dpdk-dev] [RFC] ethdev: add new fields for max LRO session size

2019-09-15 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > On 8/29/2019 8:47 AM, Matan Azrad wrote: > > It may be needed by the user to limit the LRO session packet size. > > In order to allow the above limitation, add new Rx configuration for > > the maximum LRO session size. > > > > In addition, Add a new capability to ex