RE: [2nd Try]:Re: Traffic Management API Questions

2023-01-11 Thread Singh, Jasvinder
Hi Venky, Please see inline; Jasvinder From: Venky Venkatesh Sent: Wednesday, January 11, 2023 11:56 AM To: Singh, Jasvinder Cc: dev@dpdk.org Subject: Re: [2nd Try]:Re: Traffic Management API Questions Hi Jasvinder, Thanks for the detailed answers. Our need is to have shaping at the port

RE: [2nd Try]:Re: Traffic Management API Questions

2023-01-16 Thread Singh, Jasvinder
Hi Venky, Please see inline; Thanks, Jasvinder From: Venky Venkatesh Sent: Monday, January 16, 2023 8:06 AM To: Singh, Jasvinder Cc: dev@dpdk.org Subject: Re: [2nd Try]:Re: Traffic Management API Questions Hi Jasvinder, Thanks for the insights on the complexity of adding a layer. As for the

Re: [dpdk-dev] [PATCH v6 1/2] ethdev: add pre-defined meter policy API

2021-04-14 Thread Singh, Jasvinder
> +/* MTR meter policy add */ > +static int > +pmd_mtr_meter_policy_add(struct rte_eth_dev *dev, > + uint32_t meter_policy_id, > + struct rte_mtr_meter_policy_params *policy, > + struct rte_mtr_error *error) > +{ > + struct pmd_internals *p = dev->data->dev_private; > + struc

Re: [dpdk-dev] [PATCH v8 1/2] ethdev: add pre-defined meter policy API

2021-04-19 Thread Singh, Jasvinder
> +/* MTR meter policy add */ > +static int > +pmd_mtr_meter_policy_add(struct rte_eth_dev *dev, > + uint32_t meter_policy_id, > + struct rte_mtr_meter_policy_params *policy, > + struct rte_mtr_error *error) > +{ > + struct pmd_internals *p = dev->data->dev_private; > + struct

Re: [dpdk-dev] [PATCH v2] sched : Initialize tc ov watermark.

2021-04-20 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon > Sent: Tuesday, April 20, 2021 11:14 AM > To: Dharmappa, Savinay ; Singh, Jasvinder > ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] sched : Initialize tc ov waterma

Re: [dpdk-dev] Experimental symbols in sched lib

2021-06-24 Thread Singh, Jasvinder
> On 24 Jun 2021, at 11:33, Kinsella, Ray wrote: > > Hi Cristian & Jasvinder, > > The following sched experimental symbols are present in both v21.05 and > v19.11 release. These symbols should be considered for promotion to stable as > part of the v22 ABI in DPDK 21.11, as they have been ex

RE: [PATCH v5 2/3] rte_pie: remove unnecessary floating point

2022-06-21 Thread Singh, Jasvinder
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, May 26, 2022 9:27 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Dumitrescu, > Cristian ; Singh, Jasvinder > ; Wojciech Liguzinski > > Subject: [PATCH v5 2/3] rte_pie: remove unnecessary flo

RE: [PATCH v5 3/3] rte_pie: fix incorrect floating point math

2022-06-21 Thread Singh, Jasvinder
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, May 26, 2022 9:27 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Dumitrescu, > Cristian ; Singh, Jasvinder > ; Wojciech Liguzinski > > Subject: [PATCH v5 3/3] rte_pie: fix incorrect floating p

RE: [PATCH] app/testpmd: fix memory leak for dscp table

2022-06-29 Thread Singh, Jasvinder
> -Original Message- > From: Singh, Aman Deep > Sent: Wednesday, June 29, 2022 5:53 PM > To: Morrissey, Sean ; Singh, Jasvinder > ; dev@dpdk.org > Cc: Zhang, Yuying ; sta...@dpdk.org > Subject: Re: [PATCH] app/testpmd: fix memory leak for dscp table > > Hi

RE: [PATCH v8] sched: enable CMAN at runtime

2022-07-06 Thread Singh, Jasvinder
> -Original Message- > From: Danilewicz, MarcinX > Sent: Tuesday, July 5, 2022 6:06 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v8] sched: enable CMAN at runtime > > Added changes to enable CMA

RE: [PATCH v8] sched: enable CMAN at runtime

2022-07-07 Thread Singh, Jasvinder
> > > -#ifdef RTE_SCHED_CMAN > > > - set_subport_cman_params(subport_params+i, > > > cman_params); > > > -#endif > > > + subport_params[i].cman_params = &cman_params; > > > > Since cman_params_is global variable, memory is allocated regardless > > of whether cman

