[dpdk-dev] [PATCH v5 4/5] app/testpmd: add command for getting loaded profiles

2017-03-26 Thread Beilei Xing
This patch is to add testpmd CLI for getting all loaded profiles. Signed-off-by: Beilei Xing --- app/test-pmd/cmdline.c | 91 ++ 1 file changed, 91 insertions(+) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index bb99f85..5cddb83 1

[dpdk-dev] [PATCH v5 5/5] doc: add pipeline personalization profile support for i40e

2017-03-26 Thread Beilei Xing
Signed-off-by: Beilei Xing Acked-by: John McNamara --- doc/guides/rel_notes/release_17_05.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index 3e48224..f17e03b 100644 --- a/doc/guides/rel_notes/release

[dpdk-dev] [PATCH v5 0/5] pipeline personalization profile support

2017-03-26 Thread Beilei Xing
Due to limited resources of X*710 (parser and analyzer configuration tables, number of packet classification types, number of packet types, filters configuration tables, etc.), it's impossible to simultaneously support all protocols/filters required for different parts on network. To enable protoco

[dpdk-dev] [PATCH v5 3/5] net/i40e: add get all loaded profiles

2017-03-26 Thread Beilei Xing
This patch is to add get all loaded profiles function. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev.c| 28 drivers/net/i40e/rte_pmd_i40e.h | 12 drivers/net/i40e/rte_pmd_i40e_version.map | 1 + 3 files changed, 41 in

[dpdk-dev] [PATCH v5 2/5] app/testpmd: add command for loading a profile

2017-03-26 Thread Beilei Xing
This patch is to add testpmd CLI for loading a pipeline personalization profile. Signed-off-by: Beilei Xing --- app/test-pmd/cmdline.c | 74 ++ app/test-pmd/config.c | 67 + app/test-pmd/testpmd.h | 3 +

[dpdk-dev] [PATCH v5 1/5] net/i40e: add pipeline personalization profile processing

2017-03-26 Thread Beilei Xing
Add support for adding a pipeline personalization profile package. Signed-off-by: Beilei Xing --- app/test-pmd/cmdline.c| 1 + drivers/net/i40e/i40e_ethdev.c| 199 ++ drivers/net/i40e/rte_pmd_i40e.h | 58 + drivers/

Re: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset

2017-03-26 Thread Zhao1, Wei
> -Original Message- > From: Wu, Jingjing > Sent: Friday, March 24, 2017 1:57 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 0/3] net/i40e: vf port reset > > > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Wei Zhao > > Sent

Re: [dpdk-dev] [PATCH v2] ether: use a default for max Rx frame size in configure()

2017-03-26 Thread Yang, Qiming
Hi, Andriy I don't think this is a bug. Return errors when configure an invalid max_rx_pkt_len is suitable for this generic API. rte_eth_dev_configure(uint8_t port_id, uint16_t nb_rx_queue, uint16_t nb_tx_queue, const struct rte_eth_conf *eth_conf) is used to configure an Ethernet device as eth

Re: [dpdk-dev] [PATCH 3/3] net/i40e: implement device reset on port

