[dpdk-dev] [PATCH v18 1/5] sched: add PIE based congestion management
Singh, Jasvinder
jasvinder.singh at intel.com
Tue Oct 26 23:07:13 CEST 2021
> -----Original Message-----
> From: Liguzinski, WojciechX <wojciechx.liguzinski at intel.com>
> Sent: Monday, October 25, 2021 12:32 PM
> To: dev at dpdk.org; Singh, Jasvinder <jasvinder.singh at intel.com>;
> Dumitrescu, Cristian <cristian.dumitrescu at intel.com>
> Cc: Ajmera, Megha <megha.ajmera at intel.com>
> Subject: [PATCH v18 1/5] sched: add PIE based congestion management
>
> Implement PIE based congestion management based on rfc8033
>
> Signed-off-by: Liguzinski, WojciechX <wojciechx.liguzinski at intel.com>
> --
> 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:
> - 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_unused macro to parameters in
> rte_sched_port_pie_dequeue()
>
> ---
> drivers/net/softnic/rte_eth_softnic_tm.c | 6 +-
> lib/sched/meson.build | 3 +-
> lib/sched/rte_pie.c | 82 +++++
> lib/sched/rte_pie.h | 393 +++++++++++++++++++++++
> lib/sched/rte_sched.c | 241 +++++++++-----
> lib/sched/rte_sched.h | 63 +++-
> lib/sched/version.map | 4 +
> 7 files changed, 702 insertions(+), 90 deletions(-) create mode 100644
> lib/sched/rte_pie.c create mode 100644 lib/sched/rte_pie.h
>
Acked-by: Jasvinder Singh <jasvinder.singh at intel.com>
More information about the dev
mailing list