Re: [dpdk-dev] [PATCH v2 2/2] qos: rearrange enqueue procedure

2021-04-02 Thread Singh, Jasvinder
> -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, March 18, 2021 11:56 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Singh, Jasvinder > ; Ananyev, Konstantin > > Subject: [PATCH v2 2/2] qos: rearrange enqueue procedure > > In many u

RE: [PATCH v1] drivers/net: use internal API to get eth dev from name

2022-02-04 Thread Singh, Jasvinder
> -Original Message- > From: Yigit, Ferruh > Sent: Thursday, February 3, 2022 12:36 PM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: Kumara Parameshwaran ; Kumara > Parameshwaran ; dev@dpdk.org > Subject: Re: [PATCH v1] drivers/net: use internal API to

Re: [dpdk-dev] [PATCH] net/softnic: remove useless address check

2021-10-13 Thread Singh, Jasvinder
> -Original Message- > From: Yigit, Ferruh > Sent: Monday, October 4, 2021 6:27 PM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: Yigit, Ferruh ; dev@dpdk.org > Subject: [PATCH] net/softnic: remove useless address check > > Reported by "gcc (GC

Re: [dpdk-dev] [PATCH v2] net/softnic: fix memory leak of meter policy

2021-10-19 Thread Singh, Jasvinder
> -Original Message- > From: Yu, DapengX > Sent: Thursday, October 14, 2021 3:12 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH v2] net/softnic: fix memory leak of meter policy > > From

Re: [dpdk-dev] [PATCH v18 1/5] sched: add PIE based congestion management

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 1/5] sched: add PIE based congestion management > > Imp

Re: [dpdk-dev] [PATCH v18 2/5] example/qos_sched: add PIE support

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 2/5] example/qos_sched: add PIE support > > patch add s

Re: [dpdk-dev] [PATCH v18 3/5] example/ip_pipeline: add PIE support

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 3/5] example/ip_pipeline: add PIE support > > Adding the

Re: [dpdk-dev] [PATCH v18 4/5] doc/guides/prog_guide: added PIE

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 4/5] doc/guides/prog_guide: added PIE > > Added

Re: [dpdk-dev] [PATCH v18 5/5] app/test: add tests for PIE

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 5/5] app/test: add tests for PIE > > Tests for PIE cod

Re: [dpdk-dev] [PATCH v3] net/softnic: fix memory leak in parsing arguments

2021-07-14 Thread Singh, Jasvinder
> + free(firmware); Memory for firmware is not allocated dynamically, so no need for this. > struct pmd_params { > - const char *name; > - const char *firmware; > + char name[RTE_DEV_NAME_MAX_LEN]; Please replace " RTE_DEV_NAME_MAX_LEN " with "NAME_SIZE" which is already de

Re: [dpdk-dev] [PATCH] net/softnic: fix memory leak as profile is freed

2021-07-14 Thread Singh, Jasvinder
> -Original Message- > From: Yu, DapengX > Sent: Tuesday, July 13, 2021 9:27 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/softnic: fix memory leak as profile is freed > > From:

Re: [dpdk-dev] [PATCH v4] net/softnic: fix memory leak in parsing arguments

2021-07-16 Thread Singh, Jasvinder
> -Original Message- > From: Yu, DapengX > Sent: Thursday, July 15, 2021 6:38 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH v4] net/softnic: fix memory leak in parsing arguments > &g

Re: [dpdk-dev] [PATCH] net/softnic: fix null pointer dereference

2021-07-27 Thread Singh, Jasvinder
> -Original Message- > From: Yu, DapengX > Sent: Tuesday, July 27, 2021 9:15 AM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Yu, DapengX ; sta...@dpdk.org > Subject: [PATCH] net/softnic: fix null pointer dereference > > From: Dapen

Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice for PIE active queue management changes

2021-08-06 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Wednesday, June 2, 2021 1:12 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Dharmappa, Savinay ; Ajmera, Megha > > Subject: [PATCH v2] doc: add deprecation notice for PIE a

Re: [dpdk-dev] [PATCH v3] app/testpmd: fix meter commands help strings

2021-02-09 Thread Singh, Jasvinder
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, February 9, 2021 2:15 PM > To: Li, Xiaoyun ; Singh, Jasvinder > ; Wu, Jingjing ; Adrien > Mazarguil ; Dumitrescu, Cristian > > Cc: Yigit, Ferruh ; dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH

RE: [2nd Try]:Re: Traffic Management API Questions

2023-01-10 Thread Singh, Jasvinder
Hi Venky, Please see inline. Thanks, Jasvinder From: Venky Venkatesh Sent: Tuesday, January 10, 2023 8:52 AM To: dev@dpdk.org Subject: [2nd Try]:Re: Traffic Management API Questions Hi, Can someone pls get back on these Thanks -Venky On Thu, Jan 5, 2023 at 4:07 AM Venky Venkatesh mailto:vve

Re: [dpdk-dev] [PATCH v2] sched : Initialize tc ov watermark.

2021-03-10 Thread Singh, Jasvinder
> -Original Message- > From: Dharmappa, Savinay > Sent: Tuesday, March 9, 2021 4:10 PM > To: Singh, Jasvinder ; Dumitrescu, Cristian > ; dev@dpdk.org > Cc: Dharmappa, Savinay > Subject: [PATCH v2] sched : Initialize tc ov watermark. > > tc ov watermark i

RE: config files profile.cfg in examples/qos_sched

2022-07-19 Thread Singh, Jasvinder
> -Original Message- > From: Theo MARGUERET > Sent: Tuesday, July 19, 2022 8:31 AM > To: Thomas Monjalon > Cc: dev ; Dumitrescu, Cristian > ; Singh, Jasvinder > > Subject: Re: config files profile.cfg in examples/qos_sched > > Hello, > You can find

RE: [PATCH v11] sched: enable CMAN at runtime

2022-07-26 Thread Singh, Jasvinder
> -Original Message- > From: Danilewicz, MarcinX > Sent: Friday, July 15, 2022 3:51 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v11] sched: enable CMAN at runtime > > Added changes to enable CMA

RE: [PATCH] sched: Fix subport profile id not set correctly.

2022-08-18 Thread Singh, Jasvinder
> -Original Message- > From: Ajmera, Megha > Sent: Thursday, August 18, 2022 7:03 AM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Subject: [PATCH] sched: Fix subport profile id not set correctly. > > In rte_sched_subport_config() API, subpo

RE: [PATCH v2] Revert "sched: enable traffic class oversubscription unconditionally"

2022-03-15 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Tuesday, March 15, 2022 5:25 PM > To: Thomas Monjalon ; Ajmera, Megha > > Cc: dev@dpdk.org; Mcnamara, John ; Singh, > Jasvinder ; Thakur, Sham Singh > ; david.march...@redhat.com > Subject: RE: [PATC

RE: [dpdk][PATCH 1/2] sched: enable/disable TC OV at runtime

2022-04-08 Thread Singh, Jasvinder
> -Original Message- > From: Marcin Danilewicz > Sent: Thursday, April 7, 2022 3:52 PM > To: dev@dpdk.org > Cc: Ajmera, Megha > Subject: [dpdk][PATCH 1/2] sched: enable/disable TC OV at runtime > > From: Megha Ajmera > > Added new API to enable or disable TC over subscription for be

RE: [PATCH v3] sched: enable/disable TC OV at runtime

2022-04-27 Thread Singh, Jasvinder
> -Original Message- > From: Danilewicz, MarcinX > Sent: Wednesday, April 27, 2022 10:24 AM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v3] sched: enable/disable TC OV at runtime > > Added new API t

Re: [dpdk-dev] Fixed : ip_pipeline firewall port range filtering

2017-03-20 Thread Singh, Jasvinder
Hi Shayam, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shyam Shrivastav > Sent: Sunday, March 19, 2017 4:11 PM > To: dev@dpdk.org > Cc: Shyam Shrivastav > Subject: [dpdk-dev] Fixed : ip_pipeline firewall port range filtering > > Found the issue,was debugg

Re: [dpdk-dev] [PATCH v5 1/2] librte_net: add crc compute APIs

2017-03-28 Thread Singh, Jasvinder
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, March 28, 2017 7:04 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan > Subject: RE: [PATCH v5 1/2] librte_net: add crc compute APIs > > Hi Jasvind

Re: [dpdk-dev] [PATCH v5 2/2] test/test: add unit test for CRC computation

2017-03-28 Thread Singh, Jasvinder
Hi Pablo, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, March 28, 2017 8:23 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan > Subject: RE: [PATCH v5 2/2] test/test: add unit test for CRC computation

