, not giving any clue
what might be the cause of what’s happening on CI.
+Adding Marcin Danilewicz
To let you know, Marcin Danilewicz will be taking over my tasks, so for any
further aspects please include or direct messages to him.
Best Regards,
Wojciech
From: Liguzinski, WojciechX
Sent
Ok, thanks Brandon for the tip :)
Let’s see if I can setup the machine with such configuration.
Cheers,
Wojciech
From: Brandon Lo
Sent: Monday, November 29, 2021 6:58 PM
To: Liguzinski, WojciechX
Cc: Lincoln Lavoie ; Dumitrescu, Cristian
; Thomas Monjalon ; David
Marchand ; Ajmera, Megha
Hi,
Thanks Lincoln, I will also have a try with such script.
Cheers,
Wojciech
From: Lincoln Lavoie
Sent: Friday, November 19, 2021 6:26 PM
To: Dumitrescu, Cristian
Cc: Thomas Monjalon ; David Marchand
; Ajmera, Megha ; Singh,
Jasvinder ; Liguzinski, WojciechX
; dev ; Aaron Conole
; Yigit
941366100.00 100.00
--
[total: 6, pass: 6]
Test OK
RTE>>quit
Kind Regards,
Wojtek
-----Original Message-
From: Liguzinski, WojciechX
Sent: Monday, November 15, 2021 6:27 PM
To: Dumitrescu, Cristian ; David Marchand
; Lincoln Lavoie ; Ajmera,
Megha
Hi,
Sure, I will have a look.
Best Regards,
Wojciech
-Original Message-
From: Dumitrescu, Cristian
Sent: Monday, November 15, 2021 12:51 PM
To: David Marchand ; Lincoln Lavoie
; Liguzinski, WojciechX ;
Ajmera, Megha ; Singh, Jasvinder
Cc: dev ; Aaron Conole ; Thomas Monjalon
From: Wojciech Liguzinski
Adding the PIE support for IP Pipeline
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --gi
From: Wojciech Liguzinski
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qo
From: Wojciech Liguzinski
Implement PIE based congestion management based on rfc8033.
The Proportional Integral Controller Enhanced (PIE) algorithm works
by proactively dropping packets randomly.
PIE is implemented as more advanced queue management is required to
address the bufferbloat problem
From: Wojciech Liguzinski
DPDK sched library is equipped with mechanism that secures it from the
bufferbloat problem
which is a situation when excess buffers in the network cause high latency and
latency
variation. Currently, it supports RED for active queue management. However, more
advanced q
From: Wojciech Liguzinski
Adding the PIE support for IP Pipeline
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --gi
From: Wojciech Liguzinski
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qo
From: Wojciech Liguzinski
Implement PIE based congestion management based on rfc8033.
The Proportional Integral Controller Enhanced (PIE) algorithm works
by proactively dropping packets randomly.
PIE is implemented as more advanced queue management is required to
address the bufferbloat problem
From: Wojciech Liguzinski
DPDK sched library is equipped with mechanism that secures it from the
bufferbloat problem
which is a situation when excess buffers in the network cause high latency and
latency
variation. Currently, it supports RED for active queue management. However, more
advanced q
From: Wojciech Liguzinski
Adding the PIE support for IP Pipeline
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --gi
From: Wojciech Liguzinski
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qo
Implement PIE based congestion management based on rfc8033.
The Proportional Integral Controller Enhanced (PIE) algorithm works
by proactively dropping packets randomly.
PIE is implemented as more advanced queue management is required to
address the bufferbloat problem and provide desirable qualit
From: Wojciech Liguzinski
DPDK sched library is equipped with mechanism that secures it from the
bufferbloat problem
which is a situation when excess buffers in the network cause high latency and
latency
variation. Currently, it supports RED for active queue management. However, more
advanced q
Hi Thomas,
Thanks, I will apply your suggestions asap.
Wojtek
-Original Message-
From: Thomas Monjalon
Sent: Wednesday, November 3, 2021 6:53 PM
To: Liguzinski, WojciechX
Cc: dev@dpdk.org; Singh, Jasvinder ; Dumitrescu,
Cristian ; Ajmera, Megha
; Mcnamara, John
Subject: Re: [dpdk
From: Wojciech Liguzinski
Tests for PIE code added to test application.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |
From: Wojciech Liguzinski
Added PIE related information to documentation.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 64 +---
From: Wojciech Liguzinski
Adding the PIE support for IP Pipeline
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --gi
From: Wojciech Liguzinski
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qo
From: Wojciech Liguzinski
Implement PIE based congestion management based on rfc8033
Signed-off-by: Wojciech Liguzinski
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
--
Changes in V20:
- Removed API conditional compilation
- Added flag to indicate cman enabled/disabled
- Fixed subm
From: Wojciech Liguzinski
DPDK sched library is equipped with mechanism that secures it from the
bufferbloat problem
which is a situation when excess buffers in the network cause high latency and
latency
variation. Currently, it supports RED for active queue management. However, more
advanced q
Sure, I will correct the name.
As I can see from a distance that some things could be resolved/corrected from
the very beginning (like e.g. the name and its format).
-Original Message-
From: Thomas Monjalon
Sent: Friday, October 29, 2021 3:44 PM
To: Liguzinski, WojciechX
Cc: dev
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 64 +---
doc/guides/prog_guide
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qos_sched/cfg_file.h | 5
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
Acked-by: Cristian Dumitrescu
Acked-by: Jasvinder Singh
--
Changes in V19:
- ACKs included in patches
Changes in V18:
- Resolved merge conflict in lib/sched/meson.build after rebasing ontop of
blem.
The implementation of mentioned functionality includes modification of existing
and
adding a new set of data structures to the library, adding PIE related APIs.
This affects structures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sche
ojtek
-Original Message-
From: Thomas Monjalon
Sent: Tuesday, October 26, 2021 12:10 PM
To: Liguzinski, WojciechX ; Singh, Jasvinder
; Liu, Yu Y ; Singh, Jasvinder
; Dumitrescu, Cristian
Cc: dev@dpdk.org; Ajmera, Megha ; Liu, Yu Y
; david.march...@redhat.com
Subject: Re: [dpdk-dev] [PA
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h | 17 +-
4 files changed, 1085 insertions(+), 7
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 64 +---
doc/guides/prog_guide/traffic_management.rst | 13 +++-
3 files changed, 68
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h| 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qos_sched/cfg_file.h | 5 +
examples/qos_sched/init.c | 27 +++--
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
--
Changes in V18:
- Resolved merge conflict in lib/sched/meson.build after rebasing ontop of main
- Reverted whitespace change in app_thread.c - comment from Stephen Hemminger
Changes in V17
blem.
The implementation of mentioned functionality includes modification of existing
and
adding a new set of data structures to the library, adding PIE related APIs.
This affects structures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sche
Hi Stephen,
Sure, no problem with that.
I probably changed that line together with something else in some earlier
version and didn't notice it now.
Thanks,
Wojtek
-Original Message-
From: Stephen Hemminger
Sent: Wednesday, October 20, 2021 5:11 PM
To: Liguzinski, WojciechX
Cc
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h | 17 +-
4 files changed, 1085 insertions(+), 7
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 64 +---
doc/guides/prog_guide/traffic_management.rst | 13 +++-
3 files changed, 68
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qos_sched/cfg_file.h | 5 +
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
--
Changes in V17:
- Corrected paragraph link naming in qos_framework.rst to fix CI builds
Changes in V16:
- Fixed 'title underline too short' error in qos_framework.rst
- Applied __rte_un
blem.
The implementation of mentioned functionality includes modification of existing
and
adding a new set of data structures to the library, adding PIE related APIs.
This affects structures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sche
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h | 17 +-
4 files changed, 1085 insertions(+), 7
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
- Corrected marker for Droppers title
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 62 +---
doc/guides/prog_guide
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples/qos_sched/cfg_file.h | 5 +
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
- Renamed WRED occurences to RED
- Applied __rte_unused macro to parameters in rte_sched_port_pie_dequeue()
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build
blem.
The implementation of mentioned functionality includes modification of existing
and
adding a new set of data structures to the library, adding PIE related APIs.
This affects structures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sche
rescu, Cristian
Sent: Friday, October 15, 2021 3:51 PM
To: Liguzinski, WojciechX ; dev@dpdk.org;
Singh, Jasvinder
Cc: Ajmera, Megha
Subject: RE: [PATCH v14 1/5] sched: add PIE based congestion management
Hi Wojciech,
Thank you for your patchset!
Can you please, at least starting from this ve
Hi Cristian,
Done.
BR,
Wojtek
-Original Message-
From: Dumitrescu, Cristian
Sent: Friday, October 15, 2021 3:57 PM
To: Liguzinski, WojciechX ; dev@dpdk.org;
Singh, Jasvinder
Cc: Ajmera, Megha
Subject: RE: [PATCH v14 0/5] Add PIE support for HQoS library
> -Original Mess
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h | 17 +-
4 files changed, 1085 insertions(+), 7
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
- Renamed WRED occurences to RED
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 127 +++--
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
- Renamed WRED occurences to RED
- Applied __attribute__((unused)) to parameters in rte_sched_port_pie_dequeue()
- Moved rte_sched_cma_params structure before the first usage
- Added the release
blem.
The implementation of mentioned functionality includes modification of existing
and
adding a new set of data structures to the library, adding PIE related APIs.
This affects structures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sche
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/meson.build |4 +
app/test/test_pie.c | 1065 ++
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h | 17 +-
4 files changed, 1085 insertions(+), 7
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 111 ++
examples/qos_sched/cfg_file.h | 5 +
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Hi Cristian,
-Original Message-
From: Liguzinski, WojciechX
Sent: Tuesday, October 12, 2021 8:34 PM
To: Dumitrescu, Cristian ; dev@dpdk.org; Singh,
Jasvinder
Cc: Ajmera, Megha ; Cybura, LukaszX
; Zegota, AnnaX
Subject: RE: [PATCH v9 1/5] sched: add PIE based congestion management
Hi
Hi Stephen,
I have applied as much your comments as it could be changed.
Unfortunately, not all calculations could be change to improve performance.
Thanks,
Wojtek
-Original Message-
From: Stephen Hemminger
Sent: Tuesday, September 7, 2021 9:15 PM
To: Liguzinski, WojciechX
Cc: dev
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 111 ++
examples/qos_sched/cfg_file.h | 5 +
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 111 ++
examples/qos_sched/cfg_file.h | 5 +
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 83 +++---
examples/qos_sched/init.c | 27 +++--
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 142 +++-
1 file changed, 74 insertions(+), 68 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 82 ++---
examples/qos_sched/init.c | 27 +++--
examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Hi Cristian,
-Original Message-
From: Dumitrescu, Cristian
Sent: Tuesday, October 12, 2021 6:00 PM
To: Liguzinski, WojciechX ; dev@dpdk.org;
Singh, Jasvinder
Cc: Ajmera, Megha
Subject: RE: [PATCH v9 1/5] sched: add PIE based congestion management
Hi Wojchech,
> -Origi
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
Adding the PIE support for IP Pipeline
Signed-off-by: Liguzinski, WojciechX
---
examples/ip_pipeline/tmgr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/ip_pipeline/tmgr.c b/examples/ip_pipeline/tmgr.c
index e4e364cbc0..73da2da870 100644
--- a/examples
Implement PIE based congestion management based on rfc8033
Signed-off-by: Liguzinski, WojciechX
---
drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
lib/sched/meson.build| 10 +-
lib/sched/rte_pie.c | 82 +
lib/sched/rte_pie.h
patch add support enable PIE or RED by
parsing config file.
Signed-off-by: Liguzinski, WojciechX
---
config/rte_config.h | 1 -
examples/qos_sched/app_thread.c | 1 -
examples/qos_sched/cfg_file.c | 82 ++---
examples/qos_sched/init.c | 7 +-
examples
uctures in public API/ABI. That is why deprecation notice is
going
to be prepared and sent.
Liguzinski, WojciechX (5):
sched: add PIE based congestion management
example/qos_sched: add PIE support
example/ip_pipeline: add PIE support
doc/guides/prog_guide: added PIE
app/test: add tests for
Tests for PIE code added to test application.
Signed-off-by: Liguzinski, WojciechX
---
app/test/autotest_data.py | 18 +
app/test/meson.build |4 +
app/test/test_pie.c | 1065 +
lib/sched/rte_pie.c |6 +-
lib/sched/rte_pie.h
Added PIE related information to documentation.
Signed-off-by: Liguzinski, WojciechX
---
doc/guides/prog_guide/glossary.rst | 3 +
doc/guides/prog_guide/qos_framework.rst | 60 +---
doc/guides/prog_guide/traffic_management.rst | 13 -
3 files changed, 66
1 - 100 of 149 matches
Mail list logo