2017-03-26 Thread Zhao1, Wei
> -Original Message- > From: Wu, Jingjing > Sent: Friday, March 24, 2017 5:07 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Zhao1, Wei ; Lu, Wenzhuo > > Subject: RE: [dpdk-dev] [PATCH 3/3] net/i40e: implement device reset on > port > > > > /* > > * Structure to store private data specifi

Re: [dpdk-dev] DPDK installation

2017-03-26 Thread Christian Ehrhardt
On Fri, Mar 24, 2017 at 8:22 PM, De Lara Guarch, Pablo < pablo.de.lara.gua...@intel.com> wrote: > Looks like you don't have icc installed. > Use the x86_64-native-linuxapp-gcc instead: > > make install T=x86_64-native-linuxapp-gcc > Ack to that, and since there are more dependencies you might wan

Re: [dpdk-dev] [PATCH] eal: Fix device registration on FreeBSD

2017-03-26 Thread Shreyansh Jain
On Wednesday 22 March 2017 12:02 AM, Ben Walker wrote: The FreeBSD implementation wasn't registering new devices with the device framework on start up. However, common code attempts to unregister them on shutdown which causes a SEGFAULT. This fix makes the FreeBSD code do the same thing as the Li

Re: [dpdk-dev] [PATCH 1/2] drivers/mempool: add stack mempool handler as driver

2017-03-26 Thread Shreyansh Jain
Hello Olivier, On Friday 24 March 2017 09:52 PM, Olivier Matz wrote: Hi Shreyansh, On Mon, 20 Mar 2017 15:33:09 +0530, Shreyansh Jain wrote: CONFIG_RTE_DRIVER_MEMPOOL_STACK option added to common_base. Stack mempool handler moved from lib/librte_mempool into drivers/mempool. With this patch

Re: [dpdk-dev] [PATCH v4 1/5] net/i40e: add pipeline personalization profile processing

2017-03-26 Thread Xing, Beilei
Hi Andrey, > -Original Message- > From: Chilikin, Andrey > Sent: Sunday, March 26, 2017 5:04 AM > To: Xing, Beilei ; Wu, Jingjing > Cc: Zhang, Helin ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v4 1/5] net/i40e: add pipeline > personalization profile processing > > Hi Beilei > > > --

Re: [dpdk-dev] [PATCH v3 2/3] net/i40e: configurable PTYPE mapping

2017-03-26 Thread Zhang, Qi Z
Hi Jingjing > -Original Message- > From: Wu, Jingjing > Sent: Friday, March 24, 2017 5:55 PM > To: Zhang, Qi Z ; Zhang, Helin > > Cc: dev@dpdk.org > Subject: RE: [PATCH v3 2/3] net/i40e: configurable PTYPE mapping > > > diff --git a/drivers/net/i40e/rte_pmd_i40e.h > > b/drivers/net/i40e/

Re: [dpdk-dev] [PATCH 4/5] net/virtio-user: add lsc support with vhost-user adapter

2017-03-26 Thread Tan, Jianfeng
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Friday, March 17, 2017 4:29 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; david.march...@6wind.com > Subject: Re: [PATCH 4/5] net/virtio-user: add lsc support with vhost-user > adapter > > On Fri, Mar 03,

Re: [dpdk-dev] [PATCH] doc: move i40e know issue to new file

2017-03-26 Thread Yang, Qiming
Hi, John > -Original Message- > From: Mcnamara, John > Sent: Friday, March 24, 2017 10:38 PM > To: Mcnamara, John ; Yang, Qiming > ; dev@dpdk.org > Cc: Wu, Jingjing ; Yang, Qiming > > Subject: RE: [dpdk-dev] [PATCH] doc: move i40e know issue to new file > > > > > -Original Message-

Re: [dpdk-dev] [PATCH v2 1/6] ethdev: add descriptor status API

2017-03-26 Thread Yang, Qiming
Hi, Olivier > -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Friday, March 24, 2017 8:49 PM > To: Yang, Qiming > Cc: dev@dpdk.org; thomas.monja...@6wind.com; Ananyev, Konstantin > ; Lu, Wenzhuo ; > Zhang, Helin ; Wu, Jingjing ; > adrien.mazarg...@6wind.com

Re: [dpdk-dev] [PATCH] doc: move i40e know issue to new file

2017-03-26 Thread Yang, Qiming
Hi, Wenzhuo > -Original Message- > From: Lu, Wenzhuo > Sent: Friday, March 24, 2017 1:03 PM > To: Yang, Qiming ; dev@dpdk.org > Cc: Wu, Jingjing ; Yang, Qiming > > Subject: RE: [dpdk-dev] [PATCH] doc: move i40e know issue to new file > > Hi Qiming, > > > -Original Message- > > F

[dpdk-dev] Segm fault to the update acl context

2017-03-26 Thread Victor Detoni
hello, I'm running l3fwd-acl example as a daemon and trying to update acl context with as a "swap" acl context, but the program stops with a segment fault statement. Even using variables to direct which acl context the main loop has to use, the program breaks. I have noticed that even when I upda