Re: [dpdk-dev] [PATCH v8 1/2] librte_net: add crc compute APIs

2017-03-30 Thread Singh, Jasvinder
> -Original Message- > From: Ananyev, Konstantin > Sent: Thursday, March 30, 2017 12:32 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: olivier.m...@6wind.com; Doherty, Declan ; > De Lara Guarch, Pablo > Subject: RE: [dpdk-dev] [PATCH v8 1/2] librte_net: add crc

Re: [dpdk-dev] [PATCH v8 1/2] librte_net: add crc compute APIs

2017-03-30 Thread Singh, Jasvinder
Hi Olivier, > -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Thursday, March 30, 2017 3:41 PM > To: Ananyev, Konstantin > Cc: Singh, Jasvinder ; dev@dpdk.org; Doherty, > Declan ; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [

Re: [dpdk-dev] [PATCH v2 1/2] librte_net: add crc init and compute APIs

2017-03-02 Thread Singh, Jasvinder
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, March 1, 2017 6:46 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH v2 1/2] librte_net: add crc init and comput

Re: [dpdk-dev] ip_pipeline firewall customization

2017-03-09 Thread Singh, Jasvinder
Hi Shayam, From: Shyam Shrivastav [mailto:shrivastav.sh...@gmail.com] Sent: Thursday, March 9, 2017 1:50 PM To: Dumitrescu, Cristian Cc: dev@dpdk.org; Singh, Jasvinder Subject: Re: [dpdk-dev] ip_pipeline firewall customization My mistake, arp packets are hit by pipeline>p 1 firewall

Re: [dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute APIs

2017-03-13 Thread Singh, Jasvinder
Hi Konstantin, > -Original Message- > From: Ananyev, Konstantin > Sent: Monday, March 13, 2017 3:06 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH v3 1/2] librte_net: add crc compute A

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-05 Thread Singh, Jasvinder
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Tuesday, April 4, 2017 9:02 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; olivier.m...@6wind.com; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: Re:

Re: [dpdk-dev] [PATCH v9 0/3] librte_net: add crc computation support

2017-04-05 Thread Singh, Jasvinder
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Wednesday, April 5, 2017 10:37 AM > To: Thomas Monjalon ; Singh, Jasvinder > > Cc: dev@dpdk.org; olivier.m...@6wind.com; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PA

Re: [dpdk-dev] [PATCH v10 1/2] librte_net: add crc compute APIs

2017-04-05 Thread Singh, Jasvinder
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, April 5, 2017 6:50 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; olivier.m...@6wind.com; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: Re: [

Re: [dpdk-dev] Working of pipeline in a given config file and regarding user-defined actions in IP_PIPELINE application

2017-04-07 Thread Singh, Jasvinder
Hi Nidhia, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nidhia Varghese > Sent: Thursday, April 6, 2017 10:07 AM > To: dev@dpdk.org; us...@dpdk.org > Subject: [dpdk-dev] Working of pipeline in a given config file and regarding > user-defined actions in IP_PIP

Re: [dpdk-dev] Adding flow entries through CLI for flow classification pipeline

2017-04-21 Thread Singh, Jasvinder
Hi Nidhia, What command should be used to add existing flow.txt file to the flow table. What command should be used if we want to add new entry through CLI and not through file? I tried as shown below. and its giving error: pipeline> p 1 flow add qinq bulk ./config/flow.txt Command "flow add q

Re: [dpdk-dev] [PATCH v2 04/13] net: fix missing include in exported header

2017-04-25 Thread Singh, Jasvinder
-Original Message- From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] Sent: Tuesday, April 25, 2017 9:30 AM To: dev@dpdk.org Cc: Singh, Jasvinder Subject: [PATCH v2 04/13] net: fix missing include in exported header This commit addresses the following errors: In file included

Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-04-28 Thread Singh, Jasvinder
Hi Nidhia, I am developing an application in which I need to use both incoming port and vlan as the key for the flow table. Port field is available at 24th byte of mbuf and vlan(single tagged) will be at 268th byte (128 mbuf + 128 headroom + 12 ethernet header). How can I represent this in my

Re: [dpdk-dev] [dpdk-users] Adding multiple fields as key in ip_pipeline application

