[dpdk-dev] [PATCH v2 00/28] sched: feature enhancements
Singh, Jasvinder
jasvinder.singh at intel.com
Thu Jun 27 12:49:21 CEST 2019
<snip>
> >
> > app/test/test_sched.c | 39 +-
> > doc/guides/rel_notes/deprecation.rst | 6 -
> > doc/guides/rel_notes/release_19_08.rst | 7 +-
> > drivers/net/softnic/rte_eth_softnic.c | 131 +
> > drivers/net/softnic/rte_eth_softnic_cli.c | 286 ++-
> > .../net/softnic/rte_eth_softnic_internals.h | 8 +-
> > drivers/net/softnic/rte_eth_softnic_tm.c | 89 +-
> > examples/ip_pipeline/cli.c | 85 +-
> > examples/ip_pipeline/tmgr.c | 22 +-
> > examples/ip_pipeline/tmgr.h | 3 -
> > examples/qos_sched/app_thread.c | 11 +-
> > examples/qos_sched/cfg_file.c | 283 ++-
> > examples/qos_sched/init.c | 111 +-
> > examples/qos_sched/main.h | 7 +-
> > examples/qos_sched/profile.cfg | 59 +-
> > examples/qos_sched/profile_ov.cfg | 47 +-
> > examples/qos_sched/stats.c | 483 ++--
> > lib/librte_pipeline/rte_table_action.c | 1 -
> > lib/librte_pipeline/rte_table_action.h | 4 +-
> > lib/librte_sched/Makefile | 2 +-
> > lib/librte_sched/meson.build | 2 +-
> > lib/librte_sched/rte_sched.c | 2133 ++++++++++-------
> > lib/librte_sched/rte_sched.h | 229 +-
> > lib/librte_sched/rte_sched_common.h | 41 +
> > 24 files changed, 2634 insertions(+), 1455 deletions(-)
> >
>
> Glad to see the QoS get more flexible.
>
> 1. Is this patch series bisectable? I.e does each step build?
Yes, each patch of the series builds independently.
> 2. What about the QoS part of the program guide. Doesn't it need to be
> updated?
> guides/prog_guide/qos_framework.rst
We will update the documentation soon.
Thanks,
Jasvinder
More information about the dev
mailing list