Re: [dpdk-dev] [PATCH v2 2/3] pipeline: add implementation for DSCP action

2019-02-28 Thread Dumitrescu, Cristian
> -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 2/3] pipeline: add implementation for DSCP action According to DPDK conventions, the title should be: "examp

[dpdk-dev] [PATCH v2 2/3] pipeline: add implementation 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 --- examples/ip_pipeline/action.c | 11 +++ examples/ip_pipeline/action.h | 1 + e