2017-05-02 Thread Singh, Jasvinder
From: Nidhia Varghese [mailto:nidhiavarghes...@gmail.com] Sent: Tuesday, May 2, 2017 10:29 AM To: Singh, Jasvinder Cc: dev@dpdk.org; us...@dpdk.org Subject: Re: [dpdk-users] Adding multiple fields as key in ip_pipeline application Hi, Can we do the append/prepend (of the port id with vlan id

Re: [dpdk-dev] [PATCH 07/10] net: fix missing break inside conditional compile block

2017-05-05 Thread Singh, Jasvinder
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson Sent: Thursday, May 4, 2017 4:38 PM To: dev@dpdk.org Cc: Richardson, Bruce Subject: [dpdk-dev] [PATCH 07/10] net: fix missing break inside conditional compile block The #ifdef only had the break in

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

2017-05-08 Thread Singh, Jasvinder
-Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Cristian Dumitrescu Sent: Tuesday, May 2, 2017 7:23 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: API change notice for librte_table Signed-off-by: Cristian Dumitrescu Acked-by: Jasvinder Singh

Re: [dpdk-dev] Fwd: Sharing tables among pipelines

2017-05-08 Thread Singh, Jasvinder
Hi Nidhia, For my pipeline application, I want to share same table between two different pipeline. Is that possible? If yes, how can I do it? [Jasvinder] - In the current ip pipeline application, we don’t have such illustration of sharing a table between two pipelines. Therefore, you need to

[dpdk-dev] [PATCH] doc: ip_pipeline app user guide

2015-08-06 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Cristian Dumitrescu > Sent: Thursday, August 6, 2015 2:48 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: ip_pipeline app user guide > > Added more extensive documentation for ip_pipeline applicati

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-17 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, August 14, 2015 10:25 AM > To: Yeddula, Avinash > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table. > > On Thu, Aug 13, 2015 at 05:3

[dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table.

2015-08-17 Thread Singh, Jasvinder
Hi, > -Original Message- > From: Yeddula, Avinash [mailto:ayeddula at ciena.com] > Sent: Monday, August 17, 2015 5:35 PM > To: Singh, Jasvinder; Richardson, Bruce > Cc: dev at dpdk.org; Bly, Mike > Subject: RE: [dpdk-dev] [ 2nd try ] Lookup mechanim in DPDK HASH table

[dpdk-dev] [PATCH v4] ip_pipeline: add flow actions pipeline

2015-12-07 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, December 7, 2015 1:18 AM > To: Zhang, Roy Fan > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] ip_pipeline: add flow actions pipeline > > 2015-11-18 17:09, Fan Zhang:

[dpdk-dev] [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing

2015-12-09 Thread Singh, Jasvinder
> -Original Message- > From: Qiu, Michael > Sent: Wednesday, December 9, 2015 8:44 AM > To: dev at dpdk.org > Cc: Singh, Jasvinder; Dumitrescu, Cristian; Qiu, Michael > Subject: [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing > > Compile i

Re: [dpdk-dev] [PATCH] app/test-pmd: expand test-pmd queue threshold size of RED parameters

2018-12-04 Thread Singh, Jasvinder
> -Original Message- > From: Xu, Rosen > Sent: Monday, November 26, 2018 8:36 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Singh, Jasvinder ; Xu, > Rosen ; Yigit, Ferruh ; Wu, > Jingjing > Subject: [PATCH] app/test-pmd: expand test-pmd

Re: [dpdk-dev] [PATCH] mbuf: implement generic format for sched field

2018-12-05 Thread Singh, Jasvinder
> -Original Message- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Saturday, December 1, 2018 2:23 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian ; > Pattan, Reshma ; Rao, Nikhil > > Subject: Re: [dpdk-dev] [PATCH]

Re: [dpdk-dev] [PATCH] mbuf: implement generic format for sched field

2018-12-05 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Tuesday, December 4, 2018 5:39 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Pattan, Reshma > Subject: RE: [PATCH] mbuf: implement generic format for sched field > > > > > > > > +

Re: [dpdk-dev] [PATCH] doc: add deprecation notice to remove rte meter color

2018-12-13 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, December 12, 2018 4:38 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] doc: add deprecation notice to remove rte meter color > > Added deprecation notice to r

Re: [dpdk-dev] [PATCH v2 2/3] eal: add new rte color definition

2018-12-18 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Tuesday, December 18, 2018 10:41 AM > To: Ananyev, Konstantin ; Dumitrescu, Cristian > ; dev@dpdk.org; > jerin.ja...@caviumnetworks.com; Singh, Jasvinder > > Subject: RE: [dpdk-dev] [PATCH v2 2/3] eal: add

Re: [dpdk-dev] [PATCH] net/softnic: add flow flush API

2018-10-02 Thread Singh, Jasvinder
> --- a/drivers/net/softnic/rte_eth_softnic_flow.c > +++ b/drivers/net/softnic/rte_eth_softnic_flow.c > @@ -1915,6 +1915,50 @@ pmd_flow_destroy(struct rte_eth_dev *dev, > return 0; > } > > +static int > +pmd_flow_flush(struct rte_eth_dev *dev, > + struct rte_flow_error *error) > +{

Re: [dpdk-dev] [PATCH v2 4/6] net/softnic: disable softnic build in FREEBSD

2018-10-03 Thread Singh, Jasvinder
> -Original Message- > From: Babu Radhakrishnan, AgalyaX > Sent: Wednesday, October 3, 2018 3:00 PM > To: dev@dpdk.org > Cc: alejandro.luc...@netronome.com; allain.leg...@windriver.com; Singh, > Jasvinder ; Wiles, Keith ; > ma...@mellanox.com; Richardson, Bruce ; &g

Re: [dpdk-dev] [PATCH v3] net/softnic: add flow flush API

2018-10-08 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Monday, October 8, 2018 10:10 AM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Pattan, Reshma > Subject: [PATCH v3] net/softnic: add flow flush API > > Add rte flow flush api for flus

Re: [dpdk-dev] [PATCH v2 0/2] Add and identify shaper profile parameters

2018-10-22 Thread Singh, Jasvinder
> -Original Message- > From: Xu, Rosen > Sent: Monday, October 22, 2018 9:47 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Singh, Jasvinder ; Xu, > Rosen ; Yigit, Ferruh > Subject: [PATCH v2 0/2] Add and identify shaper profile pa

Re: [dpdk-dev] [PATCH v2 22/22] app/testpmd: rework softnic forward mode

2018-06-26 Thread Singh, Jasvinder
Hi Bernard, > This patch fails to compile when applied the current dpdk 18_08 master. > > /root/dpdk_sforge_2/app/test-pmd/cmdline.c: In function 'prompt': > /root/dpdk_sforge_2/app/test-pmd/cmdline.c:17583:3: error: implicit > declaration of function 'rte_pmd_softnic_manage' [-Werror=implicit-

Re: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script

2018-06-28 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Thursday, June 28, 2018 11:13 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; Iremonger, Bernard > > Subject: RE: [dpdk-dev] [PATCH v3 22/23] net/softnic: add firmware script > > Hi Jasv

Re: [dpdk-dev] [PATCH v3 23/23] app/testpmd: rework softnic forward mode

2018-06-28 Thread Singh, Jasvinder
> -Original Message- > From: Iremonger, Bernard > Sent: Thursday, June 28, 2018 11:28 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; Pattan, Reshma > > Subject: RE: [PATCH v3 23/23] app/testpmd: rework softnic forward mode > > Hi Jasv

Re: [dpdk-dev] [PATCH v3 23/23] app/testpmd: rework softnic forward mode

2018-06-28 Thread Singh, Jasvinder
< snip > > > > > p = &ports[port_id]; > > > > - /* Port tm flag */ > > - if (p->softport.tm_flag == 0) { > > - printf(" tm not enabled on port %u (error)\n", port_id); > > - return; > > - } > > - > > /* Forward mode: tm */ > > Should "tm" be replaced by "softnic

Re: [dpdk-dev] [PATCH] app/test-pmd: Fix buffer leak in tm cmdline

2018-07-04 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Nithin Dabilpuram > Sent: Wednesday, July 4, 2018 11:18 AM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Iremonger, Bernard > > Cc: dev@dpdk.org; kka...@caviumnetworks.com; Nithin Dabilpuram > > Subject: [dpdk-dev] [PAT

Re: [dpdk-dev] [PATCH v3 2/5] bitmap: rename rte_bsf64 and move to common header

2018-11-14 Thread Singh, Jasvinder
> -Original Message- > From: Burakov, Anatoly > Sent: Wednesday, November 14, 2018 4:47 PM > To: dev@dpdk.org > Cc: Neil Horman ; Mcnamara, John > ; Kovacevic, Marko > ; Dumitrescu, Cristian > ; tho...@monjalon.net; Richardson, Bruce > ; Yigit, Ferruh ; Si

Re: [dpdk-dev] [PATCH] mbuf: implement generic format for sched field

2018-11-29 Thread Singh, Jasvinder
> > > diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h > > index 3dbc6695e..98428bd21 100644 > > --- a/lib/librte_mbuf/rte_mbuf.h > > +++ b/lib/librte_mbuf/rte_mbuf.h > > @@ -575,12 +575,10 @@ struct rte_mbuf { > > */ > > } f

Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Monday, July 16, 2018 5:04 PM > To: Singh, Jasvinder ; dev@dpdk.org > Subject: RE: [PATCH] net/softnic: fix illegal memory access > > > > > -Original Message----- > > From: Singh, Jasvi

Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access

2018-07-16 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Singh, Jasvinder > Sent: Monday, July 16, 2018 6:26 PM > To: Dumitrescu, Cristian ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/softnic: fix illegal memory access > > > &

Re: [dpdk-dev] [PATCH] net/softnic: fix memory illegal access

2018-07-20 Thread Singh, Jasvinder
> -Original Message- > From: Van Haaren, Harry > Sent: Friday, July 20, 2018 11:32 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: RE: [dpdk-dev] [PATCH] net/softnic: fix memory illegal access > > > -Original Message

Re: [dpdk-dev] commit 0ad778b39 (app/testpmd: rework softnic forward mode) compromises testpmd CLI

2018-07-23 Thread Singh, Jasvinder
2018 5:04 PM To: Singh, Jasvinder ; Pattan, Reshma ; Dumitrescu, Cristian Cc: dev@dpdk.org Subject: commit 0ad778b39 (app/testpmd: rework softnic forward mode) compromises testpmd CLI Hi, When starting testpmd after applying the above patch and pressing CTRL+D in the command prompts, testpmd e

Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd exit using ctrl+d

2018-07-25 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, July 25, 2018 9:19 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Mordechay Haimovsky ; Singh, > Jasvinder ; Iremonger, Bernard > ; Pattan, Reshma > ; olivier.m...

Re: [dpdk-dev] [PATCH v2] app/testpmd: removed softnic CLI modifications

2018-07-25 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, July 25, 2018 3:43 PM > To: Moti Haimovsky > Cc: dev@dpdk.org; sta...@dpdk.org; Singh, Jasvinder > ; Dumitrescu, Cristian > ; Ananyev, Konstantin > > Subject:

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null terminated

2018-04-17 Thread Singh, Jasvinder
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, April 17, 2018 4:01 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null > terminated > > On Tue, Apr 1

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix logically dead node

2018-04-18 Thread Singh, Jasvinder
> -Original Message- > From: Zhang, Roy Fan > Sent: Monday, April 16, 2018 11:58 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Singh, Jasvinder > > Subject: [PATCH] examples/ip_pipeline: fix logically dead node > > Coverity issue: 272567 >

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null terminated

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, April 18, 2018 5:58 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] examples/ip_pipeline: fix buffer not null terminated > > Copying source string of length eq

Re: [dpdk-dev] [PATCH] examples/ip_pipipeline: fix resource leak

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, April 18, 2018 5:58 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] examples/ip_pipipeline: fix resource leak > > Close tap device fd before returning upon fa

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fixes uninitialized scalar variable

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, April 18, 2018 5:58 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] examples/ip_pipeline: fixes uninitialized scalar variable > > Using uninitialized val

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null terminated

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Wednesday, April 18, 2018 5:58 PM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Pattan, Reshma > > Subject: [PATCH] examples/ip_pipeline: fix buffer not null terminated > > Copying source string of length equa

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix resource leak

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Laatz, Kevin > Sent: Thursday, April 19, 2018 12:04 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Laatz, Kevin > ; Singh, Jasvinder > Subject: [PATCH] examples/ip_pipeline: fix resource leak > > Closing the fd_server file des

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null terminated

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Laatz, Kevin > Sent: Thursday, April 19, 2018 12:03 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Laatz, Kevin > ; Singh, Jasvinder > Subject: [PATCH] examples/ip_pipeline: fix buffer not null terminated > > The destination

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix buffer not null terminated

2018-04-19 Thread Singh, Jasvinder
> -Original Message- > From: Laatz, Kevin > Sent: Thursday, April 19, 2018 12:01 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Laatz, Kevin > ; Singh, Jasvinder > Subject: [PATCH] examples/ip_pipeline: fix buffer not null terminated > > The destination

Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix uninitialized scalar variable

2018-04-23 Thread Singh, Jasvinder
> -Original Message- > From: Zhang, Roy Fan > Sent: Friday, April 20, 2018 3:39 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Singh, Jasvinder > > Subject: [PATCH v2] examples/ip_pipeline: fix uninitialized scalar variable > > Coverity issue: 2

Re: [dpdk-dev] [PATCH 1/2] librte_sched: add post-init pipe profile api

2018-05-04 Thread Singh, Jasvinder
> > +static void > > +rte_sched_pipe_profile_get(struct rte_sched_port *port, > > + struct rte_sched_pipe_params *params, > > + struct rte_sched_pipe_profile *p) > > +{ > > + uint32_t i; > > + > > + /* Token Bucket */ > > + if (params->tb_rate == port->rate) { > > + p->tb_cre

Re: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli command

2018-09-25 Thread Singh, Jasvinder
> diff --git a/app/test-pmd/cmdline_mtr.c b/app/test-pmd/cmdline_mtr.c > > index f908fb3..32a4730 100644 > > --- a/app/test-pmd/cmdline_mtr.c > > +++ b/app/test-pmd/cmdline_mtr.c > > @@ -414,9 +414,9 @@ cmdline_parse_inst_t > > cmd_add_port_meter_profile_srtcm = { > > (void *)&cmd_add_

Re: [dpdk-dev] [PATCH] app/test-pmd: add and identify shaper profile parameters

2018-09-25 Thread Singh, Jasvinder
> -Original Message- > From: Xu, Rosen > Sent: Monday, August 13, 2018 11:35 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Lu, Wenzhuo > ; Singh, Jasvinder ; Xu, > Rosen ; Yigit, Ferruh > Subject: [PATCH] app/test-pmd: add and identify shaper profile p

Re: [dpdk-dev] [PATCH] app/testpmd: fix metering and policing cli command

2018-09-25 Thread Singh, Jasvinder
> -Original Message- > From: Iremonger, Bernard > Sent: Tuesday, September 25, 2018 3:16 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Wu, Jingjing > > Subject: RE: [PATCH] app/testpmd: fix metering and policing cli command > > Hi Jasvinder, &

Re: [dpdk-dev] [PATCH 4/6] net/softnic: disable softnic build in FREEBSD

2018-09-27 Thread Singh, Jasvinder
> -Original Message- > From: Babu Radhakrishnan, AgalyaX > Sent: Thursday, September 27, 2018 2:24 PM > To: dev@dpdk.org > Cc: alejandro.luc...@netronome.com; allain.leg...@windriver.com; Singh, > Jasvinder ; Wiles, Keith ; > ma...@mellanox.com; Richardson, Bru

Re: [dpdk-dev] [PATCH v4 17/23] test_table_pipeline: repair munged indirection level

2018-05-14 Thread Singh, Jasvinder
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Andy Green > Sent: Monday, May 14, 2018 6:11 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 17/23] test_table_pipeline: repair munged > indirection level > > Signed-off-by: Andy Green > --- > test/test/t

Re: [dpdk-dev] Stable ABI status of rte_meter_[t|s]rtcm_profile_config

2018-05-30 Thread Singh, Jasvinder
> On 05/28/2018 11:31 AM, Andy Green wrote: > > Hi - > > > > Between 18.02 and the putative 18.05 there were changes in the way the > > meter stuff deals with its config. > > > > I updated the related code in lagopus, but I get warnings about using > > the new APIs (it's the same for rte_meter_tr

Re: [dpdk-dev] [PATCH v7 2/2] mbuf: implement generic format for sched field

2019-01-16 Thread Singh, Jasvinder
> > > ; olivier.m...@6wind.com; tho...@monjalon.net; > > > Singh, Jasvinder ; Dumitrescu, Cristian > > > ; Ananyev, Konstantin > > > > > > Subject: Re: [dpdk-dev] [PATCH v7 2/2] mbuf: implement generic > > > format > > for > > > sc

Re: [dpdk-dev] [PATCH] table: fix build error with gcc 8

2018-04-09 Thread Singh, Jasvinder
> -Original Message- > From: Richardson, Bruce > Sent: Monday, April 9, 2018 2:09 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH] table: fix build error with gcc 8 > > On Mon, Apr 09, 2018 at 01:49:48PM +010

Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error

2018-04-10 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, April 9, 2018 11:34 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix freebsd build error >

  1   2   3   >