[dpdk-dev] [PATCH v4] librte_pipeline: add support for packet redirection at action handlers

2016-03-07 Thread Thomas Monjalon
2016-03-07 11:29, Singh, Jasvinder: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > You have forgotten to remove the deprecation notice. > > I think, I have updated the deprecation notice for the pipeline input port, > output port > and table action handlers prototype. Do you me

[dpdk-dev] [PATCH v4] librte_pipeline: add support for packet redirection at action handlers

2016-03-07 Thread Thomas Monjalon
Hi Jasvinder, Don't hesitate to leave some blank lines in your message, it's free :) 2016-03-03 11:01, Jasvinder Singh: > Currently, there is no mechanism that allows the pipeline ports (in/out) and > table action handlers to override the default forwarding decision (as > previously configured pe

[dpdk-dev] [PATCH v4] librte_pipeline: add support for packet redirection at action handlers

2016-03-07 Thread Singh, Jasvinder
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, March 7, 2016 11:02 AM > To: Singh, Jasvinder > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] librte_pipeline: add support for packet > redirecti

[dpdk-dev] [PATCH v4] librte_pipeline: add support for packet redirection at action handlers

2016-03-03 Thread Jasvinder Singh
Currently, there is no mechanism that allows the pipeline ports (in/out) and table action handlers to override the default forwarding decision (as previously configured per input port or in the table entry). Therefore, new pipeline API functions have been added which allows action handlers to hijac