Re: [dpdk-dev] [PATCH v2 1/3] librte_pipeline: add support for DSCP action

2019-02-28 Thread Dumitrescu, Cristian
Hi Georgina, Thanks for your patch set and sorry for my delayed reply! > -Original Message- > From: Sheehan, Georgina > Sent: Sunday, February 11, 2018 1:29 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Sheehan, > Georgina > Subject: [PATCH v2 1/3] librte_pipeline: add support for D

[dpdk-dev] [PATCH v2 1/3] librte_pipeline: add support for DSCP action

2019-02-12 Thread Sheehan,Georgina
From: Georgina Sheehan This allows the application to change the DSCP value of incoming packets v2: Added in call of function parse_table_action_dscp in softnic cli file Signed-off-by: Georgina Sheehan --- lib/librte_pipeline/rte_table_action.c | 133 + lib/librte